put supscan/supfilesrv in usr/sbin, users do not run them
authorderaadt <deraadt@openbsd.org>
Sat, 3 Feb 1996 10:05:04 +0000 (10:05 +0000)
committerderaadt <deraadt@openbsd.org>
Sat, 3 Feb 1996 10:05:04 +0000 (10:05 +0000)
usr.bin/sup/supfilesrv/Makefile
usr.bin/sup/supscan/Makefile

index 16a1ba7..e23cee4 100644 (file)
@@ -1,4 +1,4 @@
-#      $Id: Makefile,v 1.2 1995/12/17 12:58:14 deraadt Exp $
+#      $Id: Makefile,v 1.3 1996/02/03 10:05:04 deraadt Exp $
 
 PROG=  supfilesrv
 MAN=   supservers.8
@@ -10,7 +10,7 @@ DPADD+=       ${LIBUTIL}
 BINOWN=        root
 BINGRP=        daemon
 BINMODE=555
-BINDIR=        /usr/bin
+BINDIR=        /usr/sbin
 CFLAGS+=-I${.CURDIR}/../src
 .PATH: ${.CURDIR}/../src
 
index 2863593..1b52c47 100644 (file)
@@ -1,4 +1,4 @@
-#      $Id: Makefile,v 1.2 1995/12/17 12:58:17 deraadt Exp $
+#      $Id: Makefile,v 1.3 1996/02/03 10:05:06 deraadt Exp $
 
 PROG=  supscan
 NOMAN=
@@ -10,7 +10,7 @@ DPADD+=       ${LIBUTIL}
 BINOWN=        root
 BINGRP=        daemon
 BINMODE=555
-BINDIR=        /usr/bin
+BINDIR=        /usr/sbin
 CFLAGS+=-I${.CURDIR}/../src
 .PATH: ${.CURDIR}/../src