aboutsummaryrefslogtreecommitdiff
path: root/sbin/shutdown
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-09-19 22:42:06 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-09-19 22:42:06 +0000
commitbe0cde6f10dc8f3b82982c7912af93d61d828d75 (patch)
tree820f2eff6ab08f0d6e29ba0386c043d3c1cb271c /sbin/shutdown
parent25352982e7256bd3744cd30c5b7938f468693816 (diff)
downloadsrc-be0cde6f10dc8f3b82982c7912af93d61d828d75.tar.gz
src-be0cde6f10dc8f3b82982c7912af93d61d828d75.zip
Remove useless `BINOWN=root' now that it is the default.
Notes
Notes: svn path=/head/; revision=39495
Diffstat (limited to 'sbin/shutdown')
-rw-r--r--sbin/shutdown/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/shutdown/Makefile b/sbin/shutdown/Makefile
index 48847e472234..f1eff8df6579 100644
--- a/sbin/shutdown/Makefile
+++ b/sbin/shutdown/Makefile
@@ -2,7 +2,6 @@
PROG= shutdown
MAN8= shutdown.8
-BINOWN= root
BINGRP= operator
BINMODE=4550