Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Aug 2006 17:42:16 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 104069 for review
Message-ID:  <200608151742.k7FHgGXX035303@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=104069

Change 104069 by millert@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608151742.k7FHgGXX035303>