Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2e1ba527bbe97a7ab684cc28308a41c69499d2a3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2e1ba527bbe97a7ab684cc28308a41c69499d2a3)
  • Date: Wed, 29 Sep 2010 15:54:06 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

smgl/init.d/DETAILS | 2 +-
smgl/init.d/HISTORY | 5 +++++
smgl/init.d/init.d/mountroot.sh | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)

New commits:
commit 2e1ba527bbe97a7ab684cc28308a41c69499d2a3
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

init.d: => 2.2.7; allow mdadm to start even when /var is located on a
separate partition

diff --git a/smgl/init.d/DETAILS b/smgl/init.d/DETAILS
index 71793bc..51985c7 100755
--- a/smgl/init.d/DETAILS
+++ b/smgl/init.d/DETAILS
@@ -1,5 +1,5 @@
SPELL=init.d
- VERSION=2.2.6
+ VERSION=2.2.7
LICENSE[0]=GPL
GATHER_DOCS=off
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/smgl/init.d/HISTORY b/smgl/init.d/HISTORY
index d20c78d..4706798 100644
--- a/smgl/init.d/HISTORY
+++ b/smgl/init.d/HISTORY
@@ -1,3 +1,8 @@
+2010-09-28 Vlad Glagolev <stealth AT sourcemage.org>
+ * init.d/mountroot.sh: don't write mdadm pid to non-existent partition
+ (if /var exists on a separate one)
+ * DETAILS: 2.2.7
+
2010-08-31 David C. Haley <khoralin AT gmail.com>
* init.d/mountall.sh: checkfs() fixed removal of /fastboot

diff --git a/smgl/init.d/init.d/mountroot.sh b/smgl/init.d/init.d/mountroot.sh
index 4732f41..12ca2f7 100755
--- a/smgl/init.d/init.d/mountroot.sh
+++ b/smgl/init.d/init.d/mountroot.sh
@@ -61,7 +61,7 @@ start()
#
if [ -f /etc/mdadm.conf ] ; then
mdadm --assemble --scan
- mdadm --follow --scan --delay=120 --daemonise >
/var/run/mdadm.pid
+ mdadm --follow --scan --delay=120 --daemonise
elif [ -f /etc/raidtab ] ; then
raidstart --all
fi



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2e1ba527bbe97a7ab684cc28308a41c69499d2a3), Vlad Glagolev, 09/29/2010

Archive powered by MHonArc 2.6.24.

Top of Page