Description: Specify default config in the table of parameters
  Previously, this configuration was shipped as a big config file.
  This changed in the 8.2.x series and now needs to go into the table of
  parameters -- which is not (yet) comprehensive. Hence, a few variables
  still need to be present in the default config file too.
Forwarded: not-needed
Bug-Debian: http://bugs.debian.org/769100
Author: Michael Hanke <mih@debian.org>

--- a/src/condor_utils/param_info.in
+++ b/src/condor_utils/param_info.in
@@ -9,7 +9,7 @@
 review=?
 
 [LINUX_KERNEL_TUNING_SCRIPT]
-default=$(LIBEXEC)/linux_kernel_tuning
+default=/etc/condor/linux_kernel_tuning
 type=path
 review=?
 
@@ -1315,7 +1315,7 @@
 review=?
 
 [ETC]
-default=$(RELEASE_DIR)/etc
+default=/etc/condor
 type=path
 friendly_name=etc
 
@@ -1393,7 +1393,7 @@
 tags=accountant,Accountant
 
 [SPOOL]
-default=$(LOCAL_DIR)/spool
+default=$(LOCAL_DIR)/spool/condor
 type=path
 reconfig=true
 customization=seldom
@@ -2340,7 +2340,7 @@
 tags=daemon_core,daemon_core_main
 
 [COLLECTOR_NAME]
-default=My Pool - $(CONDOR_HOST)
+default=Debian Condor Pool - $(CONDOR_HOST)
 type=string
 reconfig=true
 customization=seldom
@@ -2386,7 +2386,7 @@
 tags=collector,collector
 
 [CONDOR_ADMIN]
-default=root@$(FULL_HOSTNAME)
+default=root@localhost
 type=string
 reconfig=true
 customization=normal
@@ -2970,7 +2970,7 @@
 
 [MAIL]
 # default location for mail on RHEL is /bin/mail, default on debian is /usr/bin/mail
-default=/bin/mail
+default=/usr/bin/mail
 win32_default=$(BIN)\condor_mail.exe
 type=path
 reconfig=true
@@ -3805,7 +3805,7 @@
 tags=c++_util,condor_config
 
 [REQUIRE_LOCAL_CONFIG_FILE]
-default=true
+default=false
 win32_default=false
 type=bool
 reconfig=true
@@ -4396,7 +4396,7 @@
 tags=starter,StarterHookMgr
 
 [JAVA_BENCHMARK_TIME]
-default=2
+default=0
 type=int
 reconfig=true
 customization=seldom
@@ -6823,7 +6823,7 @@
 tags=starter
 
 [INTERACTIVE_SUBMIT_FILE]
-default=$(LIBEXEC)/interactive.sub
+default=/etc/condor/interactive.sub
 version=7.9.0
 type=string
 reconfig=true
@@ -7045,7 +7045,7 @@
 tags=c++_util,condor_config
 
 [GANGLIA_LIB64_PATH]
-default=/lib64,/usr/lib64,/usr/local/lib64
+default=/lib,/usr/lib,/usr/local/lib
 type=string
 reconfig=true
 customization=seldom
@@ -7741,7 +7741,7 @@
 review=?
 
 [CRED_STORE_DIR]
-default=$(LOCAL_DIR)/cred_dir
+default=$(LOCAL_DIR)/lib/condor/cred_dir
 type=path
 review=?
 [CREDD_ARGS]
--- a/src/condor_examples/condor_config.generic.debian.patch
+++ b/src/condor_examples/condor_config.generic.debian.patch
@@ -47,7 +47,7 @@
 +RUN     = $(LOCAL_DIR)/run/condor
 +LOG     = $(LOCAL_DIR)/log/condor
 +LOCK    = $(LOCAL_DIR)/lock/condor
-+SPOOL   = $(LOCAL_DIR)/lib/condor/spool
++SPOOL   = $(LOCAL_DIR)/spool/condor
 +EXECUTE = $(LOCAL_DIR)/lib/condor/execute
 +BIN     = $(RELEASE_DIR)/bin
 +LIB     = $(RELEASE_DIR)/lib/condor
@@ -66,3 +66,8 @@
 +##  The list is a comma or space separated list of subsystem names
 +
 +DAEMON_LIST = COLLECTOR, MASTER, NEGOTIATOR, SCHEDD, STARTD
++
++CONDOR_DEVELOPERS = NONE
++CONDOR_DEVELOPERS_COLLECTOR = NONE
++
++SSH_TO_JOB_SSHD_CONFIG_TEMPLATE = /etc/condor/condor_ssh_to_job_sshd_config_template
--- a/src/condor_examples/condor.service
+++ b/src/condor_examples/condor.service
@@ -1,7 +1,7 @@
 
 [Unit]
 Description=Condor Distributed High-Throughput-Computing
-After=syslog.target network.target
+After=network.target
 Wants=network.target
 
 [Service]
