From owner-cvs-usrsbin Sun Mar 31 12:57:52 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA27504 for cvs-usrsbin-outgoing; Sun, 31 Mar 1996 12:57:52 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA27489 Sun, 31 Mar 1996 12:57:46 -0800 (PST) Date: Sun, 31 Mar 1996 12:57:46 -0800 (PST) From: Mike Pritchard Message-Id: <199603312057.MAA27489@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/edquota edquota.8 edquota.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 96/03/31 12:57:46 Modified: usr.sbin/edquota edquota.8 edquota.c Log: Allow the use of uid ranges when using the "-p" option to allow easy setup of default quotas for a range of uids. Usage: edquota -p protouser startuid-enduid E.g. edquota -p mpp 10000-19999 Will duplicate the quota limints for user mpp for uids 10000 - 19999. The uids in question do not have to currently exist in /etc/passwd. Revision Changes Path 1.2 +8 -0 src/usr.sbin/edquota/edquota.8 1.4 +22 -1 src/usr.sbin/edquota/edquota.c