SOURCE_HASH=sha512:8e1ae9bca726ad7d795a06c58388f9e11c1d617d94eebb9ed18bd11e5f34c6541e1ffe631706c407996db86e78df6e5cf1968a2d90b242b473596fda3b6d1eae
- PATCHLEVEL=4
+ PATCHLEVEL=5
LICENSE[0]=GPL
WEB_SITE=http://www.tazenda.demon.co.uk/phil/net-tools
ENTERED=20010922
diff --git a/net/net-tools/HISTORY b/net/net-tools/HISTORY
index 4c2b01b..94f8e37 100644
--- a/net/net-tools/HISTORY
+++ b/net/net-tools/HISTORY
@@ -1,3 +1,7 @@
+2006-12-19 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * init.d/mountnetwork.conf: added 9p
+ * DETAILS: patchlevel++
+
2006-12-06 Flavien Bridault <vlaaad AT sourcemage.org>
* ifup, ifdown: Fixed wrong path for dhcpcd pid files, temp files
should anyway go in /var not in /etc
diff --git a/net/net-tools/init.d/mountnetwork.conf
b/net/net-tools/init.d/mountnetwork.conf
index fe114c0..3211ca4 100644
--- a/net/net-tools/init.d/mountnetwork.conf
+++ b/net/net-tools/init.d/mountnetwork.conf
@@ -1,4 +1,4 @@
# A space separated list of network file systems that are to be mounted at
-# boot. Supported values are "cifs", "nfs", "ncpfs" and "smbfs" (without the
-# quotes). The /usr hierachy may be loaded through this script.
-FILESYSTEMS="cifs nfs ncpfs smbfs"
+# boot. Supported values are "cifs", "nfs", "ncpfs", "smbfs" and "9p"
(without
+# the quotes). The /usr hierachy may be loaded through this script.
+FILESYSTEMS="cifs nfs ncpfs smbfs 9p"
diff --git a/smgl/init.d/DETAILS b/smgl/init.d/DETAILS
index 1fdb5a3..ed0f714 100755
--- a/smgl/init.d/DETAILS
+++ b/smgl/init.d/DETAILS
@@ -1,7 +1,7 @@
SPELL=init.d
VERSION=2.2.0
LICENSE[0]=GPL
- PATCHLEVEL=15
+ PATCHLEVEL=16
KEYWORDS="smgl"
ENTERED=20030505
SHORT="This is the basic initalization system of SMGL"
diff --git a/smgl/init.d/HISTORY b/smgl/init.d/HISTORY
index ac9b71a..d70f9b0 100644
--- a/smgl/init.d/HISTORY
+++ b/smgl/init.d/HISTORY
@@ -1,3 +1,7 @@
+2006-12-19 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * init.d/mountall.sh: added no9p to not mount 9p resource sharers
+ * DETAILS: patchlevel++
+
2006-11-19 Thomas Orgis <sobukus AT sourcemage.org>
* files/smgl_functions: added setting of $base to statusproc - it is
nice to know for which process name the status is
diff --git a/smgl/init.d/init.d/mountall.sh b/smgl/init.d/init.d/mountall.sh
index ff18c66..d896e90 100755
--- a/smgl/init.d/init.d/mountall.sh
+++ b/smgl/init.d/init.d/mountall.sh
@@ -90,7 +90,7 @@ start()
echo "Mounting local filesystems..."
# Fixed so as to not mount networked filesystems yet (no networking)
# mountnetwork.sh will take care of this.
- mount -a -t nocifs,noncpfs,nonfs,nosmbfs,notmpfs
+ mount -a -t nocifs,noncpfs,nonfs,nosmbfs,notmpfs,no9p
# mount tmpfs mounts after physical partitions they might mount to (bug 3597)
mount -a -t tmpfs
evaluate_retval
[SM-Commit] GIT changes to master grimoire by Andra?? Levstik (5ef24c536fce1e5aea1a92950a9a69ec8962b6c1),
Andra?? Levstik, 12/19/2006