]> git.pld-linux.org Git - packages/courier-imap.git/blobdiff - courier-imap-pop3.init
- config is not needed here, no vars from config used and .rc reads config by itself
[packages/courier-imap.git] / courier-imap-pop3.init
index 0b8b8a61ac7e260ae875d89c15e44f2fbc2b76ec..84596325ad52b16320dde3b81cbd1209463338d6 100644 (file)
@@ -30,7 +30,6 @@ case "$1" in
 start)
        # Check if the service is already running?
        if [ ! -f /var/lock/subsys/courier-pop3 ]; then
-               . $sysconfdir/pop3d
                msg_starting pop3d
                daemon $libexecdir/pop3d.rc start
                RETVAL=$?
@@ -41,7 +40,6 @@ start)
 ;;
 stop)
        if [ -f /var/lock/subsys/courier-pop3 ]; then
-               . $sysconfdir/pop3d
                msg_stopping pop3d
                daemon $libexecdir/pop3d.rc stop
                RETVAL=$?
This page took 0.05086 seconds and 4 git commands to generate.