Ticket #583: postfix-config.patch

File postfix-config.patch, 603 bytes (added by petri.koistinen@…, 20 years ago)

Patch to add missing options to /etc/rc.d/init.d/postfix file.

  • BLFS/BOOK/server/mail/postfix/postfix-config.xml

    old new  
    7373        loadproc postfix reload
    7474        ;;
    7575
     76        abort)
     77        echo "Aborting Postfix..."
     78        loadproc postfix abort
     79        ;;
     80
     81        flush)
     82        echo "Flushing Postfix..."
     83        loadproc postfix flush
     84        ;;
     85       
     86        check)
     87        echo "Checking Postfix..."
     88        loadproc postfix check
     89        ;;
     90
    7691        restart)
    7792        $0 stop
    7893        sleep 1