From e0858507c0a9b8131c40f7a50f8317a6b5e90271 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Thu, 24 May 2001 15:08:45 +0000 Subject: fixes for smbpasswd location --- packaging/Mandrake/samba2.spec.tmpl | 1 + packaging/Mandrake/smb.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/packaging/Mandrake/samba2.spec.tmpl b/packaging/Mandrake/samba2.spec.tmpl index 70134fc3ba5..5bc92535f80 100644 --- a/packaging/Mandrake/samba2.spec.tmpl +++ b/packaging/Mandrake/samba2.spec.tmpl @@ -92,6 +92,7 @@ make -j${NUMCPU} all smbfilter nsswitch/libnss_wins.so debug2html rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/etc/{logrotate.d,pam.d,samba,xinetd.d} +mkdir -p $RPM_BUILD_ROOT/etc/samba/security mkdir -p $RPM_BUILD_ROOT/etc/rc.d/init.d mkdir -p $RPM_BUILD_ROOT/lib/security mkdir -p $RPM_BUILD_ROOT%{prefix}/{bin,sbin} diff --git a/packaging/Mandrake/smb.conf b/packaging/Mandrake/smb.conf index b77453a79ea..a14e90ec16b 100644 --- a/packaging/Mandrake/smb.conf +++ b/packaging/Mandrake/smb.conf @@ -79,7 +79,7 @@ # ENCRYPTION.txt, Win95.txt and WinNT.txt in the Samba documentation. # Do not enable this option unless you have read those documents ; encrypt passwords = yes -; smb passwd file = /etc/smbpasswd +; smb passwd file = /etc/samba/private/smbpasswd # The following are needed to allow password changing from Windows to # update the Linux sytsem password also. -- cgit