initlog is deprecated. And, autofs is unused by any other part of the system.
[pl_sshd.git] / pl_sshd
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