Ignore:
Timestamp:
07/31/2005 09:05:02 PM (19 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
339fbfb9
Parents:
9700e433
Message:

Update Postfix instructions to 2.2.5, cleanup alsa-utils

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4862 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/alsa-utils.xml

    r9700e433 r5e82411c  
    9696      <title>Configuration Information</title>
    9797
    98       <para>Probably the easiest way to store mixer levels is to set and
    99       retrieve them using at boot and shutdown.  We'll use a bootscript to
    100       store the values at shutdown.</para>
     98      <para> Use a bootscript to store the values at shutdown.</para>
    10199
    102100      <indexterm zone="alsa-utils alsa-utils-init">
     
    112110      <para>Note that all channels of your sound card are muted by default.
    113111      You can use the <command>alsamixer</command> program from
    114       <application>ALSA Utilities</application> (or any other
    115       OSS mixer) to change this.</para>
     112      <application>ALSA Utilities</application> to change this.</para>
    116113
    117114      <para>The first time the dev.d script below is run, it will complain
     
    124121alsactl store</userinput></screen>
    125122
    126       <para>We will restore the volume using the stored settings and a
     123      <para>The volumes will be restored using the saved settings by a
    127124      dev.d handler script that will execute when the device is detected
    128125      durring boot (when pluged in for USB devices).  While still the
    129126      <systemitem class="username">root</systemitem> user, create the dev.d
    130       handler script with the following commands:</para>
     127      script with the following commands:</para>
    131128
    132129<screen role="root"><userinput>install -d -m755 /etc/dev.d/snd &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.