[Fai-commit] r4957 - trunk/bin

lange at alioth.debian.org lange at alioth.debian.org
Thu Jun 12 11:44:12 UTC 2008


Author: lange
Date: 2008-06-12 11:44:11 +0000 (Thu, 12 Jun 2008)
New Revision: 4957

Modified:
   trunk/bin/setup-storage
Log:
moving setup-storage to trunk

Modified: trunk/bin/setup-storage
===================================================================
--- trunk/bin/setup-storage	2008-06-12 11:37:56 UTC (rev 4956)
+++ trunk/bin/setup-storage	2008-06-12 11:44:11 UTC (rev 4957)
@@ -52,7 +52,7 @@
 
 package FAI;
 
-my $version = "0.9";
+my $version = "1.0";
 
 # command line parameter handling
 use Getopt::Std;
@@ -81,13 +81,13 @@
 
 # include all subparts, which are part of the FAI perl package
 use lib "/usr/share/fai/setup-storage/";
-use init;
-use volumes;
-use parser;
-use sizes;
-use commands;
-use fstab;
-use exec;
+use Init;
+use Volumes;
+use Parser;
+use Sizes;
+use Commands;
+use Fstab;
+use Exec;
 
 # the config source file
 my $config_file = undef;




More information about the Fai-commit mailing list