]> git.alsa-project.org Git - alsa-utils.git/commit
alsactl: Move asound.state location to /var/lib/alsa
authorLennart Poettering <lennart@poettering.net>
Tue, 23 Nov 2010 01:59:18 +0000 (02:59 +0100)
committerJaroslav Kysela <perex@perex.cz>
Tue, 23 Nov 2010 14:48:50 +0000 (15:48 +0100)
commit81f015f5abdd8e6cfa75e37bd97eb22781019eec
tree7a91384f326a4720cec44cd1cce9cc0bfc75d41d
parentde7c3eff0e371ce155403bbcdcf81ee79266fa0f
alsactl: Move asound.state location to /var/lib/alsa

.... and add configure switch for it.

/etc might be on a read-only partition which is not suitable for dynamic
data such as the mixer settings. Hence move the location of asound.state
to /var/lib.

This is based on a patch from Ubuntu/Debian which hardcoded the pah in
/var/lib.

Signed-off-by: Lennart Poettering <mznyfn@0pointer.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Makefile.am
alsaconf/alsaconf.in
alsactl/Makefile.am
alsactl/alsactl.1
alsactl/alsactl.c
configure.in