[Lunar-commits] CVS: moonbase/audio/alsa-utils POST_INSTALL, 1.5, 1.6

Jaime Buffery nestu at lunar-linux.org
Sat Feb 12 19:25:10 UTC 2005


Update of /var/cvs/lunar/moonbase/audio/alsa-utils
In directory espresso.foo-projects.org:/tmp/cvs-serv31033

Modified Files:
	POST_INSTALL 
Log Message:
<bramble> POST_INSTALL says "alsactl save", it should be "alsactl store". Done :)
rm'ed linux-beta-* since they are no longer in moonbase


Index: POST_INSTALL
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/alsa-utils/POST_INSTALL,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- POST_INSTALL	20 Oct 2004 18:21:41 -0000	1.5
+++ POST_INSTALL	12 Feb 2005 19:25:08 -0000	1.6
@@ -4,35 +4,37 @@
   echo  "Mixer setting saved."
   echo  "You can save the default ALSA mixer levels"
   echo  "at anytime as root by running"
-  echo  "# alsactl  save"
+  echo  "# alsactl store"
 
 fi
 
-if module_installed linux-2.6 || module_installed linux-beta || module_installed linux-beta-mm ; then	
-	if ! [ -e /etc/init.d/alsasettings  ];  then
-	  cp  $SOURCE_CACHE/alsasettings  /etc/init.d
-	  chmod +x /etc/init.d/alsasettings
-	  rm -f /etc/rcS.d/S98alsasettings
-	  ln -s /etc/init.d/alsasettings /etc/rcS.d/S98alsasettings
-	fi
+if module_installed linux-2.6 ; then	
 
-	if [ ! -e /etc/rcS.d/S98alsasettings ]; then
-	  ln -s /etc/init.d/alsasettings /etc/rcS.d/S98alsasettings
-	fi
+   if ! [ -e /etc/init.d/alsasettings  ];  then
+      cp  $SOURCE_CACHE/alsasettings  /etc/init.d
+      chmod +x /etc/init.d/alsasettings
+      rm -f /etc/rcS.d/S98alsasettings
+      ln -s /etc/init.d/alsasettings /etc/rcS.d/S98alsasettings
+   fi
 
-	if [ ! -e /etc/rc0.d/K12alsasettings ]; then
-	  ln -s /etc/init.d/alsasettings /etc/rc0.d/K12alsasettings
-	fi
+   if [ ! -e /etc/rcS.d/S98alsasettings ]; then
+      ln -s /etc/init.d/alsasettings /etc/rcS.d/S98alsasettings
+   fi
 
-	if [ ! -e /etc/rc6.d/K12alsasettings ]; then
-	  ln -s /etc/init.d/alsasettings /etc/rc6.d/K12alsasettings
-	fi
+   if [ ! -e /etc/rc0.d/K12alsasettings ]; then
+      ln -s /etc/init.d/alsasettings /etc/rc0.d/K12alsasettings
+   fi
 
-	if [ ! -e /etc/rc1.d/K12alsasettings ]; then
-	  ln -s /etc/init.d/alsasettings /etc/rc1.d/K12alsasettings
-	fi
+   if [ ! -e /etc/rc6.d/K12alsasettings ]; then
+      ln -s /etc/init.d/alsasettings /etc/rc6.d/K12alsasettings
+   fi
+
+   if [ ! -e /etc/rc1.d/K12alsasettings ]; then
+      ln -s /etc/init.d/alsasettings /etc/rc1.d/K12alsasettings
+   fi
+
+   if [ ! -e /etc/rc2.d/K12alsasettings ]; then
+      ln -s /etc/init.d/alsasettings /etc/rc2.d/K12alsasettings
+   fi
 
-	if [ ! -e /etc/rc2.d/K12alsasettings ]; then
-	  ln -s /etc/init.d/alsasettings /etc/rc2.d/K12alsasettings
-	fi
 fi



More information about the Lunar-commits mailing list