diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-06-10 16:43:34 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-06-10 16:43:34 -0700 |
commit | a139c41faf9ccc7210218fcdf637a234967a6136 (patch) | |
tree | c2a9013cd7d2606c34c6dfe2f6dcbcff59666f2b | |
parent | 03b87aca91ef826b2c12e92c3c977bb8cefe83cf (diff) | |
download | vyatta-cfg-system-a139c41faf9ccc7210218fcdf637a234967a6136.tar.gz vyatta-cfg-system-a139c41faf9ccc7210218fcdf637a234967a6136.zip |
Revert earlier change -- keep debian net.agent
Reopens bug 3985 but closes problems with loopback startup.
-rw-r--r-- | debian/vyatta-cfg-system.postinst.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index 2d1800e3..a756ba34 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -110,9 +110,6 @@ EOF # replace debian /etc/ntp.conf with Vyatta version cp $sysconfdir/ntp.conf /etc/ntp.conf - # remove debian rules that use /etc/network/interfaces - # to avoid warning about missing ifup (bug 3885) - sed -i -e '/net.agent/s/^SUBSYSTEM/#&/' /etc/udev/rules.d/80-drivers.rules fi # update crontab for logrotate |