summaryrefslogtreecommitdiffstats
path: root/extra/pure-alsa-system/revert-to-using-pulseaudio.sh
diff options
context:
space:
mode:
Diffstat (limited to 'extra/pure-alsa-system/revert-to-using-pulseaudio.sh')
-rwxr-xr-xextra/pure-alsa-system/revert-to-using-pulseaudio.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/extra/pure-alsa-system/revert-to-using-pulseaudio.sh b/extra/pure-alsa-system/revert-to-using-pulseaudio.sh
index a15acc67e..2bbf22f77 100755
--- a/extra/pure-alsa-system/revert-to-using-pulseaudio.sh
+++ b/extra/pure-alsa-system/revert-to-using-pulseaudio.sh
@@ -10,5 +10,8 @@ for package in MPlayer alsa-lib alsa-plugins audacious-plugins ffmpeg \
libcanberra mpg123 phonon sox xine-lib ; do
upgradepkg --install-new --terse ../../slackware*/*/${package}-*.txz
done
-mv /etc/asound.conf.new /etc/asound.conf
+echo "Moving /etc/asound.conf.new to /etc/asound.conf:"
+mv --verbose /etc/asound.conf.new /etc/asound.conf
+echo "Making /etc/rc.d/rc.alsa non-executable."
+chmod 644 /etc/rc.d/rc.alsa
echo "System is converted back to using Pulseaudio."