diff options
author | 2002-05-17 21:23:53 +0000 | |
---|---|---|
committer | 2002-05-17 21:23:53 +0000 | |
commit | ea9d0aa9e09e11331a26f349fba96cd5555af78a (patch) | |
tree | 9424099e2a3f05222a844bb26e7e15a5aafd522b | |
parent | properly detect the cpu model for the broken cyrix latch; better fix than pr#2661 (diff) | |
download | wireguard-openbsd-ea9d0aa9e09e11331a26f349fba96cd5555af78a.tar.xz wireguard-openbsd-ea9d0aa9e09e11331a26f349fba96cd5555af78a.zip |
quota(1) does not need to be setuid root; tested by mickey@
-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 |