Imported Debian patch 2.5.0p2-2
[debian/amanda] / debian / postinst
index 0c1f8076668be3453f00a88e1bfd7feb721ddc01..dcba6bf7396571f27e6a2aeb014a5eecb287528d 100644 (file)
@@ -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