summaryrefslogtreecommitdiff
path: root/sysutils/runit/files/patch-src_runit.h
blob: 6a2ab2c91f942d2c7a19f57d5fa53bf98c0d2245 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/runit.h.orig	2023-06-06 12:35:21 UTC
+++ src/runit.h
@@ -1,4 +1,5 @@
-#define RUNIT "/sbin/runit"
-#define STOPIT "/etc/runit/stopit"
-#define REBOOT "/etc/runit/reboot"
-#define CTRLALTDEL "/etc/runit/ctrlaltdel"
+#define PREFIX "%%PREFIX%%"
+#define RUNIT PREFIX "/sbin/runit"
+#define STOPIT PREFIX "/etc/runit/stopit"
+#define REBOOT PREFIX "/etc/runit/reboot"
+#define CTRLALTDEL PREFIX "/etc/runit/ctrlaltdel"