PERFORCE change 43325 for review

Robert Watson rwatson at FreeBSD.org
Tue Dec 2 16:46:58 PST 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


More information about the p4-projects mailing list