mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
a207251c2f
(This used to be commit d816c35c1d8db343c76a32a6d01952d2c192b092)
16 lines
429 B
Diff
16 lines
429 B
Diff
--- 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
|
|
|
|
|