]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
add starting line
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 19 Aug 2011 19:44:28 +0000 (19:44 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Fri, 19 Aug 2011 19:44:28 +0000 (19:44 +0000)
svn-id: @12330

rc.d/init.d/local

index 5eaadd5974e2fae8f3c533055f36e3111eb778d0..01e2fe09cfd228454d19cff2c90536f403d4f9bc 100755 (executable)
@@ -15,7 +15,9 @@
 # See how we were called.
 case "$1" in
   start)
+       msg_starting "rc.local"
        . /etc/rc.d/rc.local
+       ok
        touch /var/lock/subsys/local
        ;;
   stop)
This page took 0.154308 seconds and 4 git commands to generate.