Merge pull request #2139 from chewitt/stuff

misc: cleanup items for 8.2.0
This commit is contained in:
Lukas Rusak 2017-10-27 10:15:42 +02:00 committed by GitHub
commit 92aee3070b
6 changed files with 6 additions and 5 deletions

View File

@ -18,7 +18,6 @@
PKG_NAME="ffmpegx"
PKG_VERSION="3.4"
PKG_SHA256="2865712ead48b9e5939c1eb23c409c8f1d60e49bc6434ca489271ea677c81adc"
PKG_ARCH="any"
PKG_LICENSE="LGPLv2.1+"
PKG_SITE="https://ffmpeg.org"

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="audiodecoder.asap"
PKG_VERSION="6c13ee6"
PKG_VERSION="e56a821"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="audiodecoder.upse"
PKG_VERSION="de58ded"
PKG_VERSION="23a5430"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="audiodecoder.usf"
PKG_VERSION="99c17c9"
PKG_VERSION="c7fa708"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="audiodecoder.wsr"
PKG_VERSION="ac3e274"
PKG_VERSION="746fcbb"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"

View File

@ -70,10 +70,12 @@ if [ "$SAMBA_SECURE" == "true" -a ! "$SAMBA_USERNAME" == "" -a ! "$SAMBA_PASSWOR
sed -e 's|^.[ \t]*.public.=.*| public = no |' \
-e 's|^.[ \t]*.username map.=.*||' \
-e 's|^.[ \t]*.security.=.*| security = user\n username map = /run/samba/samba.map|' \
-e 's|^.[ \t]*.map.to.guest.=.*| map to guest = Never|' \
-i $SMB_CONF
else
sed -e 's|^.[ \t]*.public.=.*| public = yes |' \
-e 's|^.[ \t]*.username map.=.*||' \
-e 's|^.[ \t]*.security.=.*| security = user|' \
-e 's|^.[ \t]*.map.to.guest.=.*| map to guest = Bad User|' \
-i $SMB_CONF
fi