CHANGELOG 2004-07-26
[hdw-linux/hdw-linux.git] / packages / hackbard / sendmail / no_user_smmsp.patch
1 --- ./sendmail/Makefile.m4.orig 2004-07-26 12:35:05.000000000 +0200
2 +++ ./sendmail/Makefile.m4      2004-07-26 12:38:16.000000000 +0200
3 @@ -53,7 +53,6 @@
4         @echo "You must have setup a new user ${MSPQOWN} and a new group ${GBINGRP}"
5         @echo "as explained in sendmail/SECURITY."
6         mkdir -p ${DESTDIR}${MSPQ}
7 -       chown ${MSPQOWN} ${DESTDIR}${MSPQ}
8         chgrp ${GBINGRP} ${DESTDIR}${MSPQ}
9         chmod 0770 ${DESTDIR}${MSPQ}
10  
11 @@ -89,7 +88,7 @@
12         ${INSTALL} -c -o ${SBINOWN} -g ${UBINGRP} -m ifdef(`confSTMODE', `confSTMODE', `0600') statistics ${DESTDIR}${STPATH}
13  
14  install-submit-st: statistics ${DESTDIR}${MSPQ}
15 -       ${INSTALL} -c -o ${MSPQOWN} -g ${GBINGRP} -m ifdef(`confSTMODE', `confSTMODE', `0600') statistics ${DESTDIR}${MSPQ}/${MSPSTFILE}
16 +       ${INSTALL} -c -g ${GBINGRP} -m ifdef(`confSTMODE', `confSTMODE', `0600') statistics ${DESTDIR}${MSPQ}/${MSPSTFILE}
17  
18  divert(0)
19  bldPRODUCT_END