PERFORCE change 108431 for review

Todd Miller millert at FreeBSD.org
Wed Oct 25 13:58:24 PDT 2006


http://perforce.freebsd.org/chv.cgi?CH=108431

Change 108431 by millert at millert_macbook on 2006/10/25 20:53:27

	setfiles belongs in /sbin, not /usr/bin

Affected files ...

.. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/programs/setfiles/Makefile#2 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/programs/setfiles/Makefile#2 (text+ko) ====

@@ -19,7 +19,7 @@
 	$(CC) $(CFLAGS) -o $@ $^ $(LDADD)
 
 install: $(PROG) $(MAN8)
-	install -m 555 $(PROG) $(DESTDIR)/usr/bin
+	install -m 555 $(PROG) $(DESTDIR)/sbin
 	install -m 444 $(MAN8) $(DESTDIR)/usr/share/man/man8
 
 clean:


More information about the trustedbsd-cvs mailing list