Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Dec 2002 10:18:36 -0800 (PST)
From:      Brian Feldman <green@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 22211 for review
Message-ID:  <200212121818.gBCIIalk048762@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=22211

Change 22211 by green@green_laptop_2 on 2002/12/12 10:17:48

	Correction: setfs?mac(8) didn't handle symlinks with nonexistant
	targets correctly.

Affected files ...

.. //depot/projects/trustedbsd/mac/usr.sbin/setfmac/setfmac.c#12 edit

Differences ...

==== //depot/projects/trustedbsd/mac/usr.sbin/setfmac/setfmac.c#12 (text+ko) ====

@@ -148,6 +148,7 @@
 		case FTS_DEFAULT:	/* do default */
 		case FTS_F:		/* do regular */
 		case FTS_SL:		/* do symlink */
+		case FTS_SLNONE:	/* do symlink */
 		case FTS_W:		/* do whiteout */
 			if (apply_specs(specs, ftsent, hflag, vflag)) {
 				if (eflag) {

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?200212121818.gBCIIalk048762>