Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Oct 2006 20:54:14 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 108431 for review
Message-ID:  <200610252054.k9PKsEWk081842@repoman.freebsd.org>

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

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



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