CHANGELOG 2004-07-26
[hdw-linux/hdw-linux.git] / packages / hackbard / sendmail / no_user_smmsp.patch
diff --git a/packages/hackbard/sendmail/no_user_smmsp.patch b/packages/hackbard/sendmail/no_user_smmsp.patch
new file mode 100644 (file)
index 0000000..022cb7e
--- /dev/null
@@ -0,0 +1,19 @@
+--- ./sendmail/Makefile.m4.orig        2004-07-26 12:35:05.000000000 +0200
++++ ./sendmail/Makefile.m4     2004-07-26 12:38:16.000000000 +0200
+@@ -53,7 +53,6 @@
+       @echo "You must have setup a new user ${MSPQOWN} and a new group ${GBINGRP}"
+       @echo "as explained in sendmail/SECURITY."
+       mkdir -p ${DESTDIR}${MSPQ}
+-      chown ${MSPQOWN} ${DESTDIR}${MSPQ}
+       chgrp ${GBINGRP} ${DESTDIR}${MSPQ}
+       chmod 0770 ${DESTDIR}${MSPQ}
+@@ -89,7 +88,7 @@
+       ${INSTALL} -c -o ${SBINOWN} -g ${UBINGRP} -m ifdef(`confSTMODE', `confSTMODE', `0600') statistics ${DESTDIR}${STPATH}
+ install-submit-st: statistics ${DESTDIR}${MSPQ}
+-      ${INSTALL} -c -o ${MSPQOWN} -g ${GBINGRP} -m ifdef(`confSTMODE', `confSTMODE', `0600') statistics ${DESTDIR}${MSPQ}/${MSPSTFILE}
++      ${INSTALL} -c -g ${GBINGRP} -m ifdef(`confSTMODE', `confSTMODE', `0600') statistics ${DESTDIR}${MSPQ}/${MSPSTFILE}
+ divert(0)
+ bldPRODUCT_END