SOURCES: smb4k-startup.patch (NEW) - fixing a startup issue with o...

rotom rotom at pld-linux.org
Sat Feb 25 10:21:29 CET 2006


Author: rotom                        Date: Sat Feb 25 09:21:29 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fixing a startup issue with old Samba

---- Files affected:
SOURCES:
   smb4k-startup.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/smb4k-startup.patch
diff -u /dev/null SOURCES/smb4k-startup.patch:1.1
--- /dev/null	Sat Feb 25 10:21:29 2006
+++ SOURCES/smb4k-startup.patch	Sat Feb 25 10:21:24 2006
@@ -0,0 +1,21 @@
+diff -U 3 -H -d -r -N -- smb4k-0.6.8.orig/smb4k/core/smb4kcore.cpp smb4k-0.6.8/smb4k/core/smb4kcore.cpp
+--- smb4k-0.6.8.orig/smb4k/core/smb4kcore.cpp	2006-02-17 18:23:37.000000000 +0100
++++ smb4k-0.6.8/smb4k/core/smb4kcore.cpp	2006-02-24 18:29:45.000000000 +0100
+@@ -235,7 +235,6 @@
+   fileList << "ls";
+   fileList << "nmblookup";
+   fileList << "smbclient";
+-  fileList << "net";
+ #ifndef __FreeBSD__
+   fileList << "mount.cifs";
+   fileList << "umount.cifs";
+@@ -258,7 +257,8 @@
+   optional << "dvips";
+   optional << "enscript";
+   optional << "rsync";
+-
++  optional << "net";
++  
+   fileList += optional;
+ 
+   config()->setGroup( "Programs" );
================================================================


More information about the pld-cvs-commit mailing list