Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Mar 1996 12:57:46 -0800 (PST)
From:      Mike Pritchard <mpp>
To:        CVS-committers, cvs-all, cvs-usrsbin
Subject:   cvs commit:  src/usr.sbin/edquota edquota.8 edquota.c
Message-ID:  <199603312057.MAA27489@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603312057.MAA27489>