[Fai-commit] r5862 - in trunk: bin debian lib lib/setup-storage

Thomas Lange lange at alioth.debian.org
Thu Jul 15 09:14:40 UTC 2010


Author: lange
Date: 2010-07-15 09:14:38 +0000 (Thu, 15 Jul 2010)
New Revision: 5862

Modified:
   trunk/bin/fai-debconf
   trunk/bin/fai-do-scripts
   trunk/bin/faimond-gui
   trunk/bin/setup-storage
   trunk/debian/changelog
   trunk/lib/mkramdisk
   trunk/lib/setup-storage/Commands.pm
   trunk/lib/setup-storage/Exec.pm
   trunk/lib/setup-storage/Fstab.pm
   trunk/lib/setup-storage/Init.pm
   trunk/lib/setup-storage/Parser.pm
   trunk/lib/setup-storage/Sizes.pm
   trunk/lib/setup-storage/Volumes.pm
   trunk/lib/task_sysinfo
   trunk/lib/updatebase
Log:
mkramdisk,task_sysinfo,updatebase,fai-do-scripts,fai-debconf,
faimond-gui,setup-storage,Commands.pm,Exec.pm,Fstab.pm,Init.pm,
Parser.pm,Sizes.pm,Volumes.pm: add $Id$

Modified: trunk/bin/fai-debconf
===================================================================
--- trunk/bin/fai-debconf	2010-07-15 09:12:02 UTC (rev 5861)
+++ trunk/bin/fai-debconf	2010-07-15 09:14:38 UTC (rev 5862)
@@ -1,5 +1,6 @@
 #! /bin/bash
 
+# $Id$
 #*********************************************************************
 #
 # fai-debconf - set debconf values using classes

Modified: trunk/bin/fai-do-scripts
===================================================================
--- trunk/bin/fai-do-scripts	2010-07-15 09:12:02 UTC (rev 5861)
+++ trunk/bin/fai-do-scripts	2010-07-15 09:14:38 UTC (rev 5862)
@@ -1,5 +1,6 @@
 #! /bin/bash
 
+# $Id$
 #*********************************************************************
 #
 # fai-do-scripts - call configuration scripts for every defined class

Modified: trunk/bin/faimond-gui
===================================================================
--- trunk/bin/faimond-gui	2010-07-15 09:12:02 UTC (rev 5861)
+++ trunk/bin/faimond-gui	2010-07-15 09:14:38 UTC (rev 5862)
@@ -1,5 +1,8 @@
 #! /usr/bin/perl
 
+# $Id$
+#*********************************************************************
+#
 # faimond-gui: graphical FAI monitor daemon
 #
 # This script is part of FAI (Fully Automatic Installation)


Property changes on: trunk/bin/faimond-gui
___________________________________________________________________
Added: svn:keywords
   + Author Date Id Revision

Modified: trunk/bin/setup-storage
===================================================================
--- trunk/bin/setup-storage	2010-07-15 09:12:02 UTC (rev 5861)
+++ trunk/bin/setup-storage	2010-07-15 09:14:38 UTC (rev 5862)
@@ -1,5 +1,6 @@
 #!/usr/bin/perl -w
 
+# $Id$
 #*********************************************************************
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by


Property changes on: trunk/bin/setup-storage
___________________________________________________________________
Modified: svn:keywords
   - Id
   + Author Date Id Revision

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2010-07-15 09:12:02 UTC (rev 5861)
+++ trunk/debian/changelog	2010-07-15 09:14:38 UTC (rev 5862)
@@ -1,4 +1,4 @@
-fai (3.4~beta5) unstable; urgency=low
+fai (3.4~beta6) unstable; urgency=low
 
   [ Thomas Lange ]
   * dhcp-edit: new command that adds or removes entries to/from dhcpd.conf
@@ -42,6 +42,9 @@
   * 40-misc: replace cfengine script with shell script
   * fai-do-scripts: add cfengine 3 support
   * subroutines: df output also shows type of file system
+  * mkramdisk,task_sysinfo,updatebase,fai-do-scripts,fai-debconf,
+    faimond-gui,setup-storage,Commands.pm,Exec.pm,Fstab.pm,Init.pm,
+    Parser.pm,Sizes.pm,Volumes.pm: add $Id$
 
   [ Michael Tautschnig ]
   * control: Move setup-storage to its own package (fai-setup-storage). Thanks

Modified: trunk/lib/mkramdisk
===================================================================
--- trunk/lib/mkramdisk	2010-07-15 09:12:02 UTC (rev 5861)
+++ trunk/lib/mkramdisk	2010-07-15 09:14:38 UTC (rev 5862)
@@ -1,5 +1,6 @@
 #! /bin/bash
 
+# $Id$
 #*********************************************************************
 #
 # mkramdisk -- mount a ramdisk on top of a directory


Property changes on: trunk/lib/mkramdisk
___________________________________________________________________
Added: svn:keywords
   + Author Date Id Revision

Modified: trunk/lib/setup-storage/Commands.pm
===================================================================
--- trunk/lib/setup-storage/Commands.pm	2010-07-15 09:12:02 UTC (rev 5861)
+++ trunk/lib/setup-storage/Commands.pm	2010-07-15 09:14:38 UTC (rev 5862)
@@ -1,5 +1,6 @@
 #!/usr/bin/perl -w
 
+# $Id$
 #*********************************************************************
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by


Property changes on: trunk/lib/setup-storage/Commands.pm
___________________________________________________________________
Modified: svn:keywords
   - Id
   + Author Date Id Revision

Modified: trunk/lib/setup-storage/Exec.pm
===================================================================
--- trunk/lib/setup-storage/Exec.pm	2010-07-15 09:12:02 UTC (rev 5861)
+++ trunk/lib/setup-storage/Exec.pm	2010-07-15 09:14:38 UTC (rev 5862)
@@ -1,5 +1,6 @@
 #!/usr/bin/perl -w
 
+# $Id$
 #*********************************************************************
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by


Property changes on: trunk/lib/setup-storage/Exec.pm
___________________________________________________________________
Modified: svn:keywords
   - Id
   + Author Date Id Revision

Modified: trunk/lib/setup-storage/Fstab.pm
===================================================================
--- trunk/lib/setup-storage/Fstab.pm	2010-07-15 09:12:02 UTC (rev 5861)
+++ trunk/lib/setup-storage/Fstab.pm	2010-07-15 09:14:38 UTC (rev 5862)
@@ -1,5 +1,6 @@
 #!/usr/bin/perl -w
 
+# $Id$
 #*********************************************************************
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by


Property changes on: trunk/lib/setup-storage/Fstab.pm
___________________________________________________________________
Modified: svn:keywords
   - Id
   + Author Date Id Revision

Modified: trunk/lib/setup-storage/Init.pm
===================================================================
--- trunk/lib/setup-storage/Init.pm	2010-07-15 09:12:02 UTC (rev 5861)
+++ trunk/lib/setup-storage/Init.pm	2010-07-15 09:14:38 UTC (rev 5862)
@@ -1,5 +1,6 @@
 #!/usr/bin/perl -w
 
+# $Id$
 #*********************************************************************
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by


Property changes on: trunk/lib/setup-storage/Init.pm
___________________________________________________________________
Modified: svn:keywords
   - Id
   + Author Date Id Revision

Modified: trunk/lib/setup-storage/Parser.pm
===================================================================
--- trunk/lib/setup-storage/Parser.pm	2010-07-15 09:12:02 UTC (rev 5861)
+++ trunk/lib/setup-storage/Parser.pm	2010-07-15 09:14:38 UTC (rev 5862)
@@ -1,5 +1,6 @@
 #!/usr/bin/perl -w
 
+# $Id$
 #*********************************************************************
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by


Property changes on: trunk/lib/setup-storage/Parser.pm
___________________________________________________________________
Modified: svn:keywords
   - Id
   + Author Date Id Revision

Modified: trunk/lib/setup-storage/Sizes.pm
===================================================================
--- trunk/lib/setup-storage/Sizes.pm	2010-07-15 09:12:02 UTC (rev 5861)
+++ trunk/lib/setup-storage/Sizes.pm	2010-07-15 09:14:38 UTC (rev 5862)
@@ -1,5 +1,6 @@
 #!/usr/bin/perl -w
 
+# $Id$
 #*********************************************************************
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by


Property changes on: trunk/lib/setup-storage/Sizes.pm
___________________________________________________________________
Modified: svn:keywords
   - Id
   + Author Date Id Revision

Modified: trunk/lib/setup-storage/Volumes.pm
===================================================================
--- trunk/lib/setup-storage/Volumes.pm	2010-07-15 09:12:02 UTC (rev 5861)
+++ trunk/lib/setup-storage/Volumes.pm	2010-07-15 09:14:38 UTC (rev 5862)
@@ -1,5 +1,6 @@
 #!/usr/bin/perl -w
 
+# $Id$
 #*********************************************************************
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by


Property changes on: trunk/lib/setup-storage/Volumes.pm
___________________________________________________________________
Modified: svn:keywords
   - Id
   + Author Date Id Revision

Modified: trunk/lib/task_sysinfo
===================================================================
--- trunk/lib/task_sysinfo	2010-07-15 09:12:02 UTC (rev 5861)
+++ trunk/lib/task_sysinfo	2010-07-15 09:14:38 UTC (rev 5862)
@@ -1,5 +1,7 @@
 #! /bin/bash
 
+# $Id$
+
 # display some information about the system and save it to the logserver
 
 

Modified: trunk/lib/updatebase
===================================================================
--- trunk/lib/updatebase	2010-07-15 09:12:02 UTC (rev 5861)
+++ trunk/lib/updatebase	2010-07-15 09:14:38 UTC (rev 5862)
@@ -1,5 +1,7 @@
 #! /bin/bash
 
+# $Id$
+
 if [ "$FAI_ACTION" = "install" -o "$FAI_ACTION" = "dirinstall" ]; then
     # some packages must access /proc even in chroot environment
     mount -t proc proc $FAI_ROOT/proc




More information about the Fai-commit mailing list