diff options
author | Michael Larson <slioch@slioch.vyatta.com> | 2010-08-19 17:48:53 -0700 |
---|---|---|
committer | Michael Larson <slioch@slioch.vyatta.com> | 2010-08-19 17:48:53 -0700 |
commit | 63b71c2c9f140897f1597eb3223b50df96adf67a (patch) | |
tree | 17b3539c8ad73f78c4df09338b40e4f7924d45bb /debian | |
parent | a785fe685d9fa0edd813e2a53f1ebbc227ba2c7f (diff) | |
download | vyatta-cfg-quagga-63b71c2c9f140897f1597eb3223b50df96adf67a.tar.gz vyatta-cfg-quagga-63b71c2c9f140897f1597eb3223b50df96adf67a.zip |
larkspur fix for bug 6069.
set first tmp file on first visitation. clean up other files in etc/commit hook.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/vyatta-cfg-quagga.postinst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/vyatta-cfg-quagga.postinst b/debian/vyatta-cfg-quagga.postinst new file mode 100644 index 00000000..4e19570a --- /dev/null +++ b/debian/vyatta-cfg-quagga.postinst @@ -0,0 +1,7 @@ +#!/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 + |