Typo removal, no-op

OBS-URL: https://build.opensuse.org/package/show/server:dns/nsd?expand=0&rev=38
This commit is contained in:
Adam Majer 2018-02-12 11:11:37 +00:00 committed by Git OBS Bridge
parent 7e18382f9f
commit 62b4809376

View File

@ -122,7 +122,7 @@ if ! %{_bindir}/id _nsd > /dev/null 2> /dev/null
then
echo "Creating _nsd:_nsd" && \
%{_sbindir}/groupadd -r _nsd && \
%{_sbindir}/useradd -r -g _nsd -s /bin/false -r -c "user for %{name}" -d %{home} _nsd || \
%{_sbindir}/useradd -r -g _nsd -s /bin/false -c "user for %{name}" -d %{home} _nsd || \
exit $?
fi
%if %{with systemd}