PERFORCE change 104069 for review

Todd Miller millert at FreeBSD.org
Tue Aug 15 17:42:38 UTC 2006


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

Change 104069 by millert at millert_macbook on 2006/08/15 17:41:25

	load_policy belongs in /usr/sbin

Affected files ...

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

Differences ...

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

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


More information about the trustedbsd-cvs mailing list