PERFORCE change 22211 for review
Brian Feldman
green at freebsd.org
Thu Dec 12 18:18:36 GMT 2002
http://perforce.freebsd.org/chv.cgi?CH=22211
Change 22211 by green at 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 at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list