[SM-Commit] PERFORCE change 80608 by Eric Sandall for review

Perforce Review Daemon p4review at smee.org
Tue Jun 13 14:05:01 EDT 2006


Change 80608 by eric_sandall at sandalle-moby on 2006/06/13 19:03:03

	 * net/net-tools:
	   * DETAILS: Updated PATCHLEVEL to 2
	     Removed UPDATED
	   * init.d/mountnetwork.conf: Added "cifs" as a network filesystem to mount
	     Added "cifs" to allowable keywords
	 * smgl/init.d:
	   * init.d/mountall.sh: cifs is also a network filesystem, don't mount it here
	     Corrected comment to refer to mountnetwork instead of mountnfs

Affected files ...

... //sgl/grimoires/test/net/net-tools/DETAILS#6 integrate
... //sgl/grimoires/test/net/net-tools/HISTORY#11 integrate
... //sgl/grimoires/test/net/net-tools/init.d/mountnetwork.conf#2 integrate
... //sgl/grimoires/test/smgl/init.d/DETAILS#21 integrate
... //sgl/grimoires/test/smgl/init.d/HISTORY#44 integrate
... //sgl/grimoires/test/smgl/init.d/init.d/mountall.sh#12 integrate

Differences ...

==== //sgl/grimoires/test/net/net-tools/DETAILS#6 (xtext) ====

@@ -4,12 +4,11 @@
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
    SOURCE_URL[0]=http://www.tazenda.demon.co.uk/phil/net-tools/$SOURCE
      SOURCE_HASH=sha512:8e1ae9bca726ad7d795a06c58388f9e11c1d617d94eebb9ed18bd11e5f34c6541e1ffe631706c407996db86e78df6e5cf1968a2d90b242b473596fda3b6d1eae
+      PATCHLEVEL=2
+      LICENSE[0]=GPL
+       BUILD_API=2
         WEB_SITE=http://www.tazenda.demon.co.uk/phil/net-tools
          ENTERED=20010922
-         UPDATED=20060306
-      PATCHLEVEL=1
-      LICENSE[0]=GPL
-       BUILD_API=2
            SHORT="Essential tools for networking."
 cat << EOF
 The Net-tools package contains the arp, hostname, ifconfig, netstat,

==== //sgl/grimoires/test/net/net-tools/HISTORY#11 (text) ====

@@ -1,3 +1,9 @@
+2006-06-09 Eric Sandall <eric at sandall.us>
+	* DETAILS: Updated PATCHLEVEL to 2
+	  Removed UPDATED
+	* init.d/mountnetwork.conf: Added "cifs" as a network filesystem to mount
+	  Added "cifs" to allowable keywords
+
 2006-03-16 Arwed v. Merkatz <v.merkatz at gmx.net>
 	* CONFIGURE, DEPENDS: disable decnet support as it's broken,
 	  fixes bug #8922

==== //sgl/grimoires/test/net/net-tools/init.d/mountnetwork.conf#2 (text) ====

@@ -1,4 +1,4 @@
 # A space separated list of network file systems that are to be mounted at
-# boot. Supported values are "nfs", "ncpfs" and "smbfs" (without the quotes).
-# The /usr hierachy may be loaded through this script.
-FILESYSTEMS="nfs ncpfs smbfs"
+# 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"

==== //sgl/grimoires/test/smgl/init.d/DETAILS#21 (xtext) ====

@@ -1,11 +1,10 @@
            SPELL=init.d
          VERSION=2.2.0
-         ENTERED=20030505
-         UPDATED=20051212
       LICENSE[0]=GPL
+      PATCHLEVEL=8
        BUILD_API=2
-      PATCHLEVEL=7
         KEYWORDS="smgl"
+         ENTERED=20030505
            SHORT="This is the basic initalization system of SMGL"
 cat << EOF
 This is the basic initalization system of Sourcemage GNU/Linux.

==== //sgl/grimoires/test/smgl/init.d/HISTORY#44 (text) ====

@@ -1,3 +1,7 @@
+2006-06-09 Eric Sandall <eric at sandall.us>
+	* init.d/mountall.sh: cifs is also a network filesystem, don't mount it here
+	  Corrected comment to refer to mountnetwork instead of mountnfs
+
 2006-04-28 Jeremy Blosser <jblosser-smgl at firinn.org>
 	* UP_TRIGGERS: Make sure $INSTALL_ROOT/etc/sysconfig/facilities exists
 	  before grepping it.
@@ -17,6 +21,8 @@
 	* WIP: Removed, this is going to test.
 
 2006-03-07 Juuso Alasuutari <juuso.alasuutari at tamperelainen.org>
+	* DETAILS: Updated PATCHLEVEL to 9
+	  Removed UPDATED
 	* init.d/keymap.sh: Split include map loading into separate 
 	  scripts for kbd and console-tools due to compatibility issues 
 	  between their map sets.
@@ -40,8 +46,8 @@
 	  changes to take effect
 
 2006-02-27 David Brown <dmlb2000 at gmail.com>
-        * init.d/mountall.sh: fixed recursive_rm to not fail if nothing is there
-        * DETAILS: updated patch level
+	* init.d/mountall.sh: fixed recursive_rm to not fail if nothing is there
+	* DETAILS: updated patch level
 
 2006-02-27 Jeremy Blosser <jblosser-smgl at firinn.org>
 	* init.d/files/smgl_init: Support a new WANTS variant of NEEDS syntax

==== //sgl/grimoires/test/smgl/init.d/init.d/mountall.sh#12 (xtext) ====

@@ -75,8 +75,8 @@
 
   echo "Mounting local filesystems..."
 # Fixed so as to not mount networked filesystems yet (no networking)
-# mountnfs.sh will take care of this.
-  mount    -a  -t  nosmbfs,nonfs,noncpfs,notmpfs
+# mountnetwork.sh will take care of this.
+  mount    -a  -t  nocifs,noncpfs,nonfs,nosmbfs,notmpfs
 # mount tmpfs mounts after physical partitions they might mount to (bug 3597)
   mount    -a  -t tmpfs
   evaluate_retval



More information about the SM-Commit mailing list