diff options
author | Michael Larson <mike@vyatta.com> | 2010-11-18 16:45:04 -0800 |
---|---|---|
committer | Michael Larson <mike@vyatta.com> | 2010-11-18 16:45:04 -0800 |
commit | cea49c020969bc157982c56c3962ad5ae99dbc7f (patch) | |
tree | 61ad0cd14eb826edf4df46329ce3e75c186ab458 /debian | |
parent | 0a463cf993293f52358f5e32d0828a6245033f18 (diff) | |
download | vyatta-cfg-quagga-cea49c020969bc157982c56c3962ad5ae99dbc7f.tar.gz vyatta-cfg-quagga-cea49c020969bc157982c56c3962ad5ae99dbc7f.zip |
better solution for mendocino--removes patch from larkspur.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/vyatta-cfg-quagga.postinst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/vyatta-cfg-quagga.postinst b/debian/vyatta-cfg-quagga.postinst index 4e19570a..61122341 100644 --- a/debian/vyatta-cfg-quagga.postinst +++ b/debian/vyatta-cfg-quagga.postinst @@ -1,7 +1,4 @@ #!/bin/bash -mkdir -p /etc/commit -ln -s /opt/vyatta/sbin/vyatta-asn-first-cleanup.pl /etc/commit/vyatta-asn-first-cleanup.pl 2>/dev/null - exit 0 |