Install in sbin vs. bin. Manpage is already a .8 and non-root users can't

run rdate.  Thus it is a system utility.
This commit is contained in:
David E. O'Brien 1998-12-08 08:13:32 +00:00
parent b5328712f9
commit 132475efa3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15188
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
# Date created: 19980128
# Whom: cracauer@cons.org "Martin Cracauer"
#
# $Id: Makefile,v 1.1.1.1 1998/01/28 11:33:17 cracauer Exp $
# $Id: Makefile,v 1.2 1998/12/02 23:42:13 cracauer Exp $
#
DISTNAME= rdate-1.0
@ -16,7 +16,7 @@ MAINTAINER= cracauer@cons.org
MAN8= rdate.8
post-install:
$(INSTALL_PROGRAM) $(WRKSRC)/rdate $(PREFIX)/bin/.
$(INSTALL_PROGRAM) $(WRKSRC)/rdate $(PREFIX)/sbin/.
$(INSTALL_MAN) $(WRKSRC)/rdate.8 $(PREFIX)/man/man8/.
.include <bsd.port.mk>

View file

@ -1 +1 @@
bin/rdate
sbin/rdate