SF.net SVN: morphix: [2315] trunk/scripts-base/etc/init.d
[email protected] Sun, 18 Jun 2006 09:14:44 -0700
| Newsgroups | gmane.linux.morphix.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 2315
Author: bmsleight
Date: 2006-06-18 09:14:36 -0700 (Sun, 18 Jun 2006)
ViewCVS: http://svn.sourceforge.net/morphix/?rev=2315&view=rev
Log Message:
-----------
unionctl path for minimodules
Modified Paths:
--------------
trunk/scripts-base/etc/init.d/debian/changelog
trunk/scripts-base/etc/init.d/load-minimodules.sh
Modified: trunk/scripts-base/etc/init.d/debian/changelog
===================================================================
--- trunk/scripts-base/etc/init.d/debian/changelog 2006-06-17 22:29:52 UTC (rev 2314)
+++ trunk/scripts-base/etc/init.d/debian/changelog 2006-06-18 16:14:36 UTC (rev 2315)
@@ -1,3 +1,9 @@
+morphix-initd (0.1-2) unstable; urgency=low
+
+ * unionctl path for minimodules
+
+ -- bmsleight <[email protected]> Sun, 18 Jun 2006 17:00:00 +0100
+
morphix-initd (0.1-1) unstable; urgency=low
* Initial Release.
Modified: trunk/scripts-base/etc/init.d/load-minimodules.sh
===================================================================
--- trunk/scripts-base/etc/init.d/load-minimodules.sh 2006-06-17 22:29:52 UTC (rev 2314)
+++ trunk/scripts-base/etc/init.d/load-minimodules.sh 2006-06-18 16:14:36 UTC (rev 2315)
@@ -75,7 +75,7 @@
# Unionfs overlaying (only if unionctl exists and the root dir in the minimodule exists
# Add the /root dir to be the unionfs branch after the first component (which should be 0 and rw...)
- if [ -x /sbin/unionctl -o -x /usr/bin/unionctl ];then
+ if [ -x /usr/sbin/unionctl -o -x /usr/bin/unionctl ];then
if [ -d /mnt/mini/mod$count/root ]; then
unionctl /mnt/main --add --after 0 --mode ro /mnt/mini/mod$count/root
fi
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.