PERFORCE change 15742 for review

Robert Watson rwatson at freebsd.org
Fri Aug 9 15:26:41 GMT 2002


http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15742

Change 15742 by rwatson at rwatson_paprika on 2002/08/09 08:26:01

	Fix a note in the comment: originally I used -l locally, but
	when merging to the trustedbsd_mac tree, I renamed to -s, but
	missed this comment.  No functional change.
	
	Submitted by:	jmallett

Affected files ...

.. //depot/projects/trustedbsd/mac/usr.bin/su/su.c#9 edit

Differences ...

==== //depot/projects/trustedbsd/mac/usr.bin/su/su.c#9 (text+ko) ====

@@ -362,7 +362,7 @@
 			   LOGIN_SETLOGIN | LOGIN_SETPATH | LOGIN_SETGROUP |
 			   LOGIN_SETLABEL);
 		/*
-		 * If -l is present, also set the MAC label.
+		 * If -s is present, also set the MAC label.
 		 */
 		if (setmaclabel)
 			setwhat |= LOGIN_SETLABEL;
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