[Lunar-commits] <moonbase-core> systemd-sysv: Added proper depends and an alternative pidof
Stefan Wold
ratler at lunar-linux.org
Tue Jul 17 11:18:01 CEST 2012
commit be4cc806a4494acac8af7e01ba510708446a2054
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Tue, 17 Jul 2012 02:18:01 -0700
URL: https://github.com/lunar-linux/moonbase-core/commit/be4cc806a4494acac8af7e01ba510708446a2054
systemd-sysv: Added proper depends and an alternative pidof
---
system/systemd-sysv/BUILD +2/-1
system/systemd-sysv/DEPENDS +2/-0
2 files changed, 4 insertions (+), 1 deletions (-)
--- a/system/systemd-sysv/BUILD
+++ b/system/systemd-sysv/BUILD
@@ -11,6 +11,7 @@
ln -sf /usr/bin/systemctl /sbin/reboot &&
ln -sf /usr/bin/systemctl /sbin/runlevel &&
ln -sf /usr/bin/systemctl /sbin/shutdown &&
- ln -sf /usr/bin/systemctl /sbin/telinit
+ ln -sf /usr/bin/systemctl /sbin/telinit &&
+ ln -sf /bin/pgrep /bin/pidof
) > $C_FIFO
--- /dev/null
+++ b/system/systemd-sysv/DEPENDS
@@ -0,0 +1,2 @@
+depends systemd
+depends procps
More information about the Lunar-commits
mailing list