PERFORCE change 15950 for review
Robert Watson
rwatson at freebsd.org
Wed Aug 14 01:41:52 GMT 2002
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15950
Change 15950 by rwatson at rwatson_paprika on 2002/08/13 18:40:51
Restore rc's sendmail startup for vi recovery to its pre-MAC
state: labeling of processes in the boot sequence is not
yet something we're highly ready to do. This commit makes
this invocation of sendmail consistent with the others where
we also removed the setpmac call.
Affected files ...
.. //depot/projects/trustedbsd/mac/etc/rc#16 edit
Differences ...
==== //depot/projects/trustedbsd/mac/etc/rc#16 (text+ko) ====
@@ -802,8 +802,7 @@
# Else send mail to the user.
recfile=`awk '/^X-vi-recover-path:/{print $2}' < "${i}"`
if [ -n "${recfile}" -a -s "${recfile}" ]; then
- /usr/sbin/setpmac ${sendmail_label} sendmail \
- -t < "${i}"
+ sendmail -t < "${i}"
else
rm -f "${i}"
fi
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list