diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 1 | ||||
-rw-r--r-- | debian/vyatta-cfg.postinst.in | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 10e1156..0ebf92d 100644 --- a/debian/control +++ b/debian/control @@ -13,6 +13,7 @@ Depends: bash (>= 3.1), procps (>= 1:3.2.7-3), quagga, coreutils (>= 5.97-5.3), + vyatta-op, vyatta-config-migrate, dhcp3-client Suggests: util-linux (>= 2.13-5), 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 + |