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


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

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

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


desc
@@


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

lpr:	lpr.o ../common_source/libcommon.a

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

clean:
	rm -f lpr *.o

@


1.2
log
@(install): install lpr program as setuid root.  I
        REALLY DON'T like doing this but it is needed to change ownership
        of control files.  This escaped my attention because the return
        value from fchown() is not checked.
@
text
@d6 1
a6 1
	install  -o root -g lp -s -m6755 lpr /usr/bin
@


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