Fix permissions for halt, reboot, and shutdown

This commit is contained in:
Arun Thomas 2010-05-13 12:05:53 +00:00
parent 6244867b11
commit 8630337c80
2 changed files with 2 additions and 0 deletions

View 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=

View file

@ -5,6 +5,7 @@
PROG= halt
SRCS= tinyhalt.c
BINDIR= /bin
BINMODE= 744
LINKS+= ${BINDIR}/halt ${BINDIR}/reboot
MAN=