[SM-Commit] PERFORCE change 79156 by Matthew Clark for review

Perforce Review Daemon p4review at smee.org
Thu May 11 22:50:01 EDT 2006


Change 79156 by matthew_clark at mclark-aussie on 2006/05/12 03:48:58

	Integrate from devel

Affected files ...

... //sgl/grimoires/test/net/ypbind-mt/HISTORY#7 integrate
... //sgl/grimoires/test/net/ypbind-mt/init.d/ypbind#2 integrate

Differences ...

==== //sgl/grimoires/test/net/ypbind-mt/HISTORY#7 (text) ====

@@ -1,3 +1,7 @@
+2006-05-11 Matthew Clark <matthewclark at inlesserterms.net>
+	* init.d/ypbind: Changed command to not use -F, which
+	  fixes bug 11827.  Thanks to Tomas Golembiovsky!
+
 2006-03-12 Karsten Behrmann <BearPerson at sourcemage.org>
 	* DETAILS: (automated) Add KEYWORDS
 

==== //sgl/grimoires/test/net/ypbind-mt/init.d/ypbind#2 (text) ====

@@ -8,6 +8,6 @@
 
 start()
 {
-  /bin/nisdomainname -F /etc/nisdomainname &&
+  /bin/nisdomainname `cat /etc/nisdomainname` &&
   _start
 }



More information about the SM-Commit mailing list