Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (2bbb7fa814b8ce2fee9444d6630f437e66d9176a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (2bbb7fa814b8ce2fee9444d6630f437e66d9176a)
  • Date: Wed, 9 Jul 2008 08:54:46 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

net/samba/CONFIGURE | 4 ++--
net/samba/HISTORY | 7 ++++---
net/samba/INSTALL | 8 ++++----
3 files changed, 10 insertions(+), 9 deletions(-)

New commits:
commit 2bbb7fa814b8ce2fee9444d6630f437e66d9176a
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

samba: Comment out option to install mount tools suid.
smbmount/smbumount have been deprecated in samba 3.2.0.
Only commented out since I am not sure of permanent fix.
This is related to smbfs being removed from the kernel.
Need to use:
mount -t cifs //xxx.xxx.xxx.xxx/my_userid /mnt \
-o userid=my_userid,password=my_password

diff --git a/net/samba/CONFIGURE b/net/samba/CONFIGURE
index 20f2aeb..759b31a 100755
--- a/net/samba/CONFIGURE
+++ b/net/samba/CONFIGURE
@@ -10,8 +10,8 @@ fi &&
config_query SAMBA_CIFS \
"Build CIFS support (for Windows 2003)?" y &&

-config_query SAMBA_SUID \
- "Do you want to install mount tools suid root?" n &&
+#config_query SAMBA_SUID \
+# "Do you want to install mount tools suid root?" n &&

config_query_option SAMBA_QUOTA "Enable disk-quota support?" n \
'--with-quotas' '--without-quotas' &&
diff --git a/net/samba/HISTORY b/net/samba/HISTORY
index d724ffd..54f21d7 100644
--- a/net/samba/HISTORY
+++ b/net/samba/HISTORY
@@ -1,10 +1,11 @@
+2008-07-09 George Sherwood <george AT beernabeer.com>
+ * CONFIGURE: Removed option to install mount tools suid
+ * INSTALL: Removed setting suid on mount tools
+
2008-07-08 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to version 3.2.0
* DEPENDS: Removed depend python. Support removed.
* PRE_BUILD: Removed incorporated patches and sedit.
- * wrong_python_ldflags.patch: Removed. No more python bindings.
- * libcap.patch: Removed.
- * valgrind-include.patch: Removed.

2008-06-13 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* wrong_python_ldflags.patch, PRE_BUILD: added gentoo patch to fix
#14522
diff --git a/net/samba/INSTALL b/net/samba/INSTALL
index 67badf5..42f71c0 100755
--- a/net/samba/INSTALL
+++ b/net/samba/INSTALL
@@ -50,14 +50,14 @@ fi &&
install_config_file examples/smb.conf.default /etc/samba/smb.conf.default
&&
install_config_file examples/smb.conf.default /etc/samba/smb.conf
&&

-if [[ "$SAMBA_SUID" = "y" ]]; then
- chmod u+s ${INSTALL_ROOT}/usr/bin/smbmnt \
- ${INSTALL_ROOT}/usr/bin/smbumount &&
+#if [[ "$SAMBA_SUID" = "y" ]]; then
+# chmod u+s ${INSTALL_ROOT}/usr/bin/smbmnt \
+# ${INSTALL_ROOT}/usr/bin/smbumount &&

if [[ "$SAMBA_CIFS" == "y" ]]; then
chmod u+s ${INSTALL_ROOT}/sbin/mount.cifs \
${INSTALL_ROOT}/usr/sbin/umount.cifs
- fi
+# fi
fi &&

# Setup the symlink for CUPS:



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (2bbb7fa814b8ce2fee9444d6630f437e66d9176a), George Sherwood, 07/09/2008

Archive powered by MHonArc 2.6.24.

Top of Page