From 93c05e935d6b46c56170303e4267631e06f5e2ba Mon Sep 17 00:00:00 2001 From: Prajwal Mohan Date: Tue, 26 Jun 2012 13:35:34 -0700 Subject: [PATCH] Removing the dependency on useradd temporarily --- packaging/openssh.changes | 3 +++ packaging/openssh.spec | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/packaging/openssh.changes b/packaging/openssh.changes index 0ea2b57..a1dbf82 100644 --- a/packaging/openssh.changes +++ b/packaging/openssh.changes @@ -1,3 +1,6 @@ +* Tue Jun 26 2012 Prajwal Mohan +- Removing the dependency on useradd temporarily + * Mon Jun 25 2012 Anas Nashif 5ce6cbf - Update to 5.6p1 diff --git a/packaging/openssh.spec b/packaging/openssh.spec index 05a6229..5cbd379 100644 --- a/packaging/openssh.spec +++ b/packaging/openssh.spec @@ -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 || : -- 2.7.4