fixhipri - Fix the hipri script
Serves the same function as fixperl, but for the hipri script. hipri is installed setUID to root, and so does not recognize the -I switch on the command line perlsec(1), so the same goal is accomplished this way.
fixhipri attempts to only fix Perl scripts, and only fixes the first line of them, to avoid making any messes it can avoid.
fixhipri [-qQh] [-d debug-level] [-t]
[-B LIBBIN] [-P BURNPATH] script-names
-q: Be quiet
-Q: Be REALLY quiet (not implemented)
-h: Print help message
-d: Print debug messages at debug-level (not implemented)
-t: Just print what settings
-B: Use LIBBIN as the cgi-lib/bin directory, instead of
getting it from the configuration.
-P: Use BURNPATH as the path for driver programs, instead of
getting it from the configuration.
script-names: Names of scripts that should be edited
fixperl, smartinstall, perl(1), perlsec(1).