From ff01ceb606ec0a44e581bdbd4ed6a41c168e6ea4 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Sun, 29 Jan 2006 19:23:49 +0000 Subject: [PATCH] * fixed typo on `alsa stop` installer --- parse-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parse-config b/parse-config index 5fc7e76..26bf227 100644 --- a/parse-config +++ b/parse-config @@ -40,7 +40,7 @@ mnemosyne_postinstall() { alsa-utils) # alsa configuration save/restore ln -svnf /sbin/init.d/alsa "$root/etc/runit/1.d/20alsa" - ln -svnf /sbin/init.d/alsa "$root/etc/runit/2.d/80alsa" + ln -svnf /sbin/init.d/alsa "$root/etc/runit/3.d/80alsa" ;; esac }