Author: dnicholson
Date: 2007-10-21 10:39:27 -0600 (Sun, 21 Oct 2007)
New Revision: 7123

Modified:
   trunk/bootscripts/blfs/init.d/sshd
Log:
Fix the statusproc command in sshd


Modified: trunk/bootscripts/blfs/init.d/sshd
===================================================================
--- trunk/bootscripts/blfs/init.d/sshd  2007-10-21 16:33:35 UTC (rev 7122)
+++ trunk/bootscripts/blfs/init.d/sshd  2007-10-21 16:39:27 UTC (rev 7123)
@@ -38,7 +38,7 @@
         ;;
 
     status)
-        statusproc $pidfile /usr/sbin/sshd
+        statusproc -p $pidfile /usr/sbin/sshd
         ;;
 
     *)

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to