From 41e72b84ece50e0104e2e58c6452fc6012e2c8c3 Mon Sep 17 00:00:00 2001 From: rbalocca Date: Sun, 2 Mar 2008 14:07:10 -0800 Subject: Vyatta-cfg postinst was preventing upgrade --- debian/vyatta-cfg.postinst.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/vyatta-cfg.postinst.in b/debian/vyatta-cfg.postinst.in index 556b1a9..074d57c 100644 --- a/debian/vyatta-cfg.postinst.in +++ b/debian/vyatta-cfg.postinst.in @@ -18,6 +18,6 @@ if [ "$sysconfdir" != "/etc" ]; then done fi -# add group for configure +# add group for configuration, if not already present: +grep '^vyattacfg:' /etc/group >/dev/null || addgroup --system vyattacfg - -- cgit v1.2.3