From 3297ff957379a96414ddf43c82139172d24732e7 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 17 Feb 2025 18:35:25 +0100 Subject: [PATCH] Debian: Bring chown syntax to the 21st century --- debian/subauthd.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/subauthd.postinst b/debian/subauthd.postinst index b9c2d96..001746e 100644 --- a/debian/subauthd.postinst +++ b/debian/subauthd.postinst @@ -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 -- 2.39.5