Ticket #167: sendmail-nobin.patch

File sendmail-nobin.patch, 1.7 KB (added by billy@…, 22 years ago)

removes bin user.

  • sendmail/sendmail-config.xml

    diff --exclude=CVS -Naur ./sendmail/sendmail-config.xml /home/billy/NEWBLFS/BOOK/server/mail/sendmail/sendmail-config.xml
    old new  
    1515MAILER-DAEMON: root
    1616EOF
    1717cd /etc/mail &&
    18 cp -R  /usr/src/sendmail-8.12.5/cf/* . &&
    19 cp -R  /usr/src/sendmail-8.12.5/cf/cf/submit.mc . &&
    20 cp -R  /usr/src/sendmail-8.12.5/cf/cf/sendmail.mc . &&
     18cp -R  /usr/src/sendmail-8.12.6/cf/* . &&
     19cp -R  /usr/src/sendmail-8.12.6/cf/cf/submit.mc . &&
     20cp -R  /usr/src/sendmail-8.12.6/cf/cf/sendmail.mc . &&
    2121sendmail -v -bi &&
    2222/usr/sbin/sendmail -bs -bd -q1m
    2323</userinput></screen></para>
     
    3939
    4040        start)
    4141        echo "Starting sendmail..."
    42         loadproc sendmail -bs -bd -q1m start
     42        loadproc /usr/sbin/sendmail -bs -bd -q1m start
    4343        ;;
    4444
    4545        stop)
  • sendmail/sendmail-inst.xml

    diff --exclude=CVS -Naur ./sendmail/sendmail-inst.xml /home/billy/NEWBLFS/BOOK/server/mail/sendmail/sendmail-inst.xml
    old new  
    1515<para>Install sendmail with the following commands:</para>
    1616
    1717<para><screen><userinput>
     18cat &gt; devtools/Site/site.config.m4 &lt;&lt "EOF"
     19define(`confMANGRP',`root')
     20define(`confMANOWN',`root')
     21define(`confSBINGRP',`root')
     22define(`confUBINGRP',`root')
     23define(`confUBINOWN',`root')
     24EOF                                     
    1825cd sendmail &amp;&amp;
    1926sh Build &amp;&amp;
    2027cd ../cf/cf &amp;&amp;