]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Fix home directory location comment in the EL spec
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 23 Apr 2024 08:50:19 +0000 (10:50 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 23 Apr 2024 08:50:19 +0000 (10:50 +0200)
builder-support/specs/dnsdist.spec

index 2e470f352dee7d48450bc0c484f878597326e2cc..7f8747a1898d2b9f4d05ce79483f2eb5bedf9161 100644 (file)
@@ -134,7 +134,7 @@ getent group dnsdist >/dev/null || groupadd -r dnsdist
 getent passwd dnsdist >/dev/null || \
        useradd -r -g dnsdist -d /var/lib/dnsdist -s /sbin/nologin \
        -c "dnsdist user" dnsdist
-# Change home directory to /var/lib/pdns
+# Change home directory to /var/lib/dnsdist if needed
 if [[ $(getent passwd dnsdist | cut -d: -f6) == "/" ]]; then
     usermod -d /var/lib/dnsdist dnsdist
 fi