From ac43c4de1042d8de73a2f0e8c28c55c81c5fa56a Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Sun, 6 Apr 2008 11:19:17 +0000 Subject: * inetd start script: remove trailing whitespace git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7914 33e552b5-05e3-0310-8538-816dae2090ed --- generic/etc/init.d/inetd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'generic') diff --git a/generic/etc/init.d/inetd b/generic/etc/init.d/inetd index 9c746713d..efd13ca06 100755 --- a/generic/etc/init.d/inetd +++ b/generic/etc/init.d/inetd @@ -1,5 +1,5 @@ #!/bin/sh -# +# # This is an inetd init.d script which ist called by init(1) with [start|stop] as argument # @@ -27,7 +27,7 @@ case "$1" in start) start_proc ;; - stop) + stop) stop_proc ;; restart|force-reload) -- cgit v1.2.3