X-Git-Url: http://git.onelab.eu/?p=pl_sshd.git;a=blobdiff_plain;f=pl_sshd;fp=pl_sshd;h=f9edff2eaacb1c7d07371d726aea214fe82aeb9a;hp=018b5e42e5d7eb69bfb680ab61cfa04a64632dcf;hb=147c728b549a78a0096d7fd4fe67236c492b4508;hpb=1efca064d2cde08d02a746a01a9a9493ab8981fe 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