]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- added "rm -rf /var/lock/subsys/<service>" in stop.
authorkloczek <kloczek@pld-linux.org>
Mon, 6 Mar 2000 00:19:44 +0000 (00:19 +0000)
committerkloczek <kloczek@pld-linux.org>
Mon, 6 Mar 2000 00:19:44 +0000 (00:19 +0000)
svn-id: @654

rc.d/init.d/<template>.init

index 1a761e3d7fb182db7322d3261d716799842db48b..257a31e250dd8e8b2f566f1457f6cd42de177590 100644 (file)
@@ -39,6 +39,7 @@ case "$1" in
         # Stop daemons.
         show "Stopping <service> service"
        killproc <service>
+       rm -rf /var/lock/subsys/<service>
         ;;
   restart)
         $0 stop
This page took 0.246058 seconds and 4 git commands to generate.