[Lunar-commits] <moonbase-core> Merge pull request #22 from Ratler/systemd-sysv

Auke Kok sofar+github at foo-projects.org
Tue Jul 17 18:39:30 CEST 2012


commit 5455ebc7631089e1f6e5d88ddb96ac2f71b08a89
Author: Auke Kok <sofar+github at foo-projects.org>
Date: Tue, 17 Jul 2012 09:39:30 -0700
URL: https://github.com/lunar-linux/moonbase-core/commit/5455ebc7631089e1f6e5d88ddb96ac2f71b08a89

Merge pull request #22 from Ratler/systemd-sysv

systemd-sysv: Added proper depends and an alternative pidof
---
  system/systemd-sysv/BUILD                                    +2/-1     
  system/systemd-sysv/DEPENDS                                  +2/-0     
  2 files changed, 0 insertions (+), 0 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