]> hackdaworld.org Git - hdw-linux/hdw-linux.git/blobdiff - packages/security/openssh/openssh
updated hostap
[hdw-linux/hdw-linux.git] / packages / security / openssh / openssh
index bee0458e5737c3952dd6b3edaba1c5baa302af22..bb751ad6f232ecdb439a43a4bec104c572e461ba 100644 (file)
@@ -10,10 +10,7 @@ flist_pruned="${flist_pruned}|etc/shadow|etc/passwd|etc/group"
 
 pre_install()  {
        export LD=gcc
-       # add the sshd user
-       echo "adding user sshd ..."
-       [ -z "`cat $root/etc/passwd | grep sshd`" ] && useradd sshd
-       echo "done."
+       useradd -u 1025 -c 'sshd server' sshd || true
                }
 
 confopt="$confopt --with-md5-passwords --without-pam --with-tcp-wrappers \