From 584d6525b38474e6be80ccab62474bbea6f34171 Mon Sep 17 00:00:00 2001 From: "Angelos D. Keromytis" Date: Sat, 8 Jun 2002 22:47:37 +0000 Subject: 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. --- bin/df/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bin') 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 -- cgit v1.2.3