svn path=/nixos/trunk/; revision=7384
This commit is contained in:
Eelco Dolstra 2006-12-18 15:52:43 +00:00
parent 87e2456814
commit 84f1e01646

View file

@ -18,7 +18,7 @@ start script
${openssh}/bin/ssh-keygen -t dsa -b 1024 -f /etc/ssh/ssh_host_dsa_key -N ''
fi
if ! {glibc}/bin/getent passwd sshd > /dev/null; then
if ! ${glibc}/bin/getent passwd sshd > /dev/null; then
${pwdutils}/sbin/useradd -g nogroup -d /var/empty -s /noshell \\
-c 'SSH privilege separation user' sshd
fi