From: Paul Mackerras Date: Thu, 8 Mar 2001 05:00:35 +0000 (+0000) Subject: fix up the chmod/chgrp stuff X-Git-Tag: ppp-2.4.7~508 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=6c85691696e798a46158b459436a78fba3dcc46f fix up the chmod/chgrp stuff --- diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux index 05bca94..3061346 100644 --- a/pppd/Makefile.linux +++ b/pppd/Makefile.linux @@ -1,6 +1,6 @@ # # pppd makefile for Linux -# $Id: Makefile.linux,v 1.40 2000/08/01 01:44:48 paulus Exp $ +# $Id: Makefile.linux,v 1.41 2001/03/08 05:00:35 paulus Exp $ # # Default installation locations @@ -116,9 +116,9 @@ INSTALL= install -o root install: pppd mkdir -p $(BINDIR) $(MANDIR) - $(INSTALL) -s -c -m 4550 pppd $(BINDIR)/pppd - if ! chgrp pppusers $(BINDIR)/pppd 2>/dev/null; then \ - chmod o+rx $(BINDIR)/pppd; fi + $(INSTALL) -s -c -m 555 pppd $(BINDIR)/pppd + if chgrp pppusers $(BINDIR)/pppd 2>/dev/null; then \ + chmod o-rx,u+s $(BINDIR)/pppd; fi $(INSTALL) -c -m 444 pppd.8 $(MANDIR)/man8 pppd: $(PPPDOBJS)