[vhffs-dev] [439] Forgot to commit some files for use lib fix (damned Constants.pm) |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 439
Author: beuss
Date: 2007-02-04 13:46:38 +0000 (Sun, 04 Feb 2007)
Log Message:
-----------
Forgot to commit some files for use lib fix (damned Constants.pm)
Modified Paths:
--------------
branches/vhffs_4.1/vhffs-listengine/src/archives/archives.pl
branches/vhffs_4.1/vhffs-listengine/src/archives/show_msg.pl
branches/vhffs_4.1/vhffs-listengine/src/listengine.pl
branches/vhffs_4.1/vhffs-tools/src/vhffs-blankmysql
branches/vhffs_4.1/vhffs-tools/src/vhffs-checkinstall
branches/vhffs_4.1/vhffs-tools/src/vhffs-dumpmysql
branches/vhffs_4.1/vhffs-tools/src/vhffs-groupdel
branches/vhffs_4.1/vhffs-tools/src/vhffs-groupinfo
branches/vhffs_4.1/vhffs-tools/src/vhffs-moderate
branches/vhffs_4.1/vhffs-tools/src/vhffs-passwd
branches/vhffs_4.1/vhffs-tools/src/vhffs-quota
branches/vhffs_4.1/vhffs-tools/src/vhffs-userdel
branches/vhffs_4.1/vhffs-tools/src/vhffs-userinfo
branches/vhffs_4.1/vhffs-tools/src/vhffs-usermod
branches/vhffs_4.1/vhffs-tools/src/vhffs-webdir
Modified: branches/vhffs_4.1/vhffs-listengine/src/archives/archives.pl
===================================================================
--- branches/vhffs_4.1/vhffs-listengine/src/archives/archives.pl 2007-02-04 11:59:46 UTC (rev 438)
+++ branches/vhffs_4.1/vhffs-listengine/src/archives/archives.pl 2007-02-04 13:46:38 UTC (rev 439)
@@ -38,6 +38,7 @@
use HTML::Template;
use CGI;
use CGI::Session;
+use lib "/usr/share/vhffs/api/";
use Vhffs::Main;
use Vhffs::Panel::Main;
use Vhffs::Functions;
Modified: branches/vhffs_4.1/vhffs-listengine/src/archives/show_msg.pl
===================================================================
--- branches/vhffs_4.1/vhffs-listengine/src/archives/show_msg.pl 2007-02-04 11:59:46 UTC (rev 438)
+++ branches/vhffs_4.1/vhffs-listengine/src/archives/show_msg.pl 2007-02-04 13:46:38 UTC (rev 439)
@@ -38,6 +38,7 @@
use HTML::Template;
use CGI;
use CGI::Session;
+use lib "/usr/share/vhffs/api/";
use Vhffs::Main;
use Vhffs::Functions;
use Vhffs::Services::Mailing;
Modified: branches/vhffs_4.1/vhffs-listengine/src/listengine.pl
===================================================================
--- branches/vhffs_4.1/vhffs-listengine/src/listengine.pl 2007-02-04 11:59:46 UTC (rev 438)
+++ branches/vhffs_4.1/vhffs-listengine/src/listengine.pl 2007-02-04 13:46:38 UTC (rev 439)
@@ -37,6 +37,7 @@
use locale;
use Locale::gettext;
use Mail::Internet;
+use lib "/usr/share/vhffs/api/";
use Vhffs::Main;
use Vhffs::Services::Mailing;
use Vhffs::Listengine::Intl;
Modified: branches/vhffs_4.1/vhffs-tools/src/vhffs-blankmysql
===================================================================
--- branches/vhffs_4.1/vhffs-tools/src/vhffs-blankmysql 2007-02-04 11:59:46 UTC (rev 438)
+++ branches/vhffs_4.1/vhffs-tools/src/vhffs-blankmysql 2007-02-04 13:46:38 UTC (rev 439)
@@ -6,6 +6,7 @@
# Use as it : blank_mysql
use strict;
+use lib "/usr/share/vhffs/api/";
use Vhffs::Main;
use Vhffs::Constants;
use Vhffs::Functions;
Modified: branches/vhffs_4.1/vhffs-tools/src/vhffs-checkinstall
===================================================================
--- branches/vhffs_4.1/vhffs-tools/src/vhffs-checkinstall 2007-02-04 11:59:46 UTC (rev 438)
+++ branches/vhffs_4.1/vhffs-tools/src/vhffs-checkinstall 2007-02-04 13:46:38 UTC (rev 439)
@@ -3,6 +3,7 @@
#Wrote by soda <god@xxxxxxxxx>
use strict;
+use lib "/usr/share/vhffs/api/";
my @DEPS = qw(HTML::Template Digest::MD5 CGI Locale::gettext Config::General DBI Email::Valid Crypt::PasswdMD5 GD::Text::Wrap GD MIME::Lite XML::RSS CGI::Session Encode utf8);
my $dep;
Modified: branches/vhffs_4.1/vhffs-tools/src/vhffs-dumpmysql
===================================================================
--- branches/vhffs_4.1/vhffs-tools/src/vhffs-dumpmysql 2007-02-04 11:59:46 UTC (rev 438)
+++ branches/vhffs_4.1/vhffs-tools/src/vhffs-dumpmysql 2007-02-04 13:46:38 UTC (rev 439)
@@ -9,6 +9,7 @@
# Use as it : dump_mysql database_name
use strict;
+use lib "/usr/share/vhffs/api/";
use Vhffs::Main;
use Vhffs::Constants;
use Vhffs::Functions;
Modified: branches/vhffs_4.1/vhffs-tools/src/vhffs-groupdel
===================================================================
--- branches/vhffs_4.1/vhffs-tools/src/vhffs-groupdel 2007-02-04 11:59:46 UTC (rev 438)
+++ branches/vhffs_4.1/vhffs-tools/src/vhffs-groupdel 2007-02-04 13:46:38 UTC (rev 439)
@@ -1,5 +1,6 @@
#!/usr/bin/perl
+use lib "/usr/share/vhffs/api/";
use Vhffs::Group;
use Vhffs::Main;
use Vhffs::Constants;
Modified: branches/vhffs_4.1/vhffs-tools/src/vhffs-groupinfo
===================================================================
--- branches/vhffs_4.1/vhffs-tools/src/vhffs-groupinfo 2007-02-04 11:59:46 UTC (rev 438)
+++ branches/vhffs_4.1/vhffs-tools/src/vhffs-groupinfo 2007-02-04 13:46:38 UTC (rev 439)
@@ -1,5 +1,6 @@
#!/usr/bin/perl
+use lib "/usr/share/vhffs/api/";
use Vhffs::Group;
use Vhffs::Main;
Modified: branches/vhffs_4.1/vhffs-tools/src/vhffs-moderate
===================================================================
--- branches/vhffs_4.1/vhffs-tools/src/vhffs-moderate 2007-02-04 11:59:46 UTC (rev 438)
+++ branches/vhffs_4.1/vhffs-tools/src/vhffs-moderate 2007-02-04 13:46:38 UTC (rev 439)
@@ -6,6 +6,7 @@
use Locale::gettext;
use Data::Dumper;
+use lib "/usr/share/vhffs/api/";
use Vhffs::User;
use Vhffs::Group;
use Vhffs::Main;
Modified: branches/vhffs_4.1/vhffs-tools/src/vhffs-passwd
===================================================================
--- branches/vhffs_4.1/vhffs-tools/src/vhffs-passwd 2007-02-04 11:59:46 UTC (rev 438)
+++ branches/vhffs_4.1/vhffs-tools/src/vhffs-passwd 2007-02-04 13:46:38 UTC (rev 439)
@@ -1,5 +1,6 @@
#!/usr/bin/perl
+use lib "/usr/share/vhffs/api/";
use Vhffs::User;
use Vhffs::Main;
Modified: branches/vhffs_4.1/vhffs-tools/src/vhffs-quota
===================================================================
--- branches/vhffs_4.1/vhffs-tools/src/vhffs-quota 2007-02-04 11:59:46 UTC (rev 438)
+++ branches/vhffs_4.1/vhffs-tools/src/vhffs-quota 2007-02-04 13:46:38 UTC (rev 439)
@@ -6,6 +6,7 @@
#Use some VHFFS modules, it can be useful
+use lib "/usr/share/vhffs/api/";
use Vhffs::Main;
use Vhffs::Group;
Modified: branches/vhffs_4.1/vhffs-tools/src/vhffs-userdel
===================================================================
--- branches/vhffs_4.1/vhffs-tools/src/vhffs-userdel 2007-02-04 11:59:46 UTC (rev 438)
+++ branches/vhffs_4.1/vhffs-tools/src/vhffs-userdel 2007-02-04 13:46:38 UTC (rev 439)
@@ -1,5 +1,6 @@
#!/usr/bin/perl
+use lib "/usr/share/vhffs/api/";
use Vhffs::User;
use Vhffs::Main;
use Vhffs::Constants;
Modified: branches/vhffs_4.1/vhffs-tools/src/vhffs-userinfo
===================================================================
--- branches/vhffs_4.1/vhffs-tools/src/vhffs-userinfo 2007-02-04 11:59:46 UTC (rev 438)
+++ branches/vhffs_4.1/vhffs-tools/src/vhffs-userinfo 2007-02-04 13:46:38 UTC (rev 439)
@@ -1,5 +1,6 @@
#!/usr/bin/perl
+use lib "/usr/share/vhffs/api/";
use Vhffs::User;
use Vhffs::Main;
use Vhffs::Functions;
Modified: branches/vhffs_4.1/vhffs-tools/src/vhffs-usermod
===================================================================
--- branches/vhffs_4.1/vhffs-tools/src/vhffs-usermod 2007-02-04 11:59:46 UTC (rev 438)
+++ branches/vhffs_4.1/vhffs-tools/src/vhffs-usermod 2007-02-04 13:46:38 UTC (rev 439)
@@ -1,5 +1,6 @@
#!/usr/bin/perl
+use lib "/usr/share/vhffs/api/";
use Vhffs::User;
use Vhffs::Main;
use Vhffs::Constants;
Modified: branches/vhffs_4.1/vhffs-tools/src/vhffs-webdir
===================================================================
--- branches/vhffs_4.1/vhffs-tools/src/vhffs-webdir 2007-02-04 11:59:46 UTC (rev 438)
+++ branches/vhffs_4.1/vhffs-tools/src/vhffs-webdir 2007-02-04 13:46:38 UTC (rev 439)
@@ -6,6 +6,7 @@
# Use as it : webdir toto.tuxfamily.org
use strict;
+use lib "/usr/share/vhffs/api/";
use Vhffs::Main;
use Vhffs::Constants;
use Vhffs::Functions;