PERFORCE change 43325 for review
Robert Watson
rwatson at FreeBSD.org
Wed Dec 3 00:46:56 GMT 2003
http://perforce.freebsd.org/chv.cgi?CH=43325
Change 43325 by rwatson at rwatson_powerbook on 2003/12/02 16:45:55
force ln to succeed.
Affected files ...
.. //depot/projects/trustedbsd/sedarwin/mac_cmds/setfsmac/Makefile#4 edit
Differences ...
==== //depot/projects/trustedbsd/sedarwin/mac_cmds/setfsmac/Makefile#4 (text+ko) ====
@@ -5,6 +5,6 @@
gcc -o setfsmac setfsmac.o ../../libmac/libmac.a
install:
install -m 755 -o root -g wheel setfsmac /usr/sbin
- ln /usr/sbin/setfsmac /usr/sbin/setfmac
+ ln -f /usr/sbin/setfsmac /usr/sbin/setfmac
clean:
rm -f setfsmac setfsmac.o
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