Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Aug 2002 08:26:41 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 15742 for review
Message-ID:  <200208091526.g79FQfZ5013663@freefall.freebsd.org>

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

Change 15742 by rwatson@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@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?200208091526.g79FQfZ5013663>