Removing the dependency on useradd temporarily
authorPrajwal Mohan <prajwal.karur.mohan@intel.com>
Tue, 26 Jun 2012 20:35:34 +0000 (13:35 -0700)
committerPrajwal Mohan <prajwal.karur.mohan@intel.com>
Tue, 26 Jun 2012 20:35:34 +0000 (13:35 -0700)
packaging/openssh.changes
packaging/openssh.spec

index 0ea2b57..a1dbf82 100644 (file)
@@ -1,3 +1,6 @@
+* Tue Jun 26 2012 Prajwal Mohan <prajwal.karur.mohan@intel.com>
+- Removing the dependency on useradd temporarily 
+
 * Mon Jun 25 2012 Anas Nashif <anas.nashif@intel.com> 5ce6cbf
 - Update to 5.6p1
 
index 05a6229..5cbd379 100644 (file)
@@ -44,7 +44,7 @@ Requires:       openssh = %{version}
 Summary:        The OpenSSH server daemon
 Group:          System/Daemons
 Requires:       openssh = %{version}
-Requires(pre): /usr/sbin/useradd
+#Requires(pre): /usr/sbin/useradd
 
 
 %description
@@ -141,9 +141,9 @@ if [ "$1" != 0 -a -r /var/run/sshd.pid ] ; then
        touch /var/run/sshd.restart
 fi
 
-%pre server
-/usr/sbin/useradd -c "Privilege-separated SSH" -u %{sshd_uid} \
-       -s /bin/false -r -d /var/empty/sshd sshd 2> /dev/null || :
+#%pre server
+#/usr/sbin/useradd -c "Privilege-separated SSH" -u %{sshd_uid} \
+#      -s /bin/false -r -d /var/empty/sshd sshd 2> /dev/null || :