From 1136f7d3b68de92034e188e30863a565d738ea52 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 20 Jan 2010 18:50:49 +0000 Subject: [PATCH] svn:keywords --- source/BootAPI.py | 5 ++++- source/BootManager.py | 5 ++++- source/BootServerRequest.py | 5 ++++- source/Exceptions.py | 5 ++++- source/ModelOptions.py | 5 ++++- source/libc-opendir-hack.c | 5 +++++ source/mkinitrd.sh | 4 ++++ source/notify_messages.py | 5 ++++- source/steps/AuthenticateWithPLC.py | 5 ++++- source/steps/ChainBootNode.py | 5 ++++- source/steps/CheckForNewDisks.py | 5 ++++- source/steps/CheckHardwareRequirements.py | 5 ++++- source/steps/ConfirmInstallWithUser.py | 5 ++++- source/steps/GetAndUpdateNodeDetails.py | 5 ++++- source/steps/InitializeBootManager.py | 5 +++-- source/steps/InstallBootstrapFS.py | 5 ++++- source/steps/InstallInit.py | 5 ++++- source/steps/InstallPartitionDisks.py | 5 ++++- source/steps/InstallUninitHardware.py | 5 ++++- source/steps/InstallWriteConfig.py | 5 ++++- source/steps/MakeInitrd.py | 5 ++++- source/steps/ReadNodeConfiguration.py | 5 ++++- source/steps/SendHardwareConfigToPLC.py | 5 ++++- source/steps/StartDebug.py | 5 ++++- source/steps/StartRunlevelAgent.py | 5 ++++- source/steps/UpdateBootStateWithPLC.py | 5 ++++- source/steps/UpdateNodeConfiguration.py | 5 ++++- source/steps/UpdateRunLevelWithPLC.py | 5 ++++- source/steps/ValidateNodeInstall.py | 5 ++++- source/steps/WriteModprobeConfig.py | 5 ++++- source/steps/WriteNetworkConfig.py | 2 ++ source/steps/__init__.py | 5 ++++- source/systeminfo.py | 5 ++++- source/utils.py | 5 ++++- 34 files changed, 134 insertions(+), 32 deletions(-) diff --git a/source/BootAPI.py b/source/BootAPI.py index 6d16967..b080499 100644 --- a/source/BootAPI.py +++ b/source/BootAPI.py @@ -1,5 +1,8 @@ #!/usr/bin/python - +# +# $Id$ +# $URL$ +# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/BootManager.py b/source/BootManager.py index cdd2cfa..96abf90 100755 --- a/source/BootManager.py +++ b/source/BootManager.py @@ -1,5 +1,8 @@ #!/usr/bin/python -u - +# +# $Id$ +# $URL$ +# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/BootServerRequest.py b/source/BootServerRequest.py index 4968ac6..8cb29f3 100644 --- a/source/BootServerRequest.py +++ b/source/BootServerRequest.py @@ -1,5 +1,8 @@ #!/usr/bin/python - +# +# $Id$ +# $URL$ +# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/Exceptions.py b/source/Exceptions.py index be4587e..e1591de 100644 --- a/source/Exceptions.py +++ b/source/Exceptions.py @@ -1,5 +1,8 @@ #!/usr/bin/python - +# +# $Id$ +# $URL$ +# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/ModelOptions.py b/source/ModelOptions.py index 8c8e979..4825927 100644 --- a/source/ModelOptions.py +++ b/source/ModelOptions.py @@ -1,5 +1,8 @@ #!/usr/bin/python - +# +# $Id$ +# $URL$ +# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/libc-opendir-hack.c b/source/libc-opendir-hack.c index c95117d..1b163bf 100644 --- a/source/libc-opendir-hack.c +++ b/source/libc-opendir-hack.c @@ -1,3 +1,8 @@ +/* + * $Id$ + * $URL$ + */ + #define _GNU_SOURCE 1 #include diff --git a/source/mkinitrd.sh b/source/mkinitrd.sh index d9d7205..040003d 100644 --- a/source/mkinitrd.sh +++ b/source/mkinitrd.sh @@ -1,4 +1,8 @@ #!/bin/sh +# +# $Id$ +# $URL$ +# # --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # diff --git a/source/notify_messages.py b/source/notify_messages.py index 6d2e175..dac7ad1 100644 --- a/source/notify_messages.py +++ b/source/notify_messages.py @@ -1,5 +1,8 @@ #!/usr/bin/python - +# +# $Id$ +# $URL$ +# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/steps/AuthenticateWithPLC.py b/source/steps/AuthenticateWithPLC.py index 16ca497..7708268 100644 --- a/source/steps/AuthenticateWithPLC.py +++ b/source/steps/AuthenticateWithPLC.py @@ -1,5 +1,8 @@ #!/usr/bin/python - +# +# $Id$ +# $URL$ +# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/steps/ChainBootNode.py b/source/steps/ChainBootNode.py index 16dd38d..37a8d67 100644 --- a/source/steps/ChainBootNode.py +++ b/source/steps/ChainBootNode.py @@ -1,5 +1,8 @@ #!/usr/bin/python - +# +# $Id$ +# $URL$ +# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/steps/CheckForNewDisks.py b/source/steps/CheckForNewDisks.py index 80ca737..eedc5bb 100644 --- a/source/steps/CheckForNewDisks.py +++ b/source/steps/CheckForNewDisks.py @@ -1,5 +1,8 @@ #!/usr/bin/python - +# +# $Id$ +# $URL$ +# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/steps/CheckHardwareRequirements.py b/source/steps/CheckHardwareRequirements.py index 0c3e582..6fff627 100644 --- a/source/steps/CheckHardwareRequirements.py +++ b/source/steps/CheckHardwareRequirements.py @@ -1,5 +1,8 @@ #!/usr/bin/python - +# +# $Id$ +# $URL$ +# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/steps/ConfirmInstallWithUser.py b/source/steps/ConfirmInstallWithUser.py index 6d40d5d..b089e00 100644 --- a/source/steps/ConfirmInstallWithUser.py +++ b/source/steps/ConfirmInstallWithUser.py @@ -1,5 +1,8 @@ #!/usr/bin/python - +# +# $Id$ +# $URL$ +# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/steps/GetAndUpdateNodeDetails.py b/source/steps/GetAndUpdateNodeDetails.py index 950466b..2a5ae96 100644 --- a/source/steps/GetAndUpdateNodeDetails.py +++ b/source/steps/GetAndUpdateNodeDetails.py @@ -1,5 +1,8 @@ #!/usr/bin/python - +# +# $Id$ +# $URL$ +# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/steps/InitializeBootManager.py b/source/steps/InitializeBootManager.py index cab0d97..96520c6 100644 --- a/source/steps/InitializeBootManager.py +++ b/source/steps/InitializeBootManager.py @@ -1,7 +1,8 @@ #!/usr/bin/python - +# # $Id$ - +# $URL$ +# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/steps/InstallBootstrapFS.py b/source/steps/InstallBootstrapFS.py index 843084e..8d76fc0 100644 --- a/source/steps/InstallBootstrapFS.py +++ b/source/steps/InstallBootstrapFS.py @@ -1,5 +1,8 @@ #!/usr/bin/python - +# +# $Id$ +# $URL$ +# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/steps/InstallInit.py b/source/steps/InstallInit.py index c609818..06db6c3 100644 --- a/source/steps/InstallInit.py +++ b/source/steps/InstallInit.py @@ -1,5 +1,8 @@ #!/usr/bin/python - +# +# $Id$ +# $URL$ +# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/steps/InstallPartitionDisks.py b/source/steps/InstallPartitionDisks.py index 1c3f947..86b9493 100644 --- a/source/steps/InstallPartitionDisks.py +++ b/source/steps/InstallPartitionDisks.py @@ -1,5 +1,8 @@ #!/usr/bin/python - +# +# $Id$ +# $URL$ +# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/steps/InstallUninitHardware.py b/source/steps/InstallUninitHardware.py index ccf1d12..9d742b5 100644 --- a/source/steps/InstallUninitHardware.py +++ b/source/steps/InstallUninitHardware.py @@ -1,5 +1,8 @@ #!/usr/bin/python - +# +# $Id$ +# $URL$ +# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/steps/InstallWriteConfig.py b/source/steps/InstallWriteConfig.py index 142b283..1f9d882 100644 --- a/source/steps/InstallWriteConfig.py +++ b/source/steps/InstallWriteConfig.py @@ -1,5 +1,8 @@ #!/usr/bin/python - +# +# $Id$ +# $URL$ +# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/steps/MakeInitrd.py b/source/steps/MakeInitrd.py index 576a679..701d62b 100644 --- a/source/steps/MakeInitrd.py +++ b/source/steps/MakeInitrd.py @@ -1,5 +1,8 @@ #!/usr/bin/python - +# +# $Id$ +# $URL$ +# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/steps/ReadNodeConfiguration.py b/source/steps/ReadNodeConfiguration.py index 09e6e1b..ef1a944 100644 --- a/source/steps/ReadNodeConfiguration.py +++ b/source/steps/ReadNodeConfiguration.py @@ -1,5 +1,8 @@ #!/usr/bin/python - +# +# $Id$ +# $URL$ +# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/steps/SendHardwareConfigToPLC.py b/source/steps/SendHardwareConfigToPLC.py index 70beed5..b4e2f3b 100644 --- a/source/steps/SendHardwareConfigToPLC.py +++ b/source/steps/SendHardwareConfigToPLC.py @@ -1,5 +1,8 @@ #!/usr/bin/python - +# +# $Id$ +# $URL$ +# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/steps/StartDebug.py b/source/steps/StartDebug.py index 1c39009..0bce46d 100644 --- a/source/steps/StartDebug.py +++ b/source/steps/StartDebug.py @@ -1,5 +1,8 @@ #!/usr/bin/python - +# +# $Id$ +# $URL$ +# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/steps/StartRunlevelAgent.py b/source/steps/StartRunlevelAgent.py index 57da73d..f387bf8 100644 --- a/source/steps/StartRunlevelAgent.py +++ b/source/steps/StartRunlevelAgent.py @@ -1,5 +1,8 @@ #!/usr/bin/python - +# +# $Id$ +# $URL$ +# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/steps/UpdateBootStateWithPLC.py b/source/steps/UpdateBootStateWithPLC.py index 9f65d1b..b519ec5 100644 --- a/source/steps/UpdateBootStateWithPLC.py +++ b/source/steps/UpdateBootStateWithPLC.py @@ -1,5 +1,8 @@ #!/usr/bin/python - +# +# $Id$ +# $URL$ +# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/steps/UpdateNodeConfiguration.py b/source/steps/UpdateNodeConfiguration.py index ed6bdee..199d377 100644 --- a/source/steps/UpdateNodeConfiguration.py +++ b/source/steps/UpdateNodeConfiguration.py @@ -1,5 +1,8 @@ #!/usr/bin/python - +# +# $Id$ +# $URL$ +# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/steps/UpdateRunLevelWithPLC.py b/source/steps/UpdateRunLevelWithPLC.py index 82e4ced..5bda681 100644 --- a/source/steps/UpdateRunLevelWithPLC.py +++ b/source/steps/UpdateRunLevelWithPLC.py @@ -1,5 +1,8 @@ #!/usr/bin/python - +# +# $Id$ +# $URL$ +# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/steps/ValidateNodeInstall.py b/source/steps/ValidateNodeInstall.py index 5f97847..63a90dc 100644 --- a/source/steps/ValidateNodeInstall.py +++ b/source/steps/ValidateNodeInstall.py @@ -1,5 +1,8 @@ #!/usr/bin/python - +# +# $Id$ +# $URL$ +# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/steps/WriteModprobeConfig.py b/source/steps/WriteModprobeConfig.py index 81f01bd..9509d5e 100644 --- a/source/steps/WriteModprobeConfig.py +++ b/source/steps/WriteModprobeConfig.py @@ -1,5 +1,8 @@ #!/usr/bin/python - +# +# $Id$ +# $URL$ +# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/steps/WriteNetworkConfig.py b/source/steps/WriteNetworkConfig.py index cef1f08..a2d061f 100644 --- a/source/steps/WriteNetworkConfig.py +++ b/source/steps/WriteNetworkConfig.py @@ -1,5 +1,7 @@ #!/usr/bin/python +# # $Id$ +# $URL$ # # Copyright (c) 2003 Intel Corporation # All rights reserved. diff --git a/source/steps/__init__.py b/source/steps/__init__.py index 0f90a20..d5f3912 100644 --- a/source/steps/__init__.py +++ b/source/steps/__init__.py @@ -1,5 +1,8 @@ #!/usr/bin/python - +# +# $Id$ +# $URL$ +# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/systeminfo.py b/source/systeminfo.py index 94d9f78..8e7a594 100755 --- a/source/systeminfo.py +++ b/source/systeminfo.py @@ -1,5 +1,8 @@ #!/usr/bin/python - +# +# $Id$ +# $URL$ +# # Copyright (c) 2003 Intel Corporation # All rights reserved. # diff --git a/source/utils.py b/source/utils.py index e111659..7ac8e2f 100644 --- a/source/utils.py +++ b/source/utils.py @@ -1,5 +1,8 @@ #!/usr/bin/python - +# +# $Id$ +# $URL$ +# # Copyright (c) 2003 Intel Corporation # All rights reserved. # -- 2.43.0