Update of /cvsroot/devil-linux/build/config/etc/sysconfig/nic
In directory vz-cvs-3.sog:/tmp/cvs-serv22099
Modified Files:
ifcfg-eth0.sample
Log Message:
spaces before ROUTE/RULE directives are allowed
Index: ifcfg-eth0.sample
===================================================================
RCS file: /cvsroot/devil-linux/build/config/etc/sysconfig/nic/ifcfg-eth0.sample,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- ifcfg-eth0.sample 29 Sep 2010 19:46:19 -0000 1.15
+++ ifcfg-eth0.sample 6 Jul 2011 06:12:43 -0000 1.16
@@ -44,9 +44,6 @@
#
########################################################
# ROUTE=" ...... "
-# where ROUTE is a keyword and the line with ROUTE
-# should not have spaces between the beginning of
-# the line and the keyword
# Route statement is any valid "ip route" command,
# without "ip route add" prefix - it will be added
# automatically
@@ -55,9 +52,6 @@
# IPV6ROUTE keyword can be used for ipv6 routes.
#
# RULE=" ...... "
-# where RULE is a keyword and the line with RULE
-# should not have spaces between the beginning of
-# the line and the keyword
# Rule statement is any valid "ip rule" command,
# without "ip rule add" prefix - it will be added
# automatically
|