head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	97.11.04.23.05.33;	author itz;	state Exp;
branches;
next	1.2;

1.2
date	97.11.04.02.39.52;	author itz;	state Exp;
branches;
next	1.1;

1.1
date	97.11.04.02.38.27;	author itz;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Privileged user & group now set as configured in top makefile.
@
text
@all:	lprm

lprm:	lprm.o ../common_source/libcommon.a

install: lprm
	install  -o $(DAEMON_USER) -g $(DAEMON_GROUP) -s -m6755 lprm /usr/bin
	install  -o root -g root -m644 lprm.1 /usr/man/man1

clean:
	rm -f lprm *.o

@


1.2
log
@(install): install lprm setuid to the lp daemon user.
@
text
@d6 1
a6 1
	install  -o lp -g lp -s -m6755 lprm /usr/bin
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
	install  -o root -g lp -s -m2755 lprm /usr/bin
@
