summarylogtreecommitdiffstats
path: root/arch-systemd-bin-directory.patch
blob: 824c4824bf34754edcb0ba87b166838d6d85e32f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
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