summarylogtreecommitdiffstats
path: root/arch-systemd-bin-directory.patch
diff options
context:
space:
mode:
authorlarryhaja2016-02-22 02:58:49 -0800
committerlarryhaja2016-02-22 02:58:49 -0800
commitc668d5de9d60a324d53a36d31438071a913d138d (patch)
treec7c3acf547c45260151f7605b6277e08c43c8623 /arch-systemd-bin-directory.patch
parent5477b4b92c3de6da3853e98d7d0e4c043bb504fb (diff)
downloadaur-ndjbdns.tar.gz
update service binaries to install to /usr/bin
Diffstat (limited to 'arch-systemd-bin-directory.patch')
-rw-r--r--arch-systemd-bin-directory.patch60
1 files changed, 60 insertions, 0 deletions
diff --git a/arch-systemd-bin-directory.patch b/arch-systemd-bin-directory.patch
new file mode 100644
index 000000000000..824c4824bf34
--- /dev/null
+++ b/arch-systemd-bin-directory.patch
@@ -0,0 +1,60 @@
+diff -Naur ndjbdns-1.06.orig/etc/systemd/axfrdns.sysd ndjbdns-1.06/etc/systemd/axfrdns.sysd
+--- ndjbdns-1.06.orig/etc/systemd/axfrdns.sysd 2013-12-06 10:37:05.000000000 +0000
++++ ndjbdns-1.06/etc/systemd/axfrdns.sysd 2016-02-22 10:51:40.466666665 +0000
+@@ -7,7 +7,7 @@
+ [Service]
+ Restart=always
+ PIDFile=/var/run/axfrdns.pid
+-ExecStart=-PREFIX/sbin/axfrdns -D
++ExecStart=-PREFIX/bin/axfrdns -D
+ StandardInput=socket
+
+ [Install]
+diff -Naur ndjbdns-1.06.orig/etc/systemd/dnscache.sysd ndjbdns-1.06/etc/systemd/dnscache.sysd
+--- ndjbdns-1.06.orig/etc/systemd/dnscache.sysd 2013-08-24 10:13:17.000000000 +0000
++++ ndjbdns-1.06/etc/systemd/dnscache.sysd 2016-02-22 10:51:40.466666665 +0000
+@@ -7,7 +7,7 @@
+ [Service]
+ Restart=always
+ PIDFile=/var/run/dnscache.pid
+-ExecStart=PREFIX/sbin/dnscache
++ExecStart=PREFIX/bin/dnscache
+
+ [Install]
+ WantedBy=multi-user.target
+diff -Naur ndjbdns-1.06.orig/etc/systemd/rbldns.sysd ndjbdns-1.06/etc/systemd/rbldns.sysd
+--- ndjbdns-1.06.orig/etc/systemd/rbldns.sysd 2013-08-24 10:13:22.000000000 +0000
++++ ndjbdns-1.06/etc/systemd/rbldns.sysd 2016-02-22 10:51:40.469999999 +0000
+@@ -7,7 +7,7 @@
+ [Service]
+ Restart=always
+ PIDFile=/var/run/rbldns.pid
+-ExecStart=PREFIX/sbin/rbldns
++ExecStart=PREFIX/bin/rbldns
+
+ [Install]
+ WantedBy=multi-user.target
+diff -Naur ndjbdns-1.06.orig/etc/systemd/tinydns.sysd ndjbdns-1.06/etc/systemd/tinydns.sysd
+--- ndjbdns-1.06.orig/etc/systemd/tinydns.sysd 2013-08-24 10:13:28.000000000 +0000
++++ ndjbdns-1.06/etc/systemd/tinydns.sysd 2016-02-22 10:51:40.469999999 +0000
+@@ -7,7 +7,7 @@
+ [Service]
+ Restart=always
+ PIDFile=/var/run/tinydns.pid
+-ExecStart=PREFIX/sbin/tinydns
++ExecStart=PREFIX/bin/tinydns
+
+ [Install]
+ WantedBy=multi-user.target
+diff -Naur ndjbdns-1.06.orig/etc/systemd/walldns.sysd ndjbdns-1.06/etc/systemd/walldns.sysd
+--- ndjbdns-1.06.orig/etc/systemd/walldns.sysd 2013-08-24 10:13:41.000000000 +0000
++++ ndjbdns-1.06/etc/systemd/walldns.sysd 2016-02-22 10:51:40.469999999 +0000
+@@ -7,7 +7,7 @@
+ [Service]
+ Restart=always
+ PIDFile=/var/run/walldns.pid
+-ExecStart=PREFIX/sbin/walldns
++ExecStart=PREFIX/bin/walldns
+
+ [Install]
+ WantedBy=multi-user.target