diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2007-11-06 15:24:03 -0800 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2007-11-06 15:24:03 -0800 |
commit | 80e7697d11308f26dd916bb43b3e062b7dce0aca (patch) | |
tree | 759bbfa87ee2de560ad921da5d332822f556e43a /debian/vyatta-cfg.postinst.in | |
parent | dd44aa3fb6baf361cb59a5cd5c4dd3f77080d82b (diff) | |
download | vyatta-cfg-80e7697d11308f26dd916bb43b3e062b7dce0aca.tar.gz vyatta-cfg-80e7697d11308f26dd916bb43b3e062b7dce0aca.zip |
handle config directory in vyatta-ofr init.
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? |