Index: sbin/mksnap_ffs/Makefile =================================================================== --- sbin/mksnap_ffs/Makefile +++ sbin/mksnap_ffs/Makefile @@ -10,9 +10,9 @@ CFLAGS+=-I${.CURDIR}/../mount .if defined(NOSUID) -BINMODE=550 +BINMODE=554 .else -BINMODE=4550 +BINMODE=4554 BINOWN= root .endif BINGRP= operator Index: sbin/shutdown/Makefile =================================================================== --- sbin/shutdown/Makefile +++ sbin/shutdown/Makefile @@ -8,6 +8,6 @@ BINOWN= root BINGRP= operator -BINMODE=4550 +BINMODE=4554 .include Index: usr.sbin/ppp/Makefile =================================================================== --- usr.sbin/ppp/Makefile +++ usr.sbin/ppp/Makefile @@ -33,9 +33,9 @@ .endif .if defined(PPP_NO_SUID) -BINMODE=550 +BINMODE=554 .else -BINMODE=4550 +BINMODE=4554 BINOWN= root .endif BINGRP= network