]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - builder-support/specs/dnsdist.spec
dnsdist: Fix home directory location comment in the EL spec
[thirdparty/pdns.git] / 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