dslinux/vendors/Nintendo/common/rc.d telnetd

stsp stsp at user.in-berlin.de
Sun Nov 12 20:09:54 CET 2006


Update of /cvsroot/dslinux/dslinux/vendors/Nintendo/common/rc.d
In directory antilope:/tmp/cvs-serv9414/rc.d

Modified Files:
	telnetd 
Log Message:
Fix typo. Thanks to Sonny Jim for pointing this one out.


Index: telnetd
===================================================================
RCS file: /cvsroot/dslinux/dslinux/vendors/Nintendo/common/rc.d/telnetd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- telnetd	13 Mar 2006 23:34:55 -0000	1.1
+++ telnetd	12 Nov 2006 19:09:51 -0000	1.2
@@ -12,7 +12,7 @@
 	;;
 	stop)
 		echo "Stopping $DAEMON"
-		kill -9 `pidof $DEAMON`
+		kill -9 `pidof $DAEMON`
 	;;	
 	restart)
 		$0 stop




More information about the dslinux-commit mailing list