Graham Knop
aaa0924dc7
allow running sbin scripts from any directory
2010-04-15 14:02:39 -05:00
Graham Knop
24da723629
updating copyright year
2009-02-20 23:47:30 +00:00
Graham Knop
1af2704e0c
marked sbin scripts as executable
2009-01-12 16:28:33 +00:00
JT Smith
75faea98af
added #!/usr/bin/env perl to all utility scripts
2009-01-07 23:40:15 +00:00
Ernesto Hernández-Novich
8be24aec80
Make sure $webguiRoot is setup consistently in all utility scripts.
...
Some scripts had a hardcoded use lib "../lib" and "../.." on
Session/Config method calls. This was changed to a BEGIN prologue
where @INC gets $webguiRoot added, and the method calls use
$webguiRoot instead.
This eases the creation of patches for filesystem reorganization of
the installed files (e.g. for Debian packages).
2008-06-09 15:23:26 +00:00
Ernesto Hernández-Novich
26171e97b4
Added missing copyright notice to utility scripts.
2008-06-09 15:06:05 +00:00
Ernesto Hernández-Novich
fd671cec3d
Used B<> instead of C<> when highlighting options and parameters in
...
POD documentation. Not only do they look nicer emboldened, but it's
also what's suggested in perlpod.
2008-06-09 14:54:08 +00:00
Ernesto Hernández-Novich
4555e8ca8e
Added proper POD documentation to utility scripts using POD::Usage.
2008-06-06 22:08:59 +00:00
Graham Knop
1673a67dfc
added script to remove unneeded .wgaccess files instead of running during upgrade
2008-02-26 23:28:08 +00:00