Module Name: src Committed By: dholland Date: Tue Aug 14 03:55:49 UTC 2012
Modified Files: src/usr.sbin/edquota: edquota.c Log Message: Make editor-based edquota work again. The format is somewhat different; I'm operating under the assumption that nobody has automated editing scripts for the old format because it's much easier just to use the command-line interface of edquota. The new format is more scalable and more parseable. Also, do a better job of diagnosing editing errors, and don't blindly erase all quota information for the user being edited when a parse error occurs after editing. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/usr.sbin/edquota/edquota.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.