wok diff openal/receipt @ rev 22984

updated keyutils and keyutils-dev (1.6 -> 1.6.1)
author Hans-G?nter Theisgen
date Sun Mar 01 07:46:00 2020 +0100 (2020-03-01)
parents 7d3d60e180e6
children 45041bf06ff9
line diff
     1.1 --- a/openal/receipt	Wed Jul 24 15:41:47 2019 +0200
     1.2 +++ b/openal/receipt	Sun Mar 01 07:46:00 2020 +0100
     1.3 @@ -35,7 +35,7 @@
     1.4  	[ -s $1/etc/rcS.conf ] &&
     1.5  	case " $(. $1/etc/rcS.conf; echo $LOAD_MODULES) " in
     1.6  	*\ snd-pcm-oss\ *) ;;
     1.7 -	*) sed -i 's|LOAD_MODULES="|&snd-pcm-oss ' $1/etc/rcS.conf ;;
     1.8 +	*) sed -i 's|LOAD_MODULES="|&snd-pcm-oss |' $1/etc/rcS.conf ;;
     1.9  	esac
    1.10  	[ "$1" ] || modprobe snd-pcm-oss 2> /dev/null || true
    1.11  }