summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2002-06-08 22:47:37 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2002-06-08 22:47:37 +0000
commit584d6525b38474e6be80ccab62474bbea6f34171 (patch)
tree89f10f17130ff38016f48a6dd7e09119ff1635c2 /bin
parent0ca06ae276e11e4d6c299a9f5ad5bce483e5fd19 (diff)
This doesn't need to be setgid operator; it was only set so users
could do "df /dev/rwd0a" or some such, but arguably only operators (or root) care about this, and they should already be on the operator group.
Diffstat (limited to 'bin')
-rw-r--r--bin/df/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/df/Makefile b/bin/df/Makefile
index 7234bcb381f..7b604730e1a 100644
--- a/bin/df/Makefile
+++ b/bin/df/Makefile
@@ -1,8 +1,6 @@
-# $OpenBSD: Makefile,v 1.4 1997/09/21 11:34:56 deraadt Exp $
+# $OpenBSD: Makefile,v 1.5 2002/06/08 22:47:36 angelos Exp $
PROG= df
SRCS= df.c ffs_df.c lfs_df.c ext2fs_df.c
-BINGRP= operator
-BINMODE=2555
.include <bsd.prog.mk>