]> git.pld-linux.org Git - packages/postfix.git/commitdiff
- updated msg_ function names (to lower case)
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 23 Jan 2002 22:33:19 +0000 (22:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postfix.init -> 1.12

postfix.init

index 237bcebb54dd776593cafe2253a910adbfc75cd6..0744faacdafbf3dca29b298cb9ec898ed9e3bd56 100644 (file)
@@ -20,7 +20,7 @@
 
 # Check that networking is up.
 if is_no "${NETWORKING}"; then
-        msg_Network_Down Postfix
+        msg_network_down Postfix
         exit 1
 fi
 
@@ -40,7 +40,7 @@ case "$1" in
                        echo "$MSG"
                fi
        else
-               msg_Already_Running Postfix
+               msg_already_running Postfix
        fi
        ;;
   stop)
@@ -57,7 +57,7 @@ case "$1" in
                fi
                rm -f /var/lock/subsys/postfix
         else
-                msg_Not_Running Postfix
+                msg_not_running Postfix
                 exit 1
        fi
        ;;
@@ -84,7 +84,7 @@ case "$1" in
        /usr/bin/newaliases
        ;;
   *)
-       msg_Usage "$0 {start|stop|status|restart|reload|rebuilddb}"
+       msg_usage "$0 {start|stop|status|restart|reload|rebuilddb}"
        exit 1
 esac
 
This page took 0.145046 seconds and 4 git commands to generate.