]> git.pld-linux.org Git - packages/tenshi.git/commitdiff
- better display
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 18 Jul 2007 15:20:09 +0000 (15:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tenshi.init -> 1.4

tenshi.init

index 7cd7cb040e2d1aa2945c8fbab700073572531446..a069a5f8e02834a9c204e3172d914895b43c8e6e 100644 (file)
@@ -52,11 +52,11 @@ case "$1" in
   reload|force-reload)
        if [ -f /var/lock/subsys/tenshi ]; then
                if checkconfig; then
-                       echo "Reloading configuration and flushing all queues"
+                       show "Reloading tenshi configuration and flushing all queues"; echo
                        kill -HUP `cat /var/run/tenshi/tenshi.pid`
                        RETVAL=$?
                else
-                       echo "tenshi config file has syntax error, not restarting"
+                       show "tenshi config file has syntax error, not restarting"; echo
                        RETVAL=7
                fi
        else
This page took 0.053955 seconds and 4 git commands to generate.