Author: glen                         Date: Sun Apr 11 20:27:15 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- service name caps unified

---- Files affected:
packages/courier-imap:
   courier-imap-pop3-ssl.init (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: packages/courier-imap/courier-imap-pop3-ssl.init
diff -u packages/courier-imap/courier-imap-pop3-ssl.init:1.4 
packages/courier-imap/courier-imap-pop3-ssl.init:1.5
--- packages/courier-imap/courier-imap-pop3-ssl.init:1.4        Sun Apr 11 
00:56:46 2010
+++ packages/courier-imap/courier-imap-pop3-ssl.init    Sun Apr 11 22:27:10 2010
@@ -20,7 +20,7 @@
 # Check that networking is up.
 if is_yes "${NETWORKING}"; then
        if [ ! -f /var/lock/subsys/network -a "$1" != stop -a "$1" != status ]; 
then
-               msg_network_down pop3d-ssl
+               msg_network_down "Courier POP3D SSL"
                exit 1
        fi
 else
@@ -34,25 +34,25 @@
        # Check if the service is already running?
        if [ ! -f /var/lock/subsys/courier-pop3-ssl ]; then
                if [ -x "$COURIERTLS" -a ! -f "$TLS_CERTFILE" ]; then
-                       msg_starting "pop3d-ssl cert generation"
+                       msg_starting "Courier POP3D SSL Cert generation"
                        daemon $sbindir/mkpop3dcert
                fi
-               msg_starting pop3d-ssl
+               msg_starting "Courier POP3D SSL"
                daemon $libexecdir/pop3d-ssl.rc start
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/courier-pop3-ssl
        else
-               msg_already_running pop3d-ssl
+               msg_already_running "Courier POP3D SSL"
        fi
        ;;
 stop)
        if [ -f /var/lock/subsys/courier-pop3-ssl ]; then
-               msg_stopping pop3d-ssl
+               msg_stopping "Courier POP3D SSL"
                daemon $libexecdir/pop3d-ssl.rc stop
                RETVAL=$?
                rm -f /var/lock/subsys/courier-pop3-ssl >/dev/null 2>&1
        else
-               msg_not_running pop3d-ssl
+               msg_not_running "Courier POP3D SSL"
        fi
        ;;
 restart|force-reload)
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/courier-imap/courier-imap-pop3-ssl.init?r1=1.4&r2=1.5&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to