wok rev 15646

libdrm: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 10 15:00:10 2013 +0000 (2013-12-10)
parents 3196dad7fb36
children 7b41ff9ba5dd
files connman/receipt dbus/receipt libdrm/receipt
line diff
     1.1 --- a/connman/receipt	Tue Dec 10 13:16:06 2013 +0000
     1.2 +++ b/connman/receipt	Tue Dec 10 15:00:10 2013 +0000
     1.3 @@ -79,6 +79,6 @@
     1.4  pre_remove()
     1.5  {
     1.6  	if [ -z "$1" ]; then
     1.7 -		/etc/init.d/connman stop
     1.8 +		/etc/init.d/connman stop 2> /dev/null
     1.9  	fi
    1.10  }
     2.1 --- a/dbus/receipt	Tue Dec 10 13:16:06 2013 +0000
     2.2 +++ b/dbus/receipt	Tue Dec 10 15:00:10 2013 +0000
     2.3 @@ -50,7 +50,7 @@
     2.4  	root=$1
     2.5  	# Go for echoing on configuration files if any messagebus user
     2.6  	# was found.
     2.7 -	if ! grep -q 'messagebus' $root/etc/passwd; then
     2.8 +	if ! grep -qs 'messagebus' $root/etc/passwd; then
     2.9  		echo -n "Adding user: messagebus..."
    2.10  		echo 'messagebus:x:25:25:DBUS Daemon User:/dev/null:/bin/false' >> $root/etc/passwd
    2.11  		echo 'messagebus:!:14013:0:99999:7:::' >> $root/etc/shadow
    2.12 @@ -58,7 +58,7 @@
    2.13  		echo 'messagebus:!::' >> $root/etc/gshadow
    2.14  		status
    2.15  	fi
    2.16 -	if ! grep -q ^DBUS_OPTIONS $root/etc/daemons.conf; then
    2.17 +	if ! grep -qs ^DBUS_OPTIONS $root/etc/daemons.conf; then
    2.18  		echo -n "Configuring $root/etc/daemons.conf..."
    2.19  		cat >> $root/etc/daemons.conf << "EOT"
    2.20  # DBUS daemon options.
    2.21 @@ -72,7 +72,7 @@
    2.22  pre_remove()
    2.23  {
    2.24  	if [ -z "$1" ]; then
    2.25 -		/etc/init.d/dbus stop
    2.26 +		/etc/init.d/dbus stop 2> /dev/null
    2.27  		deluser messagebus
    2.28  	fi
    2.29  }
     3.1 --- a/libdrm/receipt	Tue Dec 10 13:16:06 2013 +0000
     3.2 +++ b/libdrm/receipt	Tue Dec 10 15:00:10 2013 +0000
     3.3 @@ -11,7 +11,7 @@
     3.4  WGET_URL="http://dri.freedesktop.org/libdrm/$TARBALL"
     3.5  
     3.6  DEPENDS="glibc-base udev linux-drm xorg-libpciaccess"
     3.7 -BUILD_DEPENDS="xorg-dev xorg-dev-proto libpthread-stubs gc-dev pkg-config \
     3.8 +BUILD_DEPENDS="xorg-dev xorg-dev-proto libpthread-stubs-dev gc-dev pkg-config \
     3.9  udev-dev xorg-libpciaccess-dev"
    3.10  
    3.11  # Rules to configure and make the package.