diff options
author | Tom Grennan <tgrennan@vyatta.com> | 2007-11-06 15:42:57 -0800 |
---|---|---|
committer | Tom Grennan <tgrennan@vyatta.com> | 2007-11-06 15:42:57 -0800 |
commit | c9007f34576d54f3c6e915de8e06e052b3f7285a (patch) | |
tree | 4e27abae1760e3788a622b1c64b6de3d1020934b /debian/vyatta-cfg.postinst.in | |
parent | 0822016a34ac4aa18469fbe4074987a88fe0837a (diff) | |
parent | 80e7697d11308f26dd916bb43b3e062b7dce0aca (diff) | |
download | vyatta-cfg-c9007f34576d54f3c6e915de8e06e052b3f7285a.tar.gz vyatta-cfg-c9007f34576d54f3c6e915de8e06e052b3f7285a.zip |
Merge branch 'master' of http://phuket.vyatta.com/vyatta-cfg
Conflicts:
etc/init.d/vyatta-ofr
Diffstat (limited to 'debian/vyatta-cfg.postinst.in')
-rw-r--r-- | debian/vyatta-cfg.postinst.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/debian/vyatta-cfg.postinst.in b/debian/vyatta-cfg.postinst.in index 621d783..938c8f7 100644 --- a/debian/vyatta-cfg.postinst.in +++ b/debian/vyatta-cfg.postinst.in @@ -3,13 +3,6 @@ prefix=@prefix@ sysconfdir=@sysconfdir@ -# make sure config dir and config file dir are usable -for d in {$prefix,$sysconfdir}/config; do - mkdir -p $d - chgrp -R quaggavty $d - chmod -R g+w $d -done - update-rc.d vyatta-ofr defaults 99 >/dev/null # do we want to start vyatta-ofr here in postinst? |