Ignore:
Timestamp:
06/05/2004 02:03:59 AM (20 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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, v5_1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
52a46b3a
Parents:
a3b2641
Message:

multimedia, pst grammar

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

Location:
multimedia/cdwriteutils
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • multimedia/cdwriteutils/cdrdao/cdrdao.ent

    ra3b2641 reac1ee9  
    44<!ENTITY cdrdao-desc SYSTEM "cdrdao-desc.xml">
    55<!ENTITY cdrdao-version "1.1.8">
    6 <!ENTITY cdrdao-download-http "http://umn.dl.sourceforge.net/sourceforge/cdrdao/cdrdao-&cdrdao-version;.tar.gz">
     6<!ENTITY cdrdao-download-http "http://prdownloads.sourceforge.net/cdrdao/cdrdao-&cdrdao-version;.tar.gz">
    77<!ENTITY cdrdao-download-ftp " ">
    88<!ENTITY cdrdao-size "1.5 MB">
  • multimedia/cdwriteutils/cdrtools/cdrtools-exp.xml

    ra3b2641 reac1ee9  
    77
    88<para><parameter>DEFINSUSR=root DEFINSGRP=root</parameter>: These
    9 commands install all programs with root.root ownership instead of the default
     9commands install all programs with root:root ownership instead of the default
    1010bin:bin.</para>
    1111
  • multimedia/cdwriteutils/cdwriteutils.xml

    ra3b2641 reac1ee9  
    55<para>This chapter contains information on <acronym>CD</acronym>-writing in
    66Linux.  You will first have to configure your kernel for
    7 <acronym>CD</acronym>-writing.  We start by
    8 discussing how to do this, then discuss installing the actual utilities.</para>
     7<acronym>CD</acronym>-writing, which is discussed first.  After that,
     8installing the acutal utilities is presented.</para>
    99
    1010<para>Additional sources of information on <acronym>CD</acronym>-writing include:</para>
     
    1919FAQ</ulink></para></listitem>
    2020
    21 <listitem><para><ulink
    22 url="http://www.mandrakeuser.org/docs/utils/uiso.html">Handling CD-Images</ulink></para></listitem>
    23 
    2421</itemizedlist>
    2522
  • multimedia/cdwriteutils/udftools/udftools-desc.xml

    ra3b2641 reac1ee9  
    2525<acronym>CD</acronym>-RW
    2626drives, including formatting new disks, setting the read and write
    27 speeds etc.. </para>
     27speeds, etc. </para>
    2828<para>Example:
    2929<screen><command>cdrwtool -d /dev/scd0 -q</command></screen>
  • multimedia/cdwriteutils/udftools/udftools-intro.xml

    ra3b2641 reac1ee9  
    44<para>The <application><acronym>UDF</acronym>tools</application> package contains utilities
    55for creating and mounting <acronym>CD</acronym>-<acronym>RW</acronym> disks with
    6 <acronym>udf</acronym> file systems for both
     6<acronym>UDF</acronym> file systems for both
    77reading and writing. <acronym>UDF</acronym> files systems are used on
    88both <acronym>CD</acronym>-<acronym>RW</acronym> media and
  • multimedia/cdwriteutils/udftools/udftools-kernel-inst.xml

    ra3b2641 reac1ee9  
    33
    44<warning>
    5 <para>Note that this patch can permenantly damage your CD drive if it is
     5<para>Note that this patch can permanently damage your
     6<acronym>CD</acronym> drive if it is
    67from one of the few mentioned at
    78<ulink url="http://slashdot.org/article.pl?sid=03/10/25/1737244"/>. Do
     
    2324     UDF write support (DANGEROUS)       Y</screen>
    2425
    25 <para>If necessary, recompile the kernel with</para>
     26<para>If necessary, recompile the kernel with:</para>
    2627<screen><userinput><command>make CC=/opt/gcc-2.95.3/bin/gcc dep &amp;&amp;
    2728make CC=/opt/gcc-2.95.3/bin/gcc bzImage &amp;&amp;
     
    3233<filename>/usr/src/linux/System.map</filename> to
    3334<filename class="directory">/boot</filename>. If you utilize
    34 <application>LILO</application> edit <filename>/etc/lilo.conf</filename>
     35<application>LILO</application>, edit <filename>/etc/lilo.conf</filename>
    3536appropriately and run <command>lilo</command>.
    3637</para>
    3738
    38 <para>If you build packet writer as a module, add the following to
     39<para>If you built packet writer as a module, add the following to
    3940<filename>/etc/modules.conf</filename>:</para>
    4041<screen><userinput>alias block-major-97 pktcdvd</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.