Sophie

Sophie

distrib > Fedora > 16 > x86_64 > by-pkgid > fd269af29348175b07bcbbc7810bbf45 > files > 12

condor-job-hooks-1.5-5.fc16.1.src.rpm

From 51fbbf8ca02f2dbaa5207edb9e22e3d6701b5fa4 Mon Sep 17 00:00:00 2001
From: Robert Rati <rrati@redhat.com>
Date: Mon, 16 Jan 2012 12:10:01 -0600
Subject: [PATCH 12/13] Renamed INSTALL->CONFIG

---
 CONFIG                   |   23 +++++++++++++++++++++++
 INSTALL                  |   23 -----------------------
 condor-job-hooks.spec.in |    2 +-
 3 files changed, 24 insertions(+), 24 deletions(-)
 create mode 100644 CONFIG
 delete mode 100644 INSTALL

diff --git a/CONFIG b/CONFIG
new file mode 100644
index 0000000..4199502
--- /dev/null
+++ b/CONFIG
@@ -0,0 +1,23 @@
+The Condor job hooks will first look for their configuration in condor's
+configuration files.  The following parameters can be placed in a condor
+configuration file to configure the job hooks:
+
+JOB_HOOKS_IP:
+   Type: IP Address
+   Desc: The IP address of a translation daemon
+
+JOB_HOOKS_PORT:
+   Type: Integer
+   Desc: The port on JOB_HOOKS_IP the translation daemon is listening
+         for connections
+
+JOB_HOOKS_LOG:
+   Type: String
+   Desc: The location of the log file for the job-hooks to use for logging
+
+MAX_JOB_HOOKS_LOG:
+   Type: Interger
+   Desc: The maximum size of the job-hooks log before rotating
+
+If the configuration is not found in condor's configuration files, then
+the job hooks will look in /etc/condor/job-hooks.conf.
diff --git a/INSTALL b/INSTALL
deleted file mode 100644
index 4199502..0000000
--- a/INSTALL
+++ /dev/null
@@ -1,23 +0,0 @@
-The Condor job hooks will first look for their configuration in condor's
-configuration files.  The following parameters can be placed in a condor
-configuration file to configure the job hooks:
-
-JOB_HOOKS_IP:
-   Type: IP Address
-   Desc: The IP address of a translation daemon
-
-JOB_HOOKS_PORT:
-   Type: Integer
-   Desc: The port on JOB_HOOKS_IP the translation daemon is listening
-         for connections
-
-JOB_HOOKS_LOG:
-   Type: String
-   Desc: The location of the log file for the job-hooks to use for logging
-
-MAX_JOB_HOOKS_LOG:
-   Type: Interger
-   Desc: The maximum size of the job-hooks log before rotating
-
-If the configuration is not found in condor's configuration files, then
-the job hooks will look in /etc/condor/job-hooks.conf.
diff --git a/condor-job-hooks.spec.in b/condor-job-hooks.spec.in
index 490b3ef..8b7738e 100644
--- a/condor-job-hooks.spec.in
+++ b/condor-job-hooks.spec.in
@@ -71,7 +71,7 @@ rm -rf %{buildroot}
 %if %{building_for_el5}
 %defattr(-,root,root,-)
 %endif
-%doc LICENSE-2.0.txt INSTALL
+%doc LICENSE-2.0.txt CONFIG
 %defattr(0755,root,root,-)
 %_libexecdir/condor/hooks/hook_fetch_work.py*
 %_libexecdir/condor/hooks/hook_job_exit.py*
-- 
1.7.6.5