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


1.4
date	97.11.04.23.01.48;	author itz;	state Exp;
branches;
next	1.3;

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

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

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


desc
@@


1.4
log
@Installing setgid to DAEMON_GROUP.
@
text
@all:	lpd

lpd:	lpd.o lpdchar.o printjob.o recvjob.o key.o modes.o ../common_source/libcommon.a 

install: lpd
	install  -o root -g $(DAEMON_GROUP) -s -m 2754 lpd /usr/sbin/lpd
	install  -o root -g root -m644 lpd.8 /usr/man/man8

clean:
	rm -f lpd *.o

@


1.3
log
@Undid a change to install lpd setuid "lp"; lpd only likes to run as
root, have to setuid it programatically.
@
text
@d6 1
a6 1
	install  -o root -g lp -s -m 2754 lpd /usr/sbin/lpd
@


1.2
log
@(install): install lpd setuid to the lp daemon user.
        FIXME: This is now hardwired to be the user "lp"; it really should
        be configurable in the toplevel Makefile, but the problem is that
        parts of the package are written to allow this to be a different
        user for each printer.
@
text
@d6 1
a6 1
	install  -o lp -g lp -s -m 6754 lpd /usr/sbin/lpd
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
	install  -o root -g lp -s -m 2754 lpd /usr/sbin/lpd
@
