]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/Makefile.linux
fix up the chmod/chgrp stuff
[ppp.git] / pppd / Makefile.linux
index 05bca94887f98bc4184c2de336156c62ea909f5a..3061346015e231960c15e51b27d82662192d53eb 100644 (file)
@@ -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)