Hi gurus,
I wonder if there is a "legal" way entering coments in /etc/routes.
My workaround: Adding comment lines beginning with "#". Because this leads
to error messages during boot (which you can ignore) I changed one line in
/sbin/init.d/route:
old line: cat /etc/routes | while read line
new line: cat /etc/routes | grep -v "#" | while read line
That works fine, but after installing a new system again error messages
during boot.
regards
Werner Rost
--------------------------------------------------
Werner Rost, Mannesmann-Boge GmbH
Abt: KIR
Tel: 0228/3825-420
Fax: 0228/3825-398
Email: werner.rost_at_boge.mannesmann.de
Friesdorfer Str. 175, 53175 Bonn - Bad Godesberg
---------------------------------------------------
-----------------------------------------------------------
This Mail has been checked for Viruses
Attention: Encrypted Mails can NOT be checked !
***
Diese Mail wurde auf Viren ueberprueft
Hinweis: Verschluesselte Mails koennen NICHT geprueft werden!
------------------------------------------------------------
Received on Mon Feb 26 2001 - 10:11:59 NZDT