From owner-freebsd-commit Fri Jan 5 00:37:42 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA18884 for freebsd-commit-outgoing; Fri, 5 Jan 1996 00:37:42 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA18866 for cvs-all-outgoing; Fri, 5 Jan 1996 00:37:37 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA18852 for cvs-usrbin-outgoing; Fri, 5 Jan 1996 00:37:35 -0800 (PST) Received: (from graichen@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA18842 Fri, 5 Jan 1996 00:37:33 -0800 (PST) Date: Fri, 5 Jan 1996 00:37:33 -0800 (PST) From: Thomas Graichen Message-Id: <199601050837.AAA18842@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/quota Makefile quota.1 quota.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk graichen 96/01/05 00:37:32 Modified: usr.bin/quota Makefile quota.1 quota.c Log: Obtained from: NetBSD replaced our quota with the NetBSD one, then added all changes we made to our - this is done to support the displaying of quota's over nfs using the rpc.rquotad Revision Changes Path 1.2 +3 -0 src/usr.bin/quota/Makefile 1.2 +15 -3 src/usr.bin/quota/quota.1 1.3 +274 -87 src/usr.bin/quota/quota.c