]> mj.ucw.cz Git - subauth.git/commitdiff
Debian: Bring chown syntax to the 21st century master
authorMartin Mares <mj@ucw.cz>
Mon, 17 Feb 2025 17:35:25 +0000 (18:35 +0100)
committerMartin Mares <mj@ucw.cz>
Mon, 17 Feb 2025 17:35:25 +0000 (18:35 +0100)
debian/subauthd.postinst

index b9c2d96c20c1de21787abfc766be3aa6c7805ff3..001746e100e795dcc297827a8e0e8ca69ebf944e 100644 (file)
@@ -4,7 +4,7 @@ if [ "$1" = configure ] ; then
        if ! getent passwd subauthd >/dev/null ; then
                adduser --system --group --disabled-login --home /nonexistent --no-create-home --gecos 'Sub-authentication daemon' subauthd
        fi
-       chown subauthd.subauthd /var/lib/subauthd
+       chown subauthd:subauthd /var/lib/subauthd
        chmod 700 /var/lib/subauthd
 fi