From: Stephen Soltesz Date: Fri, 9 May 2008 18:06:09 +0000 (+0000) Subject: initlog is deprecated. And, autofs is unused by any other part of the system. X-Git-Tag: pl_sshd-1.0-11~2 X-Git-Url: http://git.onelab.eu/?p=pl_sshd.git;a=commitdiff_plain;h=147c728b549a78a0096d7fd4fe67236c492b4508 initlog is deprecated. And, autofs is unused by any other part of the system. Also, it's not at all clear how sshd uses this package. On our alpha boxes, removing pl_sshd left autofs without any deps, so I'm thinking the only reason it's there is because it was 'Required' by the pl_sshd.spec --- diff --git a/pl_sshd b/pl_sshd index 018b5e4..f9edff2 100644 --- a/pl_sshd +++ b/pl_sshd @@ -39,7 +39,8 @@ do_restart_sanity_check() start() { echo -n $"Starting $prog:" - initlog -c "$SSHD $OPTIONS" && success || failure + #initlog -c "$SSHD $OPTIONS" && success || failure + $SSHD $OPTIONS && success || failure RETVAL=$? [ "$RETVAL" = 0 ] && touch /var/lock/subsys/pl_sshd echo diff --git a/pl_sshd.spec b/pl_sshd.spec index d2c9468..a859784 100644 --- a/pl_sshd.spec +++ b/pl_sshd.spec @@ -18,7 +18,7 @@ Summary: SSH server config for PlanetLab Name: %{name} Version: %{version} Release: %{release} -Requires: autofs, openssh-server +Requires: openssh-server License: GPL Group: System Environment/Base BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot