diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-06-11 22:47:08 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-06-11 22:47:08 +0000 |
commit | ef2528dd01e3d7927401e283ff1f0c6142f736ca (patch) | |
tree | d2b03c495b4dad83fba17f305774e7b2c218d681 /usr.sbin/lpr/lprm/Makefile | |
parent | 72ba0c33912aaf0b62b8d7e5e225762e6f089f6f (diff) |
lprm needs to be setuid daemon after all
Diffstat (limited to 'usr.sbin/lpr/lprm/Makefile')
-rw-r--r-- | usr.sbin/lpr/lprm/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/lpr/lprm/Makefile b/usr.sbin/lpr/lprm/Makefile index d132b8151b5..42680d45f7a 100644 --- a/usr.sbin/lpr/lprm/Makefile +++ b/usr.sbin/lpr/lprm/Makefile @@ -1,11 +1,12 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $OpenBSD: Makefile,v 1.4 2002/06/08 01:53:43 millert Exp $ +# $OpenBSD: Makefile,v 1.5 2002/06/11 22:47:07 millert Exp $ PROG= lprm CFLAGS+=-I${.CURDIR}/../common_source SRCS= lprm.c rmjob.c startdaemon.c common.c common_vars.c +BINOWN= daemon BINGRP= daemon -BINMODE=2555 +BINMODE=6555 BINDIR= /usr/bin .PATH: ${.CURDIR}/../common_source |