diff options
author | John Terpstra <jht@samba.org> | 2002-10-30 03:50:23 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 2002-10-30 03:50:23 +0000 |
commit | d816c35c1d8db343c76a32a6d01952d2c192b092 (patch) | |
tree | ea2d3a6ac070a2939c2fc9bce9b142690cf141a1 /packaging/Mandrake/samba-2.2.0-buildroot.patch | |
parent | d134d66f989026821b29b24c8c15a112213b61d6 (diff) | |
download | samba-d816c35c1d8db343c76a32a6d01952d2c192b092.tar.gz samba-d816c35c1d8db343c76a32a6d01952d2c192b092.tar.xz samba-d816c35c1d8db343c76a32a6d01952d2c192b092.zip |
Adding Buchan Milne's updates.
Diffstat (limited to 'packaging/Mandrake/samba-2.2.0-buildroot.patch')
-rw-r--r-- | packaging/Mandrake/samba-2.2.0-buildroot.patch | 15 |
1 files changed, 15 insertions, 0 deletions
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 00000000000..72091a13bcb --- /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 + + |