summarylogtreecommitdiffstats
path: root/acng.conf.patch
diff options
context:
space:
mode:
Diffstat (limited to 'acng.conf.patch')
-rw-r--r--acng.conf.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/acng.conf.patch b/acng.conf.patch
new file mode 100644
index 000000000000..847881025c69
--- /dev/null
+++ b/acng.conf.patch
@@ -0,0 +1,20 @@
+--- conf/acng.conf 2014-01-04 15:25:29.000000000 +0100
++++ conf/acng.conf.arch 2014-01-07 14:55:37.491160935 +0100
+@@ -79,7 +79,7 @@
+ # used with inetd bridge or cron client.
+ # Default: not set, UNIX socket bridge is disabled.
+ #
+-# SocketPath:/var/run/apt-cacher-ng/socket
++SocketPath:/run/apt-cacher-ng/socket
+
+ # If set to 1, makes log files be written to disk on every new line. Default
+ # is 0, buffers are flushed after the client disconnects. Technically,
+@@ -99,7 +99,7 @@
+ # Store the pid of the daemon process in the specified text file.
+ # Default: disabled
+ #
+-# PidFile: /var/run/apt-cacher-ng/pid
++PidFile: /run/apt-cacher-ng/pid
+
+ # Forbid outgoing connections and work without an internet connection or
+ # respond with 503 error where it's not possible.