wok rev 19387

dialog: update dialogrc
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 21 12:51:53 2016 +0200 (2016-08-21)
parents 983d378b4eb9
children 31d782e2fabc
files dialog/stuff/dialogrc linux-api-headers/receipt linux-bluetooth/receipt linux/receipt linux64-bluetooth/receipt rsync/stuff/usr/bin/rsync-unssh
line diff
     1.1 --- a/dialog/stuff/dialogrc	Sat Aug 20 04:20:02 2016 +0200
     1.2 +++ b/dialog/stuff/dialogrc	Sun Aug 21 12:51:53 2016 +0200
     1.3 @@ -111,3 +111,15 @@
     1.4  
     1.5  # Form text color
     1.6  form_text_color = (BLACK,WHITE,OFF)
     1.7 +
     1.8 +# Dialog box border2 color
     1.9 +border2_color = border_color
    1.10 +
    1.11 +# Input box border2 color
    1.12 +inputbox_border2_color = inputbox_border_color
    1.13 +
    1.14 +# Search box border2 color
    1.15 +searchbox_border2_color = searchbox_border_color
    1.16 +
    1.17 +# Menu box border2 color
    1.18 +menubox_border2_color = menubox_border_color
     2.1 --- a/linux-api-headers/receipt	Sat Aug 20 04:20:02 2016 +0200
     2.2 +++ b/linux-api-headers/receipt	Sun Aug 21 12:51:53 2016 +0200
     2.3 @@ -11,7 +11,7 @@
     2.4  TARBALL="$SOURCE-$KBASEVER.tar.xz"
     2.5  WEB_SITE="http://www.kernel.org/"
     2.6  WGET_URL="http://www.kernel.org/pub/linux/kernel/v3.0/$TARBALL"
     2.7 -PROVIDE="linux-headers"
     2.8 +PROVIDE="linux-headers linux64-api-headers linux64-headers"
     2.9  
    2.10  BUILD_DEPENDS="bash wget"
    2.11  
     3.1 --- a/linux-bluetooth/receipt	Sat Aug 20 04:20:02 2016 +0200
     3.2 +++ b/linux-bluetooth/receipt	Sun Aug 21 12:51:53 2016 +0200
     3.3 @@ -17,7 +17,7 @@
     3.4      path=lib/modules/$VERSION-slitaz/kernel
     3.5      mkdir -p $fs/$path
     3.6      export src install
     3.7 -    $wanted_stuff/list_modules.sh drivers/bluetooth net/bluetooth | while read module; do
     3.8 +    $wanted_stuff/list_modules.sh drivers/hid drivers/bluetooth net/bluetooth | while read module; do
     3.9      	dir=$path/$(dirname $module)
    3.10      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
    3.11          cp -a $install/$path/$module $fs/$dir
     4.1 --- a/linux/receipt	Sat Aug 20 04:20:02 2016 +0200
     4.2 +++ b/linux/receipt	Sun Aug 21 12:51:53 2016 +0200
     4.3 @@ -223,7 +223,6 @@
     4.4  $PACKAGE-freeinitrd.u
     4.5  $PACKAGE-subroot.u
     4.6  $PACKAGE-romfs.u
     4.7 -$PACKAGE-hardlinks.u
     4.8  $PACKAGE-CVE-2016-5696.u
     4.9  aufs3-base.patch
    4.10  aufs3-standalone.patch
     5.1 --- a/linux64-bluetooth/receipt	Sat Aug 20 04:20:02 2016 +0200
     5.2 +++ b/linux64-bluetooth/receipt	Sun Aug 21 12:51:53 2016 +0200
     5.3 @@ -21,7 +21,7 @@
     5.4      mkdir -p $fs/$path
     5.5      export src
     5.6      export install
     5.7 -    $wanted_stuff/list_modules.sh drivers/bluetooth net/bluetooth | while read module; do
     5.8 +    $wanted_stuff/list_modules.sh drivers/hid drivers/bluetooth net/bluetooth | while read module; do
     5.9      	dir=$path/$(dirname $module)
    5.10      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
    5.11          cp -a $install/$path/$module $fs/$dir
     6.1 --- a/rsync/stuff/usr/bin/rsync-unssh	Sat Aug 20 04:20:02 2016 +0200
     6.2 +++ b/rsync/stuff/usr/bin/rsync-unssh	Sun Aug 21 12:51:53 2016 +0200
     6.3 @@ -6,6 +6,5 @@
     6.4  login=$2
     6.5  peer=$3
     6.6  shift 3
     6.7 -ssh $login@$peer "nc -l -p $port -e $@" < /dev/tty &
     6.8 -sleep 5
     6.9 +dbclient -f $login@$peer "nc -l -p $port -e $@" < /dev/tty
    6.10  nc $peer $port