aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeel Natu <neel@FreeBSD.org>2014-08-21 19:04:15 +0000
committerNeel Natu <neel@FreeBSD.org>2014-08-21 19:04:15 +0000
commitf518456fdba98b5b881779ce8bfaadf704634d93 (patch)
treecb69c3aae8eb43e14a83f62dd8d653f1d828640d
parentc6e1a98786bd3d7f4c0c30e74ecc1038c435e1fd (diff)
Notes
-rw-r--r--sbin/mksnap_ffs/Makefile4
-rw-r--r--sbin/shutdown/Makefile2
-rw-r--r--usr.sbin/ppp/Makefile4
3 files changed, 5 insertions, 5 deletions
diff --git a/sbin/mksnap_ffs/Makefile b/sbin/mksnap_ffs/Makefile
index 9247cb278edb..de96fa03e0f5 100644
--- a/sbin/mksnap_ffs/Makefile
+++ b/sbin/mksnap_ffs/Makefile
@@ -10,9 +10,9 @@ WARNS?= 2
CFLAGS+=-I${.CURDIR}/../mount
.if defined(NOSUID)
-BINMODE=550
+BINMODE=554
.else
-BINMODE=4550
+BINMODE=4554
BINOWN= root
.endif
BINGRP= operator
diff --git a/sbin/shutdown/Makefile b/sbin/shutdown/Makefile
index a6ecb93519f0..905d1bc9a04e 100644
--- a/sbin/shutdown/Makefile
+++ b/sbin/shutdown/Makefile
@@ -8,6 +8,6 @@ MLINKS= shutdown.8 poweroff.8
BINOWN= root
BINGRP= operator
-BINMODE=4550
+BINMODE=4554
.include <bsd.prog.mk>
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile
index beea0ab6600f..dda493e4534c 100644
--- a/usr.sbin/ppp/Makefile
+++ b/usr.sbin/ppp/Makefile
@@ -33,9 +33,9 @@ PPP_NO_PAM=
.endif
.if defined(PPP_NO_SUID)
-BINMODE=550
+BINMODE=554
.else
-BINMODE=4550
+BINMODE=4554
BINOWN= root
.endif
BINGRP= network