Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Aug 2002 18:41:52 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 15950 for review
Message-ID:  <200208140141.g7E1fqvC030973@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15950

Change 15950 by rwatson@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@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208140141.g7E1fqvC030973>