渡辺さん、
設定が上書きされるもののほとんどはbootのプロセスで
それが行われているからですが、書き込みが実行されている
場所はそれぞれです。例にあがった/etc/issue.netは
記憶が正しければtelnetの時の表示だったと思います。
このファイルは/etc/rc.localのなかで処理が行われて
います。
-------------
$ more /etc/rc.local
:
:
# This will overwrite /etc/issue at every boot. So,
make any changes you
# want to make to /etc/issue here or you will lose
them when you reboot.
echo "" > /etc/issue
echo "$R" >> /etc/issue
echo "Kernel $(uname -r) on $a $SMP$(uname -m)" >>
/etc/issue
cp -f /etc/issue /etc/issue.net
echo >> /etc/issue
:
:
-----------------
状況に応じますが、telnetなどのバナーのみなら
cp -f /etc/issue /etc/issue.net
をコメントアウトし、/etc/issue.netで
問題ないと思います。
梅谷
__________________________________
Do You Yahoo!?
Upgrade Your Life
http://bb.yahoo.co.jp/