From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer <matthias.fischer@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH] samba 3.6.25: fixes for lfs-file Date: Mon, 29 May 2017 20:27:25 +0200 Message-ID: <20170529182725.2099-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7492234422388106813==" List-Id: <development.lists.ipfire.org> --===============7492234422388106813== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 =E2=80=98/var/ipfire/samba=E2=80=99: File exi= sts' 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)) =20 md5 : $(subst %,%_MD5,$(objects)) =20 -dist:=20 +dist: @$(PAK) =20 ############################################################################= ### @@ -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.s= o.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=09 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 --=20 2.13.0 --===============7492234422388106813==--