You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2009/04/28 21:08:45 UTC

svn commit: r769504 [1/3] - in /incubator/vcl/trunk/managementnode: bin/ etc/vcl/ lib/VCL/ lib/VCL/Module/ lib/VCL/Module/OS/ lib/VCL/Module/OS/Windows/ lib/VCL/Module/OS/Windows/Desktop/ lib/VCL/Module/Predictive/ lib/VCL/Module/Provisioning/ lib/VCL/...

Author: jfthomps
Date: Tue Apr 28 19:08:22 2009
New Revision: 769504

URL: http://svn.apache.org/viewvc?rev=769504&view=rev
Log:
VCL-95

Set Subversion properties

for all perl scripts in bin to:
executable: *
eol-style: native
keywords: Date Revision Author HeadURL Id

for all perl scripts, including modules:
eol-style: native
keywords: Date Revision Author HeadURL Id

for unix scripts:
eol-stype: native
keywords: Date Revision Author HeadURL Id

for all windows specific files (.cmd, .vbs, .inf, .bat, .txt):
eol-style: CRLF

for all windows specific scripts (.cmd, .vbs, .bat):
keywords: Date Revision Author HeadURL Id

Some windows files had a mix of EOL characters due to the apache header having been injected with unix style EOLs.  These files had to be updated to have matching EOL characters throughout before adding the eol-style property.

Modified:
    incubator/vcl/trunk/managementnode/bin/S99vclclient.linux   (contents, props changed)
    incubator/vcl/trunk/managementnode/bin/S99vclclient.solaris   (contents, props changed)
    incubator/vcl/trunk/managementnode/bin/S99vcld.linux   (contents, props changed)
    incubator/vcl/trunk/managementnode/bin/health_check.pl   (contents, props changed)
    incubator/vcl/trunk/managementnode/bin/monitor_vcld.pl   (contents, props changed)
    incubator/vcl/trunk/managementnode/bin/search-replace   (contents, props changed)
    incubator/vcl/trunk/managementnode/bin/vclclientd   (contents, props changed)
    incubator/vcl/trunk/managementnode/bin/vcld_cron_check   (contents, props changed)
    incubator/vcl/trunk/managementnode/etc/vcl/vcld.conf   (contents, props changed)
    incubator/vcl/trunk/managementnode/lib/VCL/DataStructure.pm   (contents, props changed)
    incubator/vcl/trunk/managementnode/lib/VCL/Module.pm   (contents, props changed)
    incubator/vcl/trunk/managementnode/lib/VCL/Module/OS.pm   (contents, props changed)
    incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux.pm   (contents, props changed)
    incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Ubuntu.pm   (contents, props changed)
    incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows.pm   (contents, props changed)
    incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Desktop.pm   (contents, props changed)
    incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Desktop/Vista.pm   (contents, props changed)
    incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Desktop/XP.pm   (contents, props changed)
    incubator/vcl/trunk/managementnode/lib/VCL/Module/Predictive.pm   (contents, props changed)
    incubator/vcl/trunk/managementnode/lib/VCL/Module/Predictive/Level_0.pm   (contents, props changed)
    incubator/vcl/trunk/managementnode/lib/VCL/Module/Predictive/Level_1.pm   (contents, props changed)
    incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning.pm   (contents, props changed)
    incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/Lab.pm   (contents, props changed)
    incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/esx.pm   (contents, props changed)
    incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/helloworld.pm   (contents, props changed)
    incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/vmware.pm   (contents, props changed)
    incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/xCAT.pm   (contents, props changed)
    incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/xCAT21.pm   (props changed)
    incubator/vcl/trunk/managementnode/lib/VCL/Module/State.pm   (contents, props changed)
    incubator/vcl/trunk/managementnode/lib/VCL/Module/Utils/Logging.pm   (contents, props changed)
    incubator/vcl/trunk/managementnode/lib/VCL/Module/Utils/SCP.pm   (contents, props changed)
    incubator/vcl/trunk/managementnode/lib/VCL/Module/Utils/SSH.pm   (contents, props changed)
    incubator/vcl/trunk/managementnode/lib/VCL/blockrequest.pm   (contents, props changed)
    incubator/vcl/trunk/managementnode/lib/VCL/healthcheck.pm   (contents, props changed)
    incubator/vcl/trunk/managementnode/lib/VCL/image.pm   (contents, props changed)
    incubator/vcl/trunk/managementnode/lib/VCL/inuse.pm   (contents, props changed)
    incubator/vcl/trunk/managementnode/lib/VCL/makeproduction.pm   (contents, props changed)
    incubator/vcl/trunk/managementnode/lib/VCL/new.pm   (contents, props changed)
    incubator/vcl/trunk/managementnode/lib/VCL/reclaim.pm   (contents, props changed)
    incubator/vcl/trunk/managementnode/lib/VCL/reserved.pm   (contents, props changed)
    incubator/vcl/trunk/managementnode/lib/VCL/utils.pm   (contents, props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/VCLcleanup.cmd   (contents, props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/VCLprepare.cmd   (contents, props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/VCLrcboot.cmd   (contents, props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/enablepagefile.vbs   (contents, props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/networkinfo.bat   (contents, props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/networkinfosetfw.vbs   (contents, props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/postconfig.vbs   (contents, props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/setfw.bat   (contents, props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/setsyslog.bat   (contents, props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/unsetautologon.vbs   (contents, props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/updatecygwin.vbs   (contents, props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep/i386/$oem$/cmdlines.txt   (props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep/i386/$oem$/nodyndns.reg   (props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep/i386/$oem$/setautologon.vbs   (contents, props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep/i386/$oem$/setname.vbs   (contents, props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep/sysprep.cmd   (contents, props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep/sysprep.inf   (props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/VCLcleanup.cmd   (contents, props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/VCLprepare.cmd   (contents, props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/VCLrcboot.cmd   (contents, props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/enablepagefile.vbs   (contents, props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/networkinfo.bat   (contents, props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/networkinfosetfw.vbs   (contents, props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/setfw.bat   (contents, props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/setsyslog.bat   (contents, props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/unsetautologon.vbs   (contents, props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/updatecygwin.vbs   (contents, props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep_2003/i386/$oem$/cmdlines.txt   (props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep_2003/i386/$oem$/nodyndns.reg   (props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep_2003/i386/$oem$/setautologon.vbs   (contents, props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep_2003/sysprep.cmd   (contents, props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep_2003/sysprep.inf   (props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep_Vista/Scripts/Sysprep.xml   (props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep_Vista/Scripts/autoadminlogon_disable.reg   (contents, props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep_Vista/Scripts/autoadminlogon_enable.reg   (contents, props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep_Vista/Scripts/autologon_disable.cmd   (props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep_Vista/Scripts/autologon_enable.cmd   (props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep_Vista/Scripts/cleanup_hard_drive.cmd   (props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep_Vista/Scripts/configure_kms.cmd   (props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep_Vista/Scripts/configure_networking.vbs   (props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep_Vista/Scripts/defrag.cmd   (props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep_Vista/Scripts/delete_profile_files.txt   (props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep_Vista/Scripts/disable_scheduled_tasks.cmd   (props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep_Vista/Scripts/disk_cleanup.cmd   (props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep_Vista/Scripts/disk_cleanup.reg   (props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep_Vista/Scripts/hibernation_disable.cmd   (props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep_Vista/Scripts/ipv6_disable.cmd   (props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep_Vista/Scripts/ipv6_disable.reg   (props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep_Vista/Scripts/kms.cmd   (props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep_Vista/Scripts/newsid_accept_eula.reg   (props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep_Vista/Scripts/nodyndns.reg   (props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep_Vista/Scripts/pagefile_disable.cmd   (props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep_Vista/Scripts/set_computer_name.vbs   (props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep_Vista/Scripts/set_default_permissions.cmd   (props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep_Vista/Scripts/set_network_location.cmd   (props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep_Vista/Scripts/update_cygwin.cmd   (props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep_Vista/Scripts/vcl_startup.cmd   (props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep_Vista/Scripts/vcl_startup_firewall.cmd   (props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep_vmware/i386/$oem$/cmdlines.txt   (props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep_vmware/i386/$oem$/nodyndns.reg   (props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep_vmware/i386/$oem$/setautologon.vbs   (contents, props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep_vmware/sysprep.cmd   (contents, props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep_vmware/sysprep.inf   (props changed)
    incubator/vcl/trunk/managementnode/tools/Sysprep_vmware/sysprep.vbs   (contents, props changed)
    incubator/vcl/trunk/managementnode/tools/VCLprep1.vbs   (contents, props changed)
    incubator/vcl/trunk/managementnode/tools/VCLrcboot.cmd   (contents, props changed)
    incubator/vcl/trunk/managementnode/tools/Windows/Scripts/add_post_load_run_key.cmd   (props changed)
    incubator/vcl/trunk/managementnode/tools/Windows/Scripts/debug_info.cmd   (props changed)
    incubator/vcl/trunk/managementnode/tools/Windows/Scripts/delete_post_load_run_key.cmd   (props changed)
    incubator/vcl/trunk/managementnode/tools/Windows/Scripts/post_load.cmd   (props changed)
    incubator/vcl/trunk/managementnode/tools/Windows/Scripts/sysprep_cmdlines.cmd   (props changed)
    incubator/vcl/trunk/managementnode/tools/Windows/Scripts/system_startup.cmd   (props changed)
    incubator/vcl/trunk/managementnode/tools/auto_create_image.vbs   (contents, props changed)
    incubator/vcl/trunk/managementnode/tools/disablenetbios.vbs   (contents, props changed)
    incubator/vcl/trunk/managementnode/tools/perltidy/perltidy   (props changed)
    incubator/vcl/trunk/managementnode/tools/perltidy/runperltidy   (props changed)
    incubator/vcl/trunk/managementnode/tools/setpass.vbs   (contents, props changed)
    incubator/vcl/trunk/managementnode/tools/xcat2_postscripts/remoteshell-dblssh   (props changed)
    incubator/vcl/trunk/managementnode/vbs_scripts/VCL/VCLcleanup.cmd   (contents, props changed)
    incubator/vcl/trunk/managementnode/vbs_scripts/VCL/VCLprepare.cmd   (contents, props changed)
    incubator/vcl/trunk/managementnode/vbs_scripts/VCL/VCLrcboot.cmd   (contents, props changed)
    incubator/vcl/trunk/managementnode/vbs_scripts/VCL/VCLstartimage.vbs   (contents, props changed)
    incubator/vcl/trunk/managementnode/vbs_scripts/VCL/auto_create_image_new.vbs   (contents, props changed)
    incubator/vcl/trunk/managementnode/vbs_scripts/VCL/enablepagefile.vbs   (contents, props changed)
    incubator/vcl/trunk/managementnode/vbs_scripts/VCL/networkinfo.bat   (contents, props changed)
    incubator/vcl/trunk/managementnode/vbs_scripts/VCL/networkinfosetfw.vbs   (contents, props changed)
    incubator/vcl/trunk/managementnode/vbs_scripts/VCL/setfw.bat   (contents, props changed)
    incubator/vcl/trunk/managementnode/vbs_scripts/VCL/setsyslog.bat   (contents, props changed)
    incubator/vcl/trunk/managementnode/vbs_scripts/VCL/unsetautologon.vbs   (contents, props changed)
    incubator/vcl/trunk/managementnode/vbs_scripts/VCL/updatecygwin.vbs   (contents, props changed)
    incubator/vcl/trunk/managementnode/vbs_scripts/add_user.vbs   (contents, props changed)
    incubator/vcl/trunk/managementnode/vbs_scripts/auto_create_image.vbs   (contents, props changed)
    incubator/vcl/trunk/managementnode/vbs_scripts/del_user.vbs   (contents, props changed)
    incubator/vcl/trunk/managementnode/vbs_scripts/list_users.vbs   (contents, props changed)

Modified: incubator/vcl/trunk/managementnode/bin/S99vclclient.linux
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/bin/S99vclclient.linux?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/bin/S99vclclient.linux (original)
+++ incubator/vcl/trunk/managementnode/bin/S99vclclient.linux Tue Apr 28 19:08:22 2009
@@ -1,6 +1,6 @@
 #!/bin/bash
 ##############################################################################
-# $Id: S99vclclient.linux 1951 2008-12-12 13:48:10Z arkurth $
+# $Id$
 ##############################################################################
 
 # path to the daemon, no trailing '/'

Propchange: incubator/vcl/trunk/managementnode/bin/S99vclclient.linux
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/vcl/trunk/managementnode/bin/S99vclclient.linux
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Tue Apr 28 19:08:22 2009
@@ -0,0 +1 @@
+*

Propchange: incubator/vcl/trunk/managementnode/bin/S99vclclient.linux
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/bin/S99vclclient.solaris
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/bin/S99vclclient.solaris?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/bin/S99vclclient.solaris (original)
+++ incubator/vcl/trunk/managementnode/bin/S99vclclient.solaris Tue Apr 28 19:08:22 2009
@@ -1,6 +1,6 @@
 #!/bin/sh
 ##############################################################################
-# $Id: S99vclclient.solaris 1951 2008-12-12 13:48:10Z arkurth $
+# $Id$
 ##############################################################################
 
 # Start vcld

Propchange: incubator/vcl/trunk/managementnode/bin/S99vclclient.solaris
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/vcl/trunk/managementnode/bin/S99vclclient.solaris
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Tue Apr 28 19:08:22 2009
@@ -0,0 +1 @@
+*

Propchange: incubator/vcl/trunk/managementnode/bin/S99vclclient.solaris
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/bin/S99vcld.linux
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/bin/S99vcld.linux?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/bin/S99vcld.linux (original)
+++ incubator/vcl/trunk/managementnode/bin/S99vcld.linux Tue Apr 28 19:08:22 2009
@@ -1,6 +1,6 @@
 #!/bin/bash
 ##############################################################################
-# $Id: S99vcld.linux 1951 2008-12-12 13:48:10Z arkurth $
+# $Id$
 ##############################################################################
 
 # chkconfig: 45 99 99

Propchange: incubator/vcl/trunk/managementnode/bin/S99vcld.linux
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/vcl/trunk/managementnode/bin/S99vcld.linux
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Tue Apr 28 19:08:22 2009
@@ -0,0 +1 @@
+*

Propchange: incubator/vcl/trunk/managementnode/bin/S99vcld.linux
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/bin/health_check.pl
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/bin/health_check.pl?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/bin/health_check.pl (original)
+++ incubator/vcl/trunk/managementnode/bin/health_check.pl Tue Apr 28 19:08:22 2009
@@ -16,7 +16,7 @@
 # limitations under the License.
 
 ##############################################################################
-# $Id: health_check.pl 1951 2008-12-12 13:48:10Z arkurth $
+# $Id$
 ##############################################################################
 
 =head1 NAME

Propchange: incubator/vcl/trunk/managementnode/bin/health_check.pl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/vcl/trunk/managementnode/bin/health_check.pl
------------------------------------------------------------------------------
    svn:executable = *

Propchange: incubator/vcl/trunk/managementnode/bin/health_check.pl
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/bin/monitor_vcld.pl
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/bin/monitor_vcld.pl?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/bin/monitor_vcld.pl (original)
+++ incubator/vcl/trunk/managementnode/bin/monitor_vcld.pl Tue Apr 28 19:08:22 2009
@@ -16,7 +16,7 @@
 # limitations under the License.
 
 ##############################################################################
-# $Id: monitor_vcld.pl 1951 2008-12-12 13:48:10Z arkurth $
+# $Id$
 ##############################################################################
 
 =head1 NAME

Propchange: incubator/vcl/trunk/managementnode/bin/monitor_vcld.pl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/vcl/trunk/managementnode/bin/monitor_vcld.pl
------------------------------------------------------------------------------
    svn:executable = *

Propchange: incubator/vcl/trunk/managementnode/bin/monitor_vcld.pl
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/bin/search-replace
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/bin/search-replace?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/bin/search-replace (original)
+++ incubator/vcl/trunk/managementnode/bin/search-replace Tue Apr 28 19:08:22 2009
@@ -1,6 +1,6 @@
 #!/bin/bash
 ##############################################################################
-# $Id: search-replace 1951 2008-12-12 13:48:10Z arkurth $
+# $Id$
 ##############################################################################
 # This shell script searches and replaces a string in all of the files under
 # the path specified.

Propchange: incubator/vcl/trunk/managementnode/bin/search-replace
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/vcl/trunk/managementnode/bin/search-replace
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Tue Apr 28 19:08:22 2009
@@ -0,0 +1 @@
+*

Propchange: incubator/vcl/trunk/managementnode/bin/search-replace
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/bin/vclclientd
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/bin/vclclientd?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/bin/vclclientd (original)
+++ incubator/vcl/trunk/managementnode/bin/vclclientd Tue Apr 28 19:08:22 2009
@@ -16,7 +16,7 @@
 # limitations under the License.
 
 ##############################################################################
-# $Id: vclclientd 1954 2008-12-12 14:46:02Z arkurth $
+# $Id$
 ##############################################################################
 
 =head1 NAME

Propchange: incubator/vcl/trunk/managementnode/bin/vclclientd
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/vcl/trunk/managementnode/bin/vclclientd
------------------------------------------------------------------------------
    svn:executable = *

Propchange: incubator/vcl/trunk/managementnode/bin/vclclientd
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/bin/vcld_cron_check
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/bin/vcld_cron_check?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/bin/vcld_cron_check (original)
+++ incubator/vcl/trunk/managementnode/bin/vcld_cron_check Tue Apr 28 19:08:22 2009
@@ -1,6 +1,6 @@
 #!/bin/bash
 ##############################################################################
-# $Id: vcld_cron_check 1951 2008-12-12 13:48:10Z arkurth $
+# $Id$
 ##############################################################################
 
 email=

Propchange: incubator/vcl/trunk/managementnode/bin/vcld_cron_check
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/vcl/trunk/managementnode/bin/vcld_cron_check
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Tue Apr 28 19:08:22 2009
@@ -0,0 +1 @@
+*

Propchange: incubator/vcl/trunk/managementnode/bin/vcld_cron_check
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/etc/vcl/vcld.conf
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/etc/vcl/vcld.conf?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/etc/vcl/vcld.conf (original)
+++ incubator/vcl/trunk/managementnode/etc/vcl/vcld.conf Tue Apr 28 19:08:22 2009
@@ -1,5 +1,5 @@
 ##############################################################################
-# $Id: vcld.conf 1949 2008-12-12 13:35:49Z arkurth $
+# $Id$
 ##############################################################################
 # NAME
 # vcld.conf

Propchange: incubator/vcl/trunk/managementnode/etc/vcl/vcld.conf
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/vcl/trunk/managementnode/etc/vcl/vcld.conf
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/lib/VCL/DataStructure.pm
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/DataStructure.pm?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/DataStructure.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/DataStructure.pm Tue Apr 28 19:08:22 2009
@@ -16,7 +16,7 @@
 # limitations under the License.
 
 ##############################################################################
-# $Id: DataStructure.pm 1945 2008-12-11 20:58:08Z fapeeler $
+# $Id$
 ##############################################################################
 
 =head1 NAME

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/DataStructure.pm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/DataStructure.pm
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module.pm
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module.pm?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/Module.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/Module.pm Tue Apr 28 19:08:22 2009
@@ -16,7 +16,7 @@
 # limitations under the License.
 
 ##############################################################################
-# $Id: Module.pm 1953 2008-12-12 14:23:17Z arkurth $
+# $Id$
 ##############################################################################
 
 =head1 NAME

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/Module.pm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/Module.pm
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/OS.pm
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/OS.pm?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/Module/OS.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/Module/OS.pm Tue Apr 28 19:08:22 2009
@@ -16,7 +16,7 @@
 # limitations under the License.
 
 ##############################################################################
-# $Id: OS.pm 1953 2008-12-12 14:23:17Z arkurth $
+# $Id$
 ##############################################################################
 
 =head1 NAME

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/Module/OS.pm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/Module/OS.pm
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux.pm
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux.pm?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux.pm Tue Apr 28 19:08:22 2009
@@ -16,7 +16,7 @@
 # limitations under the License.
 
 ##############################################################################
-# $Id: Linux.pm 1945 2008-12-11 20:58:08Z fapeeler $
+# $Id$
 ##############################################################################
 
 =head1 NAME

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux.pm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux.pm
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Ubuntu.pm
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Ubuntu.pm?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Ubuntu.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Ubuntu.pm Tue Apr 28 19:08:22 2009
@@ -16,7 +16,7 @@
 # limitations under the License.
 
 ##############################################################################
-# $Id: Ubuntu.pm 1945 2008-12-11 20:58:08Z fapeeler $
+# $Id$
 ##############################################################################
 
 =head1 NAME

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Ubuntu.pm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Ubuntu.pm
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows.pm
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows.pm?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows.pm Tue Apr 28 19:08:22 2009
@@ -16,7 +16,7 @@
 # limitations under the License.
 
 ##############################################################################
-# $Id: Windows.pm 1953 2008-12-12 14:23:17Z arkurth $
+# $Id$
 ##############################################################################
 
 =head1 NAME

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows.pm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows.pm
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Desktop.pm
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Desktop.pm?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Desktop.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Desktop.pm Tue Apr 28 19:08:22 2009
@@ -16,7 +16,7 @@
 # limitations under the License.
 
 ##############################################################################
-# $Id: Desktop.pm 1953 2008-12-12 14:23:17Z arkurth $
+# $Id$
 ##############################################################################
 
 =head1 NAME

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Desktop.pm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Desktop.pm
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Desktop/Vista.pm
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Desktop/Vista.pm?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Desktop/Vista.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Desktop/Vista.pm Tue Apr 28 19:08:22 2009
@@ -16,7 +16,7 @@
 # limitations under the License.
 
 ##############################################################################
-# $Id: Vista.pm 1953 2008-12-12 14:23:17Z arkurth $
+# $Id$
 ##############################################################################
 
 =head1 NAME

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Desktop/Vista.pm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Desktop/Vista.pm
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Desktop/XP.pm
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Desktop/XP.pm?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Desktop/XP.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Desktop/XP.pm Tue Apr 28 19:08:22 2009
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
 ##############################################################################
-# $Id: XP.pm 1953 2008-12-12 14:23:17Z arkurth $
+# $Id$
 ##############################################################################
 
 =head1 NAME

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Desktop/XP.pm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Desktop/XP.pm
            ('svn:executable' removed)

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Desktop/XP.pm
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/Predictive.pm
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/Predictive.pm?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/Module/Predictive.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/Module/Predictive.pm Tue Apr 28 19:08:22 2009
@@ -16,7 +16,7 @@
 # limitations under the License.
 
 ##############################################################################
-# $Id: Predictive.pm 1945 2008-12-11 20:58:08Z fapeeler $
+# $Id$
 ##############################################################################
 
 =head1 NAME

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/Module/Predictive.pm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/Module/Predictive.pm
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/Predictive/Level_0.pm
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/Predictive/Level_0.pm?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/Module/Predictive/Level_0.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/Module/Predictive/Level_0.pm Tue Apr 28 19:08:22 2009
@@ -16,7 +16,7 @@
 # limitations under the License.
 
 ##############################################################################
-# $Id: Level_0.pm 1945 2008-12-11 20:58:08Z fapeeler $
+# $Id$
 ##############################################################################
 
 =head1 NAME

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/Module/Predictive/Level_0.pm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/Module/Predictive/Level_0.pm
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/Predictive/Level_1.pm
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/Predictive/Level_1.pm?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/Module/Predictive/Level_1.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/Module/Predictive/Level_1.pm Tue Apr 28 19:08:22 2009
@@ -16,7 +16,7 @@
 # limitations under the License.
 
 ##############################################################################
-# $Id: Level_1.pm 1945 2008-12-11 20:58:08Z fapeeler $
+# $Id$
 ##############################################################################
 
 =head1 NAME

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/Module/Predictive/Level_1.pm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/Module/Predictive/Level_1.pm
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning.pm
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning.pm?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning.pm Tue Apr 28 19:08:22 2009
@@ -16,7 +16,7 @@
 # limitations under the License.
 
 ##############################################################################
-# $Id: Provisioning.pm 1953 2008-12-12 14:23:17Z arkurth $
+# $Id$
 ##############################################################################
 
 =head1 NAME

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning.pm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning.pm
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/Lab.pm
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/Lab.pm?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/Lab.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/Lab.pm Tue Apr 28 19:08:22 2009
@@ -16,7 +16,7 @@
 # limitations under the License.
 
 ##############################################################################
-# $Id: Lab.pm 1953 2008-12-12 14:23:17Z arkurth $
+# $Id$
 ##############################################################################
 
 =head1 NAME

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/Lab.pm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/Lab.pm
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/esx.pm
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/esx.pm?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/esx.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/esx.pm Tue Apr 28 19:08:22 2009
@@ -16,7 +16,7 @@
 # limitations under the License.
 
 ##############################################################################
-# $Id: vmware.pm 1953 2008-12-12 14:23:17Z arkurth $
+# $Id$
 ##############################################################################
 
 =head1 NAME

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/esx.pm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/esx.pm
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/helloworld.pm
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/helloworld.pm?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/helloworld.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/helloworld.pm Tue Apr 28 19:08:22 2009
@@ -16,7 +16,7 @@
 # limitations under the License.
 
 ##############################################################################
-# $Id: helloworld.pm 1953 2009-01-26 11:28:23Z bmbouter $
+# $Id$
 ##############################################################################
 
 =head1 NAME

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/helloworld.pm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/helloworld.pm
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/vmware.pm
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/vmware.pm?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/vmware.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/vmware.pm Tue Apr 28 19:08:22 2009
@@ -16,7 +16,7 @@
 # limitations under the License.
 
 ##############################################################################
-# $Id: vmware.pm 1953 2008-12-12 14:23:17Z arkurth $
+# $Id$
 ##############################################################################
 
 =head1 NAME

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/vmware.pm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/vmware.pm
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/xCAT.pm
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/xCAT.pm?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/xCAT.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/xCAT.pm Tue Apr 28 19:08:22 2009
@@ -16,7 +16,7 @@
 # limitations under the License.
 
 ##############################################################################
-# $Id: xCAT.pm 1953 2008-12-12 14:23:17Z arkurth $
+# $Id$
 ##############################################################################
 
 =head1 NAME

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/xCAT.pm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/xCAT.pm
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/xCAT21.pm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/xCAT21.pm
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/State.pm
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/State.pm?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/Module/State.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/Module/State.pm Tue Apr 28 19:08:22 2009
@@ -16,7 +16,7 @@
 # limitations under the License.
 
 ##############################################################################
-# $Id: State.pm 1953 2008-12-12 14:23:17Z arkurth $
+# $Id$
 ##############################################################################
 
 =head1 NAME

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/Module/State.pm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/Module/State.pm
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/Utils/Logging.pm
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/Utils/Logging.pm?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/Module/Utils/Logging.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/Module/Utils/Logging.pm Tue Apr 28 19:08:22 2009
@@ -16,7 +16,7 @@
 # limitations under the License.
 
 ##############################################################################
-# $Id: Logging.pm 1953 2008-12-12 14:23:17Z arkurth $
+# $Id$
 ##############################################################################
 
 =head1 NAME

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/Module/Utils/Logging.pm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/Module/Utils/Logging.pm
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/Utils/SCP.pm
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/Utils/SCP.pm?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/Module/Utils/SCP.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/Module/Utils/SCP.pm Tue Apr 28 19:08:22 2009
@@ -16,7 +16,7 @@
 # limitations under the License.
 
 ##############################################################################
-# $Id: SCP.pm 1953 2008-12-12 14:23:17Z arkurth $
+# $Id$
 ##############################################################################
 
 =head1 NAME

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/Module/Utils/SCP.pm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/Module/Utils/SCP.pm
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/Utils/SSH.pm
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/Utils/SSH.pm?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/Module/Utils/SSH.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/Module/Utils/SSH.pm Tue Apr 28 19:08:22 2009
@@ -16,7 +16,7 @@
 # limitations under the License.
 
 ##############################################################################
-# $Id: SSH.pm 1953 2008-12-12 14:23:17Z arkurth $
+# $Id$
 ##############################################################################
 
 =head1 NAME

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/Module/Utils/SSH.pm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/Module/Utils/SSH.pm
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/lib/VCL/blockrequest.pm
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/blockrequest.pm?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/blockrequest.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/blockrequest.pm Tue Apr 28 19:08:22 2009
@@ -16,7 +16,7 @@
 # limitations under the License.
 
 ##############################################################################
-# $Id: blockrequest.pm 1953 2008-12-12 14:23:17Z arkurth $
+# $Id$
 ##############################################################################
 
 =head1 NAME

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/blockrequest.pm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/blockrequest.pm
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/lib/VCL/healthcheck.pm
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/healthcheck.pm?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/healthcheck.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/healthcheck.pm Tue Apr 28 19:08:22 2009
@@ -16,7 +16,7 @@
 # limitations under the License.
 
 ##############################################################################
-# $Id: healthcheck.pm 1945 2008-12-11 20:58:08Z fapeeler $
+# $Id$
 ##############################################################################
 
 =head1 NAME

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/healthcheck.pm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/healthcheck.pm
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/lib/VCL/image.pm
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/image.pm?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/image.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/image.pm Tue Apr 28 19:08:22 2009
@@ -16,7 +16,7 @@
 # limitations under the License.
 
 ##############################################################################
-# $Id: image.pm 1945 2008-12-11 20:58:08Z fapeeler $
+# $Id$
 ##############################################################################
 
 =head1 NAME

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/image.pm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/image.pm
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/lib/VCL/inuse.pm
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/inuse.pm?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/inuse.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/inuse.pm Tue Apr 28 19:08:22 2009
@@ -16,7 +16,7 @@
 # limitations under the License.
 
 ##############################################################################
-# $Id: inuse.pm 1945 2008-12-11 20:58:08Z fapeeler $
+# $Id$
 ##############################################################################
 
 =head1 NAME

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/inuse.pm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/inuse.pm
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/lib/VCL/makeproduction.pm
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/makeproduction.pm?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/makeproduction.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/makeproduction.pm Tue Apr 28 19:08:22 2009
@@ -16,7 +16,7 @@
 # limitations under the License.
 
 ##############################################################################
-# $Id: makeproduction.pm 1945 2008-12-11 20:58:08Z fapeeler $
+# $Id$
 ##############################################################################
 
 =head1 NAME

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/makeproduction.pm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/makeproduction.pm
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/lib/VCL/new.pm
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/new.pm?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/new.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/new.pm Tue Apr 28 19:08:22 2009
@@ -16,7 +16,7 @@
 # limitations under the License.
 
 ##############################################################################
-# $Id: new.pm 1953 2008-12-12 14:23:17Z arkurth $
+# $Id$
 ##############################################################################
 
 =head1 NAME

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/new.pm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/new.pm
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/lib/VCL/reclaim.pm
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/reclaim.pm?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/reclaim.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/reclaim.pm Tue Apr 28 19:08:22 2009
@@ -16,7 +16,7 @@
 # limitations under the License.
 
 ##############################################################################
-# $Id: reclaim.pm 1953 2008-12-12 14:23:17Z arkurth $
+# $Id$
 ##############################################################################
 
 =head1 NAME

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/reclaim.pm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/reclaim.pm
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/lib/VCL/reserved.pm
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/reserved.pm?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/reserved.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/reserved.pm Tue Apr 28 19:08:22 2009
@@ -16,7 +16,7 @@
 # limitations under the License.
 
 ##############################################################################
-# $Id: reserved.pm 1953 2008-12-12 14:23:17Z arkurth $
+# $Id$
 ##############################################################################
 
 =head1 NAME

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/reserved.pm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/reserved.pm
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/lib/VCL/utils.pm
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/utils.pm?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/utils.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/utils.pm Tue Apr 28 19:08:22 2009
@@ -16,7 +16,7 @@
 # limitations under the License.
 
 ##############################################################################
-# $Id: utils.pm 1953 2008-12-12 14:23:17Z arkurth $
+# $Id$
 ##############################################################################
 
 =head1 NAME

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/utils.pm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/vcl/trunk/managementnode/lib/VCL/utils.pm
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/VCLcleanup.cmd
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/VCLcleanup.cmd?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/VCLcleanup.cmd (original)
+++ incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/VCLcleanup.cmd Tue Apr 28 19:08:22 2009
@@ -1,22 +1,22 @@
-@echo off
-rem Licensed to the Apache Software Foundation (ASF) under one or more
-rem contributor license agreements.  See the NOTICE file distributed with
-rem this work for additional information regarding copyright ownership.
-rem The ASF licenses this file to You under the Apache License, Version 2.0
-rem (the "License"); you may not use this file except in compliance with
-rem the License.  You may obtain a copy of the License at
-rem
-rem     http://www.apache.org/licenses/LICENSE-2.0
-rem
-rem Unless required by applicable law or agreed to in writing, software
-rem distributed under the License is distributed on an "AS IS" BASIS,
-rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-rem See the License for the specific language governing permissions and
-rem limitations under the License.
-
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
 @echo off
 
 del %SystemRoot%\system32\GroupPolicy\User\Scripts\Logon\VCLprepare.cmd
 del "C:\Documents and Settings\Default User\Desktop\Windows Media Player.lnk"
 del "C:\Documents and Settings\root\Desktop\Windows Media Player.lnk"
- 
+

Propchange: incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/VCLcleanup.cmd
------------------------------------------------------------------------------
    svn:eol-style = CRLF

Propchange: incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/VCLcleanup.cmd
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/VCLprepare.cmd
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/VCLprepare.cmd?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/VCLprepare.cmd (original)
+++ incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/VCLprepare.cmd Tue Apr 28 19:08:22 2009
@@ -1,19 +1,19 @@
-@echo off
-rem Licensed to the Apache Software Foundation (ASF) under one or more
-rem contributor license agreements.  See the NOTICE file distributed with
-rem this work for additional information regarding copyright ownership.
-rem The ASF licenses this file to You under the Apache License, Version 2.0
-rem (the "License"); you may not use this file except in compliance with
-rem the License.  You may obtain a copy of the License at
-rem
-rem     http://www.apache.org/licenses/LICENSE-2.0
-rem
-rem Unless required by applicable law or agreed to in writing, software
-rem distributed under the License is distributed on an "AS IS" BASIS,
-rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-rem See the License for the specific language governing permissions and
-rem limitations under the License.
-
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
 @echo off
 
 cd %APPDATA%/vcl

Propchange: incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/VCLprepare.cmd
------------------------------------------------------------------------------
    svn:eol-style = CRLF

Propchange: incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/VCLprepare.cmd
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/VCLrcboot.cmd
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/VCLrcboot.cmd?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/VCLrcboot.cmd (original)
+++ incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/VCLrcboot.cmd Tue Apr 28 19:08:22 2009
@@ -1,19 +1,19 @@
-@echo off
-rem Licensed to the Apache Software Foundation (ASF) under one or more
-rem contributor license agreements.  See the NOTICE file distributed with
-rem this work for additional information regarding copyright ownership.
-rem The ASF licenses this file to You under the Apache License, Version 2.0
-rem (the "License"); you may not use this file except in compliance with
-rem the License.  You may obtain a copy of the License at
-rem
-rem     http://www.apache.org/licenses/LICENSE-2.0
-rem
-rem Unless required by applicable law or agreed to in writing, software
-rem distributed under the License is distributed on an "AS IS" BASIS,
-rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-rem See the License for the specific language governing permissions and
-rem limitations under the License.
-
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
 @echo off
 
 copy "C:\Documents and Settings\root\Application Data\VCL\VCLprepare.cmd" C:\WINDOWS\system32\GroupPolicy\User\Scripts\Logon\

Propchange: incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/VCLrcboot.cmd
------------------------------------------------------------------------------
    svn:eol-style = CRLF

Propchange: incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/VCLrcboot.cmd
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/enablepagefile.vbs
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/enablepagefile.vbs?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/enablepagefile.vbs (original)
+++ incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/enablepagefile.vbs Tue Apr 28 19:08:22 2009
@@ -1,19 +1,19 @@
-
-' Licensed to the Apache Software Foundation (ASF) under one or more
-' contributor license agreements.  See the NOTICE file distributed with
-' this work for additional information regarding copyright ownership.
-' The ASF licenses this file to You under the Apache License, Version 2.0
-' (the "License"); you may not use this file except in compliance with
-' the License.  You may obtain a copy of the License at
-'
-'     http://www.apache.org/licenses/LICENSE-2.0
-'
-' Unless required by applicable law or agreed to in writing, software
-' distributed under the License is distributed on an "AS IS" BASIS,
-' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-' See the License for the specific language governing permissions and
-' limitations under the License.
-
+
+' Licensed to the Apache Software Foundation (ASF) under one or more
+' contributor license agreements.  See the NOTICE file distributed with
+' this work for additional information regarding copyright ownership.
+' The ASF licenses this file to You under the Apache License, Version 2.0
+' (the "License"); you may not use this file except in compliance with
+' the License.  You may obtain a copy of the License at
+'
+'     http://www.apache.org/licenses/LICENSE-2.0
+'
+' Unless required by applicable law or agreed to in writing, software
+' distributed under the License is distributed on an "AS IS" BASIS,
+' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+' See the License for the specific language governing permissions and
+' limitations under the License.
+
 On Error Resume Next
 Set oWshShell = CreateObject("WScript.Shell")
 

Propchange: incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/enablepagefile.vbs
------------------------------------------------------------------------------
    svn:eol-style = CRLF

Propchange: incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/enablepagefile.vbs
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/networkinfo.bat
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/networkinfo.bat?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/networkinfo.bat (original)
+++ incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/networkinfo.bat Tue Apr 28 19:08:22 2009
@@ -1,19 +1,19 @@
-@echo off
-rem Licensed to the Apache Software Foundation (ASF) under one or more
-rem contributor license agreements.  See the NOTICE file distributed with
-rem this work for additional information regarding copyright ownership.
-rem The ASF licenses this file to You under the Apache License, Version 2.0
-rem (the "License"); you may not use this file except in compliance with
-rem the License.  You may obtain a copy of the License at
-rem
-rem     http://www.apache.org/licenses/LICENSE-2.0
-rem
-rem Unless required by applicable law or agreed to in writing, software
-rem distributed under the License is distributed on an "AS IS" BASIS,
-rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-rem See the License for the specific language governing permissions and
-rem limitations under the License.
-
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
 @echo off
 
 FOR /f "skip=1 tokens=2,15 " %%a in ('IPCONFIG') do (

Propchange: incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/networkinfo.bat
------------------------------------------------------------------------------
    svn:eol-style = CRLF

Propchange: incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/networkinfo.bat
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/networkinfosetfw.vbs
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/networkinfosetfw.vbs?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/networkinfosetfw.vbs (original)
+++ incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/networkinfosetfw.vbs Tue Apr 28 19:08:22 2009
@@ -1,19 +1,19 @@
-
-' Licensed to the Apache Software Foundation (ASF) under one or more
-' contributor license agreements.  See the NOTICE file distributed with
-' this work for additional information regarding copyright ownership.
-' The ASF licenses this file to You under the Apache License, Version 2.0
-' (the "License"); you may not use this file except in compliance with
-' the License.  You may obtain a copy of the License at
-'
-'     http://www.apache.org/licenses/LICENSE-2.0
-'
-' Unless required by applicable law or agreed to in writing, software
-' distributed under the License is distributed on an "AS IS" BASIS,
-' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-' See the License for the specific language governing permissions and
-' limitations under the License.
-
+
+' Licensed to the Apache Software Foundation (ASF) under one or more
+' contributor license agreements.  See the NOTICE file distributed with
+' this work for additional information regarding copyright ownership.
+' The ASF licenses this file to You under the Apache License, Version 2.0
+' (the "License"); you may not use this file except in compliance with
+' the License.  You may obtain a copy of the License at
+'
+'     http://www.apache.org/licenses/LICENSE-2.0
+'
+' Unless required by applicable law or agreed to in writing, software
+' distributed under the License is distributed on an "AS IS" BASIS,
+' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+' See the License for the specific language governing permissions and
+' limitations under the License.
+
 On Error Resume Next
  
 Dim objWMIService, objItem, objService

Propchange: incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/networkinfosetfw.vbs
------------------------------------------------------------------------------
    svn:eol-style = CRLF

Propchange: incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/networkinfosetfw.vbs
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/postconfig.vbs
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/postconfig.vbs?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/postconfig.vbs (original)
+++ incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/postconfig.vbs Tue Apr 28 19:08:22 2009
@@ -1,19 +1,19 @@
-
-' Licensed to the Apache Software Foundation (ASF) under one or more
-' contributor license agreements.  See the NOTICE file distributed with
-' this work for additional information regarding copyright ownership.
-' The ASF licenses this file to You under the Apache License, Version 2.0
-' (the "License"); you may not use this file except in compliance with
-' the License.  You may obtain a copy of the License at
-'
-'     http://www.apache.org/licenses/LICENSE-2.0
-'
-' Unless required by applicable law or agreed to in writing, software
-' distributed under the License is distributed on an "AS IS" BASIS,
-' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-' See the License for the specific language governing permissions and
-' limitations under the License.
-
+
+' Licensed to the Apache Software Foundation (ASF) under one or more
+' contributor license agreements.  See the NOTICE file distributed with
+' this work for additional information regarding copyright ownership.
+' The ASF licenses this file to You under the Apache License, Version 2.0
+' (the "License"); you may not use this file except in compliance with
+' the License.  You may obtain a copy of the License at
+'
+'     http://www.apache.org/licenses/LICENSE-2.0
+'
+' Unless required by applicable law or agreed to in writing, software
+' distributed under the License is distributed on an "AS IS" BASIS,
+' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+' See the License for the specific language governing permissions and
+' limitations under the License.
+
 On Error Resume Next
  
 Dim objWMIService, objItem, objService

Propchange: incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/postconfig.vbs
------------------------------------------------------------------------------
    svn:eol-style = CRLF

Propchange: incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/postconfig.vbs
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/setfw.bat
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/setfw.bat?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/setfw.bat (original)
+++ incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/setfw.bat Tue Apr 28 19:08:22 2009
@@ -1,19 +1,19 @@
-@echo off
-rem Licensed to the Apache Software Foundation (ASF) under one or more
-rem contributor license agreements.  See the NOTICE file distributed with
-rem this work for additional information regarding copyright ownership.
-rem The ASF licenses this file to You under the Apache License, Version 2.0
-rem (the "License"); you may not use this file except in compliance with
-rem the License.  You may obtain a copy of the License at
-rem
-rem     http://www.apache.org/licenses/LICENSE-2.0
-rem
-rem Unless required by applicable law or agreed to in writing, software
-rem distributed under the License is distributed on an "AS IS" BASIS,
-rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-rem See the License for the specific language governing permissions and
-rem limitations under the License.
-
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
 @echo off
 
 ipconfig /renew

Propchange: incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/setfw.bat
------------------------------------------------------------------------------
    svn:eol-style = CRLF

Propchange: incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/setfw.bat
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/setsyslog.bat
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/setsyslog.bat?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/setsyslog.bat (original)
+++ incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/setsyslog.bat Tue Apr 28 19:08:22 2009
@@ -1,19 +1,19 @@
-@echo off
-rem Licensed to the Apache Software Foundation (ASF) under one or more
-rem contributor license agreements.  See the NOTICE file distributed with
-rem this work for additional information regarding copyright ownership.
-rem The ASF licenses this file to You under the Apache License, Version 2.0
-rem (the "License"); you may not use this file except in compliance with
-rem the License.  You may obtain a copy of the License at
-rem
-rem     http://www.apache.org/licenses/LICENSE-2.0
-rem
-rem Unless required by applicable law or agreed to in writing, software
-rem distributed under the License is distributed on an "AS IS" BASIS,
-rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-rem See the License for the specific language governing permissions and
-rem limitations under the License.
-
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
 @echo off
 
 call "%APPDATA%\VCL\networkinfo.bat"
@@ -50,4 +50,4 @@
   )
 )
 
-:END
\ No newline at end of file
+:END

Propchange: incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/setsyslog.bat
------------------------------------------------------------------------------
    svn:eol-style = CRLF

Propchange: incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/setsyslog.bat
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/unsetautologon.vbs
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/unsetautologon.vbs?rev=769504&r1=769503&r2=769504&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/unsetautologon.vbs (original)
+++ incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/unsetautologon.vbs Tue Apr 28 19:08:22 2009
@@ -1,19 +1,19 @@
-
-' Licensed to the Apache Software Foundation (ASF) under one or more
-' contributor license agreements.  See the NOTICE file distributed with
-' this work for additional information regarding copyright ownership.
-' The ASF licenses this file to You under the Apache License, Version 2.0
-' (the "License"); you may not use this file except in compliance with
-' the License.  You may obtain a copy of the License at
-'
-'     http://www.apache.org/licenses/LICENSE-2.0
-'
-' Unless required by applicable law or agreed to in writing, software
-' distributed under the License is distributed on an "AS IS" BASIS,
-' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-' See the License for the specific language governing permissions and
-' limitations under the License.
-
+
+' Licensed to the Apache Software Foundation (ASF) under one or more
+' contributor license agreements.  See the NOTICE file distributed with
+' this work for additional information regarding copyright ownership.
+' The ASF licenses this file to You under the Apache License, Version 2.0
+' (the "License"); you may not use this file except in compliance with
+' the License.  You may obtain a copy of the License at
+'
+'     http://www.apache.org/licenses/LICENSE-2.0
+'
+' Unless required by applicable law or agreed to in writing, software
+' distributed under the License is distributed on an "AS IS" BASIS,
+' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+' See the License for the specific language governing permissions and
+' limitations under the License.
+
 On Error Resume Next
 
 Set oWshShell = CreateObject("WScript.Shell")

Propchange: incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/unsetautologon.vbs
------------------------------------------------------------------------------
    svn:eol-style = CRLF

Propchange: incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/unsetautologon.vbs
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id