From: Paul Mackerras Date: Tue, 30 Mar 1999 06:01:42 +0000 (+0000) Subject: change pppd to group pppusers if possible X-Git-Tag: ppp-2.4.7~761 X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=482b7bf6244696a5bdb9c4aafce94690dc942c01;p=ppp.git change pppd to group pppusers if possible --- diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux index 8d32083..8c0ac11 100644 --- a/pppd/Makefile.linux +++ b/pppd/Makefile.linux @@ -1,6 +1,6 @@ # # pppd makefile for Linux -# $Id: Makefile.linux,v 1.27 1999/03/02 05:33:45 paulus Exp $ +# $Id: Makefile.linux,v 1.28 1999/03/30 06:01:42 paulus Exp $ # # Default installation locations @@ -87,7 +87,9 @@ endif install: pppd mkdir -p $(BINDIR) $(MANDIR) - install -s -c -m 4555 -o root pppd $(BINDIR)/pppd + install -s -c -m 4550 -o root pppd $(BINDIR)/pppd + if ! chgrp pppusers $(BINDIR)/pppd 2>/dev/null; then \ + chmod o+rx $(BINDIR)/pppd; fi install -c -m 444 -o root pppd.8 $(MANDIR)/man8 pppd: $(PPPDOBJS)