From bf5bdcf31905913f6a3830f1ca07696c7f5c9c84 Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Tue, 4 Dec 2007 14:02:28 -0800 Subject: create "vyattacfg" group in postinst (for configure mode). --- debian/vyatta-cfg.postinst.in | 4 ++++ 1 file changed, 4 insertions(+) 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 + -- cgit v1.2.3