cnfsstat -p
Heath Kehoe
heath.kehoe at intermec.com
Fri Apr 14 18:44:39 UTC 2000
>The option "-p" of cnfsstat doesn't work correctly.
>
>--
>Kenichi Okada
>mailto:okada at opaopa.org
>
Hmmm... perl's getopt is case-insensitive by default.
How annoying.
Try this:
*** cnfsstat.DIST Fri Apr 14 13:41:48 2000
--- cnfsstat Fri Apr 14 13:42:08 2000
***************
*** 89,94 ****
--- 89,95 ----
my($gr, $cl, $min, $max, @storsort, $oclass, $header_printed);
+ Getopt::Long::Configure "no_ignore_case";
GetOptions("-a", "-c=s", \$oclass, "-h", "-l:i", "-s", "-m=s", \$obuffer, "-p", "-P");
&usage if $opt_h;
More information about the inn-workers
mailing list