]> Zhao Yanbai Git Server - minix.git/commitdiff
Fix permissions for halt, reboot, and shutdown
authorArun Thomas <arun@minix3.org>
Thu, 13 May 2010 12:05:53 +0000 (12:05 +0000)
committerArun Thomas <arun@minix3.org>
Thu, 13 May 2010 12:05:53 +0000 (12:05 +0000)
commands/reboot/Makefile
commands/tinyhalt/Makefile

index 2dde81bdb6133e34b562d99055cbb89e3625b1f6..203688efbef75e582ad00a222f1db57c7e66dca2 100644 (file)
@@ -3,6 +3,7 @@
 PROGS= shutdown halt
 SRCS.shutdown= shutdown.c sh_wall.c log.c
 SRCS.halt=     halt.c log.c
+BINMODE= 4754
 LINKS+=        ${BINDIR}/halt ${BINDIR}/reboot
 MAN.shutdown=
 MAN.halt=
index afbe20a40b1891b53b29cbe067e24aa4b59882a0..0db22c4ce6676b5ff8ea3a99465adef8b45ead3e 100644 (file)
@@ -5,6 +5,7 @@
 PROG=  halt
 SRCS=  tinyhalt.c
 BINDIR=        /bin
+BINMODE= 744
 LINKS+=        ${BINDIR}/halt ${BINDIR}/reboot
 MAN=