diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-05-17 21:23:54 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-05-17 21:23:54 +0000 |
commit | 80b5ab2b64a0ee29d552e84e53b4883b79fecd62 (patch) | |
tree | fa665b419477157accded72e8e0a2c8b9c7e689a /usr.bin/quota | |
parent | 51e774820720870dad14790683b2910407ab74e6 (diff) |
quota(1) does not need to be setuid root; tested by mickey@
Diffstat (limited to 'usr.bin/quota')
-rw-r--r-- | usr.bin/quota/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/quota/Makefile b/usr.bin/quota/Makefile index 902c602f8e2..8d372931703 100644 --- a/usr.bin/quota/Makefile +++ b/usr.bin/quota/Makefile @@ -1,8 +1,6 @@ -# $OpenBSD: Makefile,v 1.2 1996/06/26 05:38:00 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 2002/05/17 21:23:53 millert Exp $ PROG= quota -BINOWN= root -BINMODE=4555 DPADD= ${LIBRPCSVC} LDADD= -lrpcsvc |