diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2007-10-18 16:23:10 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2007-10-18 16:23:10 -0700 |
commit | 43bf7c5d31f4ca7fa06744c03b0d76f9e2d58c08 (patch) | |
tree | a8a0f0c03dfc09a1f40eff0c54451dde248a1556 /debian/vyatta-cfg.postinst.in | |
parent | be79ca9ff0b67565870a18fa2ddadd09deb934a1 (diff) | |
download | vyatta-cfg-43bf7c5d31f4ca7fa06744c03b0d76f9e2d58c08.tar.gz vyatta-cfg-43bf7c5d31f4ca7fa06744c03b0d76f9e2d58c08.zip |
use S99 for vyatta-ofr init
Diffstat (limited to 'debian/vyatta-cfg.postinst.in')
-rw-r--r-- | debian/vyatta-cfg.postinst.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/vyatta-cfg.postinst.in b/debian/vyatta-cfg.postinst.in index e84995e..621d783 100644 --- a/debian/vyatta-cfg.postinst.in +++ b/debian/vyatta-cfg.postinst.in @@ -10,6 +10,6 @@ for d in {$prefix,$sysconfdir}/config; do chmod -R g+w $d done -update-rc.d vyatta-ofr defaults >/dev/null +update-rc.d vyatta-ofr defaults 99 >/dev/null # do we want to start vyatta-ofr here in postinst? |