[Fai-commit] r3513 - people/michael/features/setup_harddisks_2/implementation

fai-commit at lists.alioth.debian.org fai-commit at lists.alioth.debian.org
Mon Jun 12 22:38:42 UTC 2006


Author: michael-guest
Date: 2006-06-12 22:38:42 +0000 (Mon, 12 Jun 2006)
New Revision: 3513

Added:
   people/michael/features/setup_harddisks_2/implementation/shdd2
Modified:
   people/michael/features/setup_harddisks_2/implementation/shdd2-parser
Log:
use shdd2 as the main script which includes the necessary files


Added: people/michael/features/setup_harddisks_2/implementation/shdd2
===================================================================
--- people/michael/features/setup_harddisks_2/implementation/shdd2	2006-06-12 22:28:28 UTC (rev 3512)
+++ people/michael/features/setup_harddisks_2/implementation/shdd2	2006-06-12 22:38:42 UTC (rev 3513)
@@ -0,0 +1,6 @@
+#!/usr/bin/perl -w
+
+use strict;
+
+require "shdd2-parser";
+


Property changes on: people/michael/features/setup_harddisks_2/implementation/shdd2
___________________________________________________________________
Name: svn:executable
   + *

Modified: people/michael/features/setup_harddisks_2/implementation/shdd2-parser
===================================================================
--- people/michael/features/setup_harddisks_2/implementation/shdd2-parser	2006-06-12 22:28:28 UTC (rev 3512)
+++ people/michael/features/setup_harddisks_2/implementation/shdd2-parser	2006-06-12 22:38:42 UTC (rev 3513)
@@ -133,3 +133,5 @@
 
 defined $Parser->file( $input ) or die "Syntax error\n";
 
+1;
+




More information about the Fai-commit mailing list