Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (358bfd8c24bb11e4c471732f4c6b911d6ea8b505)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Justin Boffemmyer <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (358bfd8c24bb11e4c471732f4c6b911d6ea8b505)
  • Date: Tue, 18 Nov 2008 20:00:35 -0600

GIT changes to test cauldron by Justin Boffemmyer <flux AT sourcemage.org>:

data/initrd.files | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 358bfd8c24bb11e4c471732f4c6b911d6ea8b505
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

data/initrd.files: correct killall -> killall5

Corrected a typo for which killall should be copied to the initrd.
killall5 is provided via simpleinit-msb, so is guaranteed to be present.

diff --git a/data/initrd.files b/data/initrd.files
index 33019f7..1bee8ec 100644
--- a/data/initrd.files
+++ b/data/initrd.files
@@ -19,7 +19,7 @@ pivot_root
rmmod
/bin/sh
pidof
-killall
+killall5
udevadm
udevcontrol
udevd



  • [SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (358bfd8c24bb11e4c471732f4c6b911d6ea8b505), Justin Boffemmyer, 11/18/2008

Archive powered by MHonArc 2.6.24.

Top of Page