[vhffs-dev] [655] Removed vhffs-checkinstall since it has been replaced by vhffs-testdependencies .

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Revision: 655
Author:   beuss
Date:     2007-07-04 10:23:51 +0000 (Wed, 04 Jul 2007)

Log Message:
-----------
Removed vhffs-checkinstall since it has been replaced by vhffs-testdependencies.

Modified Paths:
--------------
    trunk/vhffs-tools/src/Makefile.am

Removed Paths:
-------------
    trunk/vhffs-tools/src/vhffs-checkinstall


Modified: trunk/vhffs-tools/src/Makefile.am
===================================================================
--- trunk/vhffs-tools/src/Makefile.am	2007-07-03 14:39:58 UTC (rev 654)
+++ trunk/vhffs-tools/src/Makefile.am	2007-07-04 10:23:51 UTC (rev 655)
@@ -1,7 +1,6 @@
 toolsdir = @TOOLSDIR@
 tools_SCRIPTS = \
 	vhffs-blankmysql \
-	vhffs-checkinstall \
 	vhffs-dumpmysql \
 	vhffs-groupdel \
 	vhffs-groupinfo \
@@ -24,4 +23,4 @@
 install-data-hook :
 	for f in $(tools_SCRIPTS) ; do \
 		$(do_sed) $(DESTDIR)$(toolsdir)/$$f; \
-	done
\ No newline at end of file
+	done

Deleted: trunk/vhffs-tools/src/vhffs-checkinstall
===================================================================
--- trunk/vhffs-tools/src/vhffs-checkinstall	2007-07-03 14:39:58 UTC (rev 654)
+++ trunk/vhffs-tools/src/vhffs-checkinstall	2007-07-04 10:23:51 UTC (rev 655)
@@ -1,22 +0,0 @@
-#!%PERL%
-
-#Wrote by soda <god@xxxxxxxxx>
-
-use strict;
-use lib '%VHFFS_LIB_DIR%';
-
-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;
-my $depname;
-my $depfile;
-my $dir;
-my $file;
-my $found;
-
-foreach ( @DEPS )
-{
-	die ( "Module $_ not found\n/o\\ /o\\ /o\\ /o\\ /o\\  /o\\ /o\\ /o\\ /o\\ \nPlease consult http://www.vhffs.org website to get documentation\nor found miss module on http://cpan.org website\n" ) if ( eval("require $_") == 0);
-}
-
-print "Great, your system seems have all required modules\n";
-exit( 0 );	


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/