* [PATCH] samba 3.6.25: fixes for lfs-file
@ 2017-05-29 18:27 Matthias Fischer
0 siblings, 0 replies; only message in thread
From: Matthias Fischer @ 2017-05-29 18:27 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1656 bytes --]
Removed 'unrecognized' configure-options.
Deleted empty tab at line end and moved line '-mkdir -p /var/ipfire/samba'
because of error message:
'mkdir: cannot create directory ‘/var/ipfire/samba’: File exists'
Best,
Matthias
Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
lfs/samba | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/lfs/samba b/lfs/samba
index 8f0b946ec..b29db0209 100644
--- a/lfs/samba
+++ b/lfs/samba
@@ -54,7 +54,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
md5 : $(subst %,%_MD5,$(objects))
-dist:
+dist:
@$(PAK)
###############################################################################
@@ -170,10 +170,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
--with-libsmbclient \
--with-libsmbsharemodes \
--with-sendfile-support \
- --without-smbwrapper \
- --with-mmap \
--with-fhs \
- --with-vfs \
--with-winbind \
--disable-swat \
--enable-cups \
@@ -187,8 +184,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
#cd $(DIR_APP)/source3 && install -v -m755 nsswitch/libnss_winbind.so /lib
#cd $(DIR_APP)/source3 && ln -v -sf libnss_winbind.so /lib/libnss_winbind.so.2
#cd $(DIR_APP)/source3 && ln -v -sf libnss_wins.so /lib/libnss_wins.so.2
+ -mkdir -p /var/ipfire/samba
cd $(DIR_APP)/source3 && install -v -m644 ../examples/smb.conf.default /var/ipfire/samba
- -mkdir -p /var/ipfire/samba
cp -vrf $(DIR_SRC)/config/samba/* /var/ipfire/samba/
chown nobody:nobody -R /var/ipfire/samba/
cp -vfp /var/ipfire/samba/default.global /var/ipfire/samba/global
--
2.13.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-05-29 18:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-29 18:27 [PATCH] samba 3.6.25: fixes for lfs-file Matthias Fischer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox