diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2007-12-04 14:02:28 -0800 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2007-12-04 14:02:28 -0800 |
commit | bf5bdcf31905913f6a3830f1ca07696c7f5c9c84 (patch) | |
tree | 08cdd9cb2396f7fefcc8752138e11ef45476cf4d /debian/vyatta-cfg.postinst.in | |
parent | 70b6ff3777bb913909bbb214adc24cbd27b61847 (diff) | |
download | vyatta-cfg-bf5bdcf31905913f6a3830f1ca07696c7f5c9c84.tar.gz vyatta-cfg-bf5bdcf31905913f6a3830f1ca07696c7f5c9c84.zip |
create "vyattacfg" group in postinst (for configure mode).
Diffstat (limited to 'debian/vyatta-cfg.postinst.in')
-rw-r--r-- | debian/vyatta-cfg.postinst.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/vyatta-cfg.postinst.in b/debian/vyatta-cfg.postinst.in index 4690c18..80ddb8c 100644 --- a/debian/vyatta-cfg.postinst.in +++ b/debian/vyatta-cfg.postinst.in @@ -14,3 +14,7 @@ if [ "$sysconfdir" != "/etc" ]; then touch /etc/$conf done fi + +# add group for configure +addgroup --system vyattacfg + |