From a207251c2fb3145201e4bbd770bb0d79c7180eb5 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Wed, 30 Oct 2002 03:50:23 +0000 Subject: Adding Buchan Milne's updates. (This used to be commit d816c35c1d8db343c76a32a6d01952d2c192b092) --- packaging/Mandrake/samba-2.2.0-buildroot.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 packaging/Mandrake/samba-2.2.0-buildroot.patch (limited to 'packaging/Mandrake/samba-2.2.0-buildroot.patch') diff --git a/packaging/Mandrake/samba-2.2.0-buildroot.patch b/packaging/Mandrake/samba-2.2.0-buildroot.patch new file mode 100644 index 0000000000..72091a13bc --- /dev/null +++ b/packaging/Mandrake/samba-2.2.0-buildroot.patch @@ -0,0 +1,15 @@ +--- samba-2.2.0/source/script/installbin.sh Fri Jan 12 21:28:02 2001 ++++ samba-2.2.0/source/script/installbin.sh.207 Thu Apr 19 09:40:57 2001 +@@ -33,9 +33,9 @@ + chmod $INSTALLPERMS $BINDIR/$p2 + + # this is a special case, mount needs this in a specific location +- if [ $p2 = smbmount ]; then +- ln -sf $BINDIR/$p2 /sbin/mount.smbfs +- fi ++ #if [ $p2 = smbmount ]; then ++ # ln -sf $BINDIR/$p2 /sbin/mount.smbfs ++ #fi + done + + -- cgit