diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2007-10-17 17:40:42 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2007-10-17 17:40:42 -0700 |
commit | 7ec2c9bb68ed55dc6182de150b904c4d66623771 (patch) | |
tree | f0cfc854c9f0e4e0f160bf460868315093c1cb26 /debian/vyatta-cfg.postinst.in | |
parent | 5009cb83a189a231e5b588d416819859f5d6acf2 (diff) | |
download | vyatta-cfg-7ec2c9bb68ed55dc6182de150b904c4d66623771.tar.gz vyatta-cfg-7ec2c9bb68ed55dc6182de150b904c4d66623771.zip |
import the vyatta-ofr init script from old eureka.
Diffstat (limited to 'debian/vyatta-cfg.postinst.in')
-rw-r--r-- | debian/vyatta-cfg.postinst.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/vyatta-cfg.postinst.in b/debian/vyatta-cfg.postinst.in index 6a5a3ec..e84995e 100644 --- a/debian/vyatta-cfg.postinst.in +++ b/debian/vyatta-cfg.postinst.in @@ -10,3 +10,6 @@ for d in {$prefix,$sysconfdir}/config; do chmod -R g+w $d done +update-rc.d vyatta-ofr defaults >/dev/null +# do we want to start vyatta-ofr here in postinst? + |