samba: enable wins support in configfiles, some cleanups

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-07-30 14:03:25 +02:00
parent 422525f715
commit 4d8177dfb5
4 changed files with 3 additions and 4 deletions

View File

@ -66,7 +66,7 @@ if [ "$SAMBA_SERVER" = yes ]; then
fi fi
mkdir -p $SYSROOT_PREFIX/usr/lib mkdir -p $SYSROOT_PREFIX/usr/lib
cp -PR bin/lib*client.so* $SYSROOT_PREFIX/usr/lib cp -P bin/lib*client.so* $SYSROOT_PREFIX/usr/lib
mkdir -p $SYSROOT_PREFIX/usr/include mkdir -p $SYSROOT_PREFIX/usr/include
cp include/libsmbclient.h $SYSROOT_PREFIX/usr/include cp include/libsmbclient.h $SYSROOT_PREFIX/usr/include

View File

@ -5,7 +5,7 @@
security = share security = share
guest account = root guest account = root
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
wins support = no wins support = yes
syslog only = yes syslog only = yes
name resolve order = lmhosts wins bcast host name resolve order = lmhosts wins bcast host

View File

@ -5,7 +5,7 @@
security = share security = share
guest account = root guest account = root
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
wins support = no wins support = yes
syslog only = yes syslog only = yes
name resolve order = lmhosts wins bcast host name resolve order = lmhosts wins bcast host

View File

@ -24,5 +24,4 @@ if [ "$SAMBA_SERVER" = yes ]; then
mkdir -p $INSTALL/etc/init.d mkdir -p $INSTALL/etc/init.d
cp $PKG_DIR/scripts/* $INSTALL/etc/init.d cp $PKG_DIR/scripts/* $INSTALL/etc/init.d
fi fi