diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2007-12-17 14:46:33 -0800 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2007-12-17 14:46:33 -0800 |
commit | 41aac6942e89fa24b938ec188a0933e52acff623 (patch) | |
tree | 0a7a4046dd0bede6fd1a7fc8c8082a068cc6fbe3 /debian/vyatta-cluster.postinst.in | |
download | vyatta-cluster-41aac6942e89fa24b938ec188a0933e52acff623.tar.gz vyatta-cluster-41aac6942e89fa24b938ec188a0933e52acff623.zip |
migrate clustering from fairfield to glendaleupstream
Diffstat (limited to 'debian/vyatta-cluster.postinst.in')
-rw-r--r-- | debian/vyatta-cluster.postinst.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/vyatta-cluster.postinst.in b/debian/vyatta-cluster.postinst.in new file mode 100644 index 0000000..9d7d866 --- /dev/null +++ b/debian/vyatta-cluster.postinst.in @@ -0,0 +1,4 @@ +#!/bin/bash + +update-rc.d -f heartbeat remove >/dev/null + |