diff options
author | alex <alex@builder.localdomain> | 2007-12-11 15:12:41 -0800 |
---|---|---|
committer | alex <alex@builder.localdomain> | 2007-12-11 15:12:41 -0800 |
commit | 42aff76b3686beb463a77f3dabd4c5beed961120 (patch) | |
tree | e61062b2c0b55d3841083c38110603f1c398bd06 /debian/vyatta-cfg.postinst.in | |
parent | fb9450551d5757a45806a062d7457a761e6dd295 (diff) | |
parent | 832dbf144bc019ec524e4163b716dd823ee26900 (diff) | |
download | vyatta-cfg-42aff76b3686beb463a77f3dabd4c5beed961120.tar.gz vyatta-cfg-42aff76b3686beb463a77f3dabd4c5beed961120.zip |
Merge branch 'master' of http://phuket.vyatta.com/vyatta-cfg
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 + |