diff options
author | Tom Grennan <tgrennan@vyatta.com> | 2008-01-04 13:34:11 -0800 |
---|---|---|
committer | Tom Grennan <tgrennan@vyatta.com> | 2008-01-04 13:34:11 -0800 |
commit | 0313fc7f352887f6404eb55225f5f819ad56dc0d (patch) | |
tree | ff2655bd2355140ae30d92765673d526f7802ccd /debian | |
parent | ad7513053936b4712677ee547a13f2b07b49fbef (diff) | |
download | vyatta-cfg-system-0313fc7f352887f6404eb55225f5f819ad56dc0d.tar.gz vyatta-cfg-system-0313fc7f352887f6404eb55225f5f819ad56dc0d.zip |
move quagga.deb config file munging to vyatta-cfg-quagga
Diffstat (limited to 'debian')
-rw-r--r-- | debian/vyatta-cfg-system.postinst.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index 3ee762bd..0010f52f 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -39,12 +39,6 @@ if [ "$sysconfdir" != "/etc" ]; then echo "Defaults env_keep+=VYATTA_*" >> /etc/sudoers fi - # quagga/daemons - if [ -f /etc/quagga/daemons ] ; then - sed -i 's/\(zebra\|bgpd\|ripd\|ospfd\)=no/\1=yes/' /etc/quagga/daemons - echo "log syslog warnings" >> /etc/quagga/Quagga.conf - fi - # add temporary version echo "Version : glendale (alpha 1)" > $sysconfdir/version fi |