summaryrefslogtreecommitdiff
path: root/debian/vyatta-cfg.postinst.in
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-12-20 18:13:39 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-12-20 18:13:39 -0800
commitd399ed4b15f3b2f146be93ebacafb689f2359c9f (patch)
tree0b84f1b936d9e9120ee416c1955b5009cda516f3 /debian/vyatta-cfg.postinst.in
parentc5619afaa8155a70e4d7f9e3ea7310f5341431df (diff)
downloadvyatta-cfg-d399ed4b15f3b2f146be93ebacafb689f2359c9f.tar.gz
vyatta-cfg-d399ed4b15f3b2f146be93ebacafb689f2359c9f.zip
Setup vyatta groups in early stage of install
If other packages want to refer to vyatta groups, need to be done early in install.
Diffstat (limited to 'debian/vyatta-cfg.postinst.in')
-rw-r--r--debian/vyatta-cfg.postinst.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/debian/vyatta-cfg.postinst.in b/debian/vyatta-cfg.postinst.in
index 9237df4..59b26bf 100644
--- a/debian/vyatta-cfg.postinst.in
+++ b/debian/vyatta-cfg.postinst.in
@@ -19,9 +19,3 @@ if [ "$sysconfdir" != "/etc" ]; then
fi
mv /opt/vyatta/share/vyatta-cfg/templates/priority /opt/vyatta/share/vyatta-cfg/.
-# add group for configuration, if not already present:
-grep '^vyattacfg:' /etc/group >&/dev/null ||
- addgroup --system vyattacfg
-grep '^vyattaop:' /etc/group >&/dev/null ||
- addgroup --system vyattaop
-