[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [linux-team] mire du login ...
On Wed, 4 Nov 1998, Marzullo, Laurent (CAP, FLEET) wrote:
> Quelqu'un pourrait-il me dire comment faire pour eviter l'ecrasement
> de mon '/etc/issue'.
>
Ce fichier est réinitialisé au démarrage pour refléter la version courante
du noyau. La solution est de modifier le script de démarrage
(/etc/rc.d/rc.S chez moi) , p.ex.:
echo -e "\n\n\n\n\n" > /etc/issue
cat /etc/my_issue >> /etc/issue <- la, tu y mets ce que tu veux
echo Welcome to Linux `/bin/uname -a |/bin/cut -d\ -f3`. >> /etc/issue
echo >> /etc/issue
Pascal Dupuis
-- w
feature, n: A surprising property of a program. Occasionaly documented.
To call a property a feature sometimes means the author did not consider
that case, and the program makes an unexpected, though not necessarily
wrong response. See BUG. "That's not a bug, it's a feature!" A bug can
be changed to a feature by documenting it.
---------
This message was send by Majordomo 1.94.3. Please repport problems to
manu@rtfm.be. If you want to be deleted from the list, send a mail to
majordomo@rtfm.be with "unsubscribe linux-team" in the body.