X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Fpostinst;h=dcba6bf7396571f27e6a2aeb014a5eecb287528d;hb=433127ec822be7e32052c69fc51cd35a3ae0e069;hp=0c1f8076668be3453f00a88e1bfd7feb721ddc01;hpb=cb8e943df4defb25d0362567131dc31fc0ab238e;p=debian%2Famanda diff --git a/debian/postinst b/debian/postinst index 0c1f807..dcba6bf 100644 --- a/debian/postinst +++ b/debian/postinst @@ -13,7 +13,8 @@ if [ "$1" = configure ]; then groupadd -g 34 backup 2> /dev/null groupadd -g 26 tape 2> /dev/null - usermod -G disk,tape backup + adduser backup disk + adduser backup tape # in case we get installed first if [ ! -d /var/lib/amanda ]; then