From ba8b63651b7a1ecb5c095254aa4176ea8364358d Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Fri, 11 Sep 2009 08:58:21 -0700 Subject: Add group vyatta-op Necessary to be able to distguish operators in config file to password sync. --- debian/vyatta-cfg.postinst.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/vyatta-cfg.postinst.in b/debian/vyatta-cfg.postinst.in index 0d2d3a3..9237df4 100644 --- a/debian/vyatta-cfg.postinst.in +++ b/debian/vyatta-cfg.postinst.in @@ -21,4 +21,7 @@ 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 + addgroup --system vyattacfg +grep '^vyattaop:' /etc/group >&/dev/null || + addgroup --system vyattaop + -- cgit v1.2.3