summaryrefslogtreecommitdiff
path: root/astro/squeuer/files/patch-etc::squeuer.conf.unix
diff options
context:
space:
mode:
Diffstat (limited to 'astro/squeuer/files/patch-etc::squeuer.conf.unix')
-rw-r--r--astro/squeuer/files/patch-etc::squeuer.conf.unix22
1 files changed, 22 insertions, 0 deletions
diff --git a/astro/squeuer/files/patch-etc::squeuer.conf.unix b/astro/squeuer/files/patch-etc::squeuer.conf.unix
new file mode 100644
index 000000000000..39088f51ade6
--- /dev/null
+++ b/astro/squeuer/files/patch-etc::squeuer.conf.unix
@@ -0,0 +1,22 @@
+$FreeBSD$
+
+--- etc/squeuer.conf.unix.orig Thu Aug 7 09:32:52 2003
++++ etc/squeuer.conf.unix Thu Aug 7 11:26:29 2003
+@@ -12,7 +12,7 @@
+ # Location of the work unit spooling directory
+ # This must be writable by the SQueuer process
+ #
+-spool_path = /var/spool/squeuer
++spool_path = %%SPOOLDIR%%
+
+ #
+ # Do we write the pid out
+@@ -52,7 +52,7 @@
+ # warning - security problems or invalid data found
+ # alert - user must do something or squeuer won't work
+ #
+-log_method = /var/spool/squeuer/squeuer.log
++log_method = %%LOGDIR%%/squeuer.log
+ log_level = info,notice,warning,alert
+
+ #