Stefan Bethke wrote:

Am 23.08.2009 um 16:38 schrieb Jeremie Le Hen:

Wouldn't it be more reasonable to use a standard
suffix for all dedicated admin utility such as vidcontrol, memcontrol,
kbdcontrol:

% 59# find /bin /sbin /usr/bin /usr/sbin -name \*control | wc -l
%       25
% 60# find /bin /sbin /usr/bin /usr/sbin -name \*config | wc -l
%       13


$ find /bin /sbin /usr/bin /usr/sbin -name \*ctl | wc -l
      12
$ find /bin /sbin /usr/bin /usr/sbin -name \*cfg | wc -l
       1
$ find /bin /sbin /usr/bin /usr/sbin -name \*util | wc -l
       3

I'm afraid that train's left long ago.


Stefan


Both mptutil and mfiutil originated at Yahoo, where we have other
utilities with a "util" suffix.  Ultimately, I'm trying to reduce diffs
between freebsd and ybsd, and it's not going to be productive for me to
arbitrarily rename these programs, no matter what the aesthetic
rationale might be.  And, as Stefan aptly points out, there is no
overwhelming aesthetic rationale anyways.

Scott

_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to