initlog is deprecated. And, autofs is unused by any other part of the system.
authorStephen Soltesz <soltesz@cs.princeton.edu>
Fri, 9 May 2008 18:06:09 +0000 (18:06 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Fri, 9 May 2008 18:06:09 +0000 (18:06 +0000)
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

pl_sshd
pl_sshd.spec

diff --git a/pl_sshd b/pl_sshd
index 018b5e4..f9edff2 100644 (file)
--- 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
index d2c9468..a859784 100644 (file)
@@ -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