]> git.pld-linux.org Git - packages/courier-imap.git/blobdiff - courier-imap-pop3.init
- removed authpgsql.8 from -common (present in -authpgsql); release 3
[packages/courier-imap.git] / courier-imap-pop3.init
index 522d11bca1014733bf113cd83178e53169cbbdba..380c4e637dc57b8294b6260dc222992900c5b956 100644 (file)
@@ -22,7 +22,7 @@ POP3DSSLSTART="no"
 
 # Check that networking is up.
 if is_no "${NETWORKING}" ; then
-       msg_Network_Down "Courier IMAP - POP3"
+       msg_network_down "Courier IMAP - POP3"
        exit 1
 fi
 
@@ -71,7 +71,7 @@ case "$1" in
                fi
                touch /var/lock/subsys/courier-imap-pop3
        else
-               msg_Already_Running "Courier IMAP - POP3"
+               msg_already_running "Courier IMAP - POP3"
                exit 1
        fi
        ;;
@@ -98,7 +98,7 @@ case "$1" in
        status couriertcpd
        ;;
   *)
-       msg_Usage "$0 {start|stop|restart|reload|status}"
+       msg_usage "$0 {start|stop|restart|reload|status}"
        exit 1
 esac
 
This page took 0.057503 seconds and 4 git commands to generate.