Changeset 24b004c


Ignore:
Timestamp:
Apr 26, 2014, 12:38:45 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
e89c4c9
Parents:
ec6e128
Message:

Remove end-of-line spaces

Location:
BOOK
Files:
62 edited

Legend:

Unmodified
Added
Removed
  • BOOK/appendices/rationale/common.xml

    rec6e128 r24b004c  
    373373    <listitem>
    374374      <para>Systemd</para>
    375       <para>Systemd provides the init daemon for the system, as well as Udev, 
     375      <para>Systemd provides the init daemon for the system, as well as Udev,
    376376      which dynamically creates device nodes.</para>
    377377    </listitem>
  • BOOK/boot/64/shadow.xml

    rec6e128 r24b004c  
    4141    href="../common/shadow.xml"
    4242    xpointer="xpointer(//*[@os='f'])"/>
    43  
     43
    4444    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    4545    href="../common/shadow.xml"
  • BOOK/boot/common/pwdgroup.xml

    rec6e128 r24b004c  
    4242
    4343  <variablelist os="c">
    44  
     44
    4545    <title>Additional users you may want to add if not already included:</title>
    4646
  • BOOK/boot/common/settingenviron.xml

    rec6e128 r24b004c  
    2525  <para>The <envar>LC_ALL</envar> variable controls the localization of
    2626  certain programs, making their messages follow the conventions of a
    27   specified country. 
     27  specified country.
    2828  Setting <envar>LC_ALL</envar> to <quote>POSIX</quote> or <quote>C</quote>
    2929  (the two are equivalent) ensures that everything will work as expected
     
    3535  <xref linkend="chapter-temp-system"/> are only picked up by the shell
    3636  if they have not yet been built on the target system. This configuration
    37   forces use of the final system binaries as they are built over the 
     37  forces use of the final system binaries as they are built over the
    3838  temp-system, minimising the chance of final system programs being built
    3939  against the temp-system.</para>
  • BOOK/boot/sparc/silo-build.xml

    rec6e128 r24b004c  
    4444        <term><parameter>CC=cc</parameter></term>
    4545        <listitem>
    46           <para>Overwrites the default value of <command>gcc -m32</command> which will fail 
     46          <para>Overwrites the default value of <command>gcc -m32</command> which will fail
    4747to compile on 64 bit targets. This is not to be confused with <command>CC=${CC}</command> below.</para>
    4848        </listitem>
  • BOOK/bootable/alpha/kernel.xml

    rec6e128 r24b004c  
    9898    href="../x86/kernel.xml"
    9999    xpointer="xpointer(//*[@os='t'])"/>
    100    
     100
    101101    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    102102    href="../x86/kernel.xml"
  • BOOK/bootable/mips/kernel.xml

    rec6e128 r24b004c  
    8989    href="../x86/kernel.xml"
    9090    xpointer="xpointer(//*[@os='t'])"/>
    91    
     91
    9292    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    9393    href="../x86/kernel.xml"
  • BOOK/bootable/ppc/kernel.xml

    rec6e128 r24b004c  
    6565    mac-specific options for ide and input.</para>
    6666    </warning>
    67    
     67
    6868    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    6969    href="../x86/kernel.xml"
     
    101101    href="../x86/kernel.xml"
    102102    xpointer="xpointer(//*[@os='t'])"/>
    103    
     103
    104104    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    105105    href="../x86/kernel.xml"
  • BOOK/bootable/ppc64/kernel.xml

    rec6e128 r24b004c  
    9393    href="../x86/kernel.xml"
    9494    xpointer="xpointer(//*[@os='t'])"/>
    95    
     95
    9696    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    9797    href="../x86/kernel.xml"
  • BOOK/bootable/sparc/kernel.xml

    rec6e128 r24b004c  
    9393    href="../x86/kernel.xml"
    9494    xpointer="xpointer(//*[@os='t'])"/>
    95    
     95
    9696    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    9797    href="../x86/kernel.xml"
  • BOOK/bootable/x86_64/kernel.xml

    rec6e128 r24b004c  
    9393    href="../x86/kernel.xml"
    9494    xpointer="xpointer(//*[@os='t'])"/>
    95    
     95
    9696    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    9797    href="../x86/kernel.xml"
  • BOOK/chroot/common/kernfs.xml

    rec6e128 r24b004c  
    5454<screen><userinput>mount -v -o bind /dev ${CLFS}/dev</userinput></screen>
    5555
    56   <para>Additional file systems will soon be mounted from within the chroot 
     56  <para>Additional file systems will soon be mounted from within the chroot
    5757  environment. To keep the host up to date, perform a <quote>fake mount</quote>
    5858  for each of these now:</para>
  • BOOK/chroot/common/pwdgroup.xml

    rec6e128 r24b004c  
    2424  href="../../boot/common/pwdgroup.xml"
    2525  xpointer="xpointer(//*[@os='a'])"/>
    26  
     26
    2727  <para>Create the <filename>/etc/passwd</filename> file by running the
    2828  following command:</para>
  • BOOK/cross-tools/common/gcc-static.xml

    rec6e128 r24b004c  
    3838<screen os="ab"><userinput>patch -Np1 -i ../&gcc-specs-patch;</userinput></screen>
    3939
    40     <para os="ag">Change the StartFile Spec so that GCC looks in 
     40    <para os="ag">Change the StartFile Spec so that GCC looks in
    4141<filename class="directory">/tools</filename>:</para>
    4242
  • BOOK/cross-tools/common/glibc.xml

    rec6e128 r24b004c  
    9999        <term><parameter>--disable-profile</parameter></term>
    100100        <listitem>
    101           <para>This builds the libraries without profiling information. 
     101          <para>This builds the libraries without profiling information.
    102102          Omit this option if profiling on the temporary tools is necessary.</para>
    103103        </listitem>
  • BOOK/cross-tools/ppc64/glibc.xml

    rec6e128 r24b004c  
    6565      href="../common/glibc.xml"
    6666      xpointer="xpointer(//*[@os='dg3'])"/>
    67    
     67
    6868      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    6969      href="../common/glibc.xml"
  • BOOK/final-preps/addinguser.xml

    rec6e128 r24b004c  
    7777chown -v clfs ${CLFS}/cross-tools</userinput></screen>
    7878
    79   <para>If a separate working directory was created as suggested, 
     79  <para>If a separate working directory was created as suggested,
    8080  give user <systemitem class="username">clfs</systemitem> ownership of this directory:</para>
    8181
  • BOOK/final-system/common/acl.xml

    rec6e128 r24b004c  
    3333
    3434<screen os="d"><userinput>sed -i "s:| sed.*::g" test/{sbits-restore,cp,misc}.test</userinput></screen>
    35  
     35
    3636    <para os="e">Prepare ACL for compilation:</para>
    3737
  • BOOK/final-system/common/autoconf.xml

    rec6e128 r24b004c  
    3737
    3838<screen os="e2"><userinput remap="test">make check VERBOSE=yes</userinput></screen>
    39    
     39
    4040    <para os="e3">17 tests are skipped that use Automake and different GCC languages.
    4141    For full test coverage, Autoconf can be re-tested after Automake has been
  • BOOK/final-system/common/coreutils.xml

    rec6e128 r24b004c  
    3939    --enable-no-install-program=kill,uptime \
    4040    --enable-install-program=hostname --libexecdir=/usr/lib</userinput></screen>
    41    
     41
    4242    <variablelist os="d1">
    4343      <title>The meaning of the configure options:</title>
    44      
     44
    4545        <varlistentry os="d2">
    4646          <term><parameter>FORCE_UNSAFE_CONFIGURE=1</parameter></term>
  • BOOK/final-system/common/e2fsprogs.xml

    rec6e128 r24b004c  
    196196          <para>Is used to check, and optionally repair <systemitem
    197197          class="filesystem">ext2</systemitem>, <systemitem
    198           class="filesystem">ext3</systemitem> and <systemitem 
     198          class="filesystem">ext3</systemitem> and <systemitem
    199199          class="filesystem">ext4</systemitem>file systems</para>
    200200          <indexterm zone="ch-system-e2fsprogs e2fsck">
     
    349349        <listitem>
    350350          <para>Creates an <systemitem class="filesystem">ext2</systemitem>,
    351           <systemitem class="filesystem">ext3</systemitem> or <systemitem 
     351          <systemitem class="filesystem">ext3</systemitem> or <systemitem
    352352          class="filesystem">ext4</systemitem> file system on the given device</para>
    353353          <indexterm zone="ch-system-e2fsprogs mke2fs">
  • BOOK/final-system/common/findutils.xml

    rec6e128 r24b004c  
    6767
    6868    <para os="k">The <command>updatedb</command> script needs to be modified
    69     to point to the new location for <command>find</command>:</para> 
     69    to point to the new location for <command>find</command>:</para>
    7070
    7171<screen os="l"><userinput>sed -i 's@find:=${BINDIR}@find:=/bin@' /usr/bin/updatedb</userinput></screen>
  • BOOK/final-system/common/gcc.xml

    rec6e128 r24b004c  
    2626    <title>Installation of GCC</title>
    2727
    28     <para os="p1">The following patch contains a number of updates to the 
     28    <para os="p1">The following patch contains a number of updates to the
    2929    &gcc-version; branch by the GCC developers:</para>
    3030
  • BOOK/final-system/common/iproute2.xml

    rec6e128 r24b004c  
    3939
    4040    <para os="f1">Remove unused libnl headers:</para>
    41    
     41
    4242    <screen os="f2"><userinput>sed -i '/netlink\//d' ip/ipl2tp.c</userinput></screen>
    4343
  • BOOK/final-system/common/kmod.xml

    rec6e128 r24b004c  
    1919
    2020    <para>The Kmod package contains programs for loading, inserting
    21       and removing kernel modules for Linux. Kmod replaces the 
     21      and removing kernel modules for Linux. Kmod replaces the
    2222      Module-Init-tools package.</para>
    2323
     
    7373ln -sfv ../bin/kmod /sbin/${tool}
    7474done</userinput></screen>
    75  
     75
    7676  </sect2>
    7777
  • BOOK/final-system/common/man-pages.xml

    rec6e128 r24b004c  
    5151        <listitem>
    5252          <para>This package contains man pages that describe the following:
    53           POSIX headers (section 0p), 
     53          POSIX headers (section 0p),
    5454          POSIX utilities (section 1p), POSIX functions (section 3p),
    55           user commands (section 1), system calls (section 2), 
    56           libc calls (section 3), device information (section 4), 
    57           file formats (section 5), games (section 6), 
     55          user commands (section 1), system calls (section 2),
     56          libc calls (section 3), device information (section 4),
     57          file formats (section 5), games (section 6),
    5858          conventions and macro packages (section 7),
    5959          system administration (section 8), and
  • BOOK/final-system/common/ncurses.xml

    rec6e128 r24b004c  
    4343
    4444    <para os="e">This package has a test suite, and can be ran after the
    45     package is installed. The tests are in the 
    46     <filename class="directory">test/</filename> directory. See the 
     45    package is installed. The tests are in the
     46    <filename class="directory">test/</filename> directory. See the
    4747    <filename>README</filename> file in that directory for details.</para>
    4848
  • BOOK/final-system/common/procps-ng.xml

    rec6e128 r24b004c  
    3333
    3434    <variablelist os="c">
    35       <title>The meaning of the configure options:</title>   
     35      <title>The meaning of the configure options:</title>
    3636      <varlistentry>
    3737        <term><parameter>--disable-kill</parameter></term>
  • BOOK/final-system/common/shadow.xml

    rec6e128 r24b004c  
    5656      <filename class="directory">/usr/etc</filename>.</para></listitem>
    5757    </varlistentry>
    58    
     58
    5959  </variablelist>
    6060
  • BOOK/final-system/multilib/acl-64bit.xml

    rec6e128 r24b004c  
    4141  href="../common/acl.xml"
    4242  xpointer="xpointer(//*[@os='e'])"/>
    43  
     43
    4444<screen os="f"><userinput>CC="gcc ${BUILD64}" ./configure \
    4545    --prefix=/usr --libdir=/lib64 \
  • BOOK/final-system/multilib/acl-n32.xml

    rec6e128 r24b004c  
    5454    href="../common/acl.xml"
    5555    xpointer="xpointer(//*[@os='h'])"/>
    56  
     56
    5757 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    5858    href="../common/acl.xml"
  • BOOK/final-system/multilib/coreutils.xml

    rec6e128 r24b004c  
    3838    --enable-no-install-program=kill,uptime \
    3939    --enable-install-program=hostname</userinput></screen>
    40    
     40
    4141    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    4242    href="../common/coreutils.xml"
  • BOOK/final-system/multilib/iproute2.xml

    rec6e128 r24b004c  
    2929    href="../common/iproute2.xml"
    3030    xpointer="xpointer(//*[@os='s2'])"/>
    31    
     31
    3232    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    3333    href="../common/iproute2.xml"
    3434    xpointer="xpointer(//*[@os='f1'])"/>
    35    
     35
    3636    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    3737    href="../common/iproute2.xml"
  • BOOK/final-system/multilib/kmod-64bit.xml

    rec6e128 r24b004c  
    5959    href="../common/kmod.xml"
    6060    xpointer="xpointer(//*[@os='h'])"/>
    61    
     61
    6262    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    6363    href="../common/kmod.xml"
    6464    xpointer="xpointer(//*[@os='i'])"/>
    65    
     65
    6666    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    6767    href="../common/kmod.xml"
  • BOOK/final-system/multilib/kmod-n32.xml

    rec6e128 r24b004c  
    6060    href="../common/kmod.xml"
    6161    xpointer="xpointer(//*[@os='h'])"/>
    62    
     62
    6363  </sect2>
    6464
  • BOOK/final-system/multilib/kmod.xml

    rec6e128 r24b004c  
    6262
    6363  </sect2>
    64  
     64
    6565  <sect2 role="content">
    6666    <title/>
  • BOOK/final-system/ppc64-64/yaboot.xml

    rec6e128 r24b004c  
    2424    <para>Yaboot defaults to build as 32bit, so we need to pass appropriate
    2525    options to both the compiler and the linker.  To prevent the build from
    26     failing due to compiler warnings, the -Werror flag is removed.  The 
    27     Makefile already overrides any CC and ignores LDFLAGS in favour of 
    28     its own variables, so we need to use the following seds for a 
     26    failing due to compiler warnings, the -Werror flag is removed.  The
     27    Makefile already overrides any CC and ignores LDFLAGS in favour of
     28    its own variables, so we need to use the following seds for a
    2929    successful compile and install.</para>
    3030
  • BOOK/final-system/ppc64/yaboot.xml

    rec6e128 r24b004c  
    2525    output.  Because our gcc defaults to 64-bit, we need to pass appropriate
    2626    options to both the compiler and the linker.  To prevent the build from
    27     failing due to compiler warnings, the -Werror flag is removed.  The 
    28     Makefile already overrides any CC and ignores LDFLAGS in favour of 
    29     its own variables, so we need to use the following seds for a 
     27    failing due to compiler warnings, the -Werror flag is removed.  The
     28    Makefile already overrides any CC and ignores LDFLAGS in favour of
     29    its own variables, so we need to use the following seds for a
    3030    successful compile and install.</para>
    3131
  • BOOK/final-system/x86/grub.xml

    rec6e128 r24b004c  
    2727      <para>If you would like use a different bootloader than this
    2828      one you can go to the following link for alternative bootloaders
    29       and the instructions to use them. 
     29      and the instructions to use them.
    3030      <ulink url="http://trac.cross-lfs.org/wiki/bootloaders"/></para>
    3131    </note>
  • BOOK/introduction/common/how.xml

    rec6e128 r24b004c  
    4848
    4949  <para>The process of building cross-compile tools first involves building and
    50   installing all the necessary tools to create a build system for the target 
     50  installing all the necessary tools to create a build system for the target
    5151  machine. With these cross-compiled tools, we eliminate any
    5252  dependencies on the toolchain from our host distro.</para>
  • BOOK/introduction/common/resources.xml

    rec6e128 r24b004c  
    3232
    3333    <para><ulink url="http://www.mail-archive.com/index.php?hunt=clfs"/></para>
    34    
     34
    3535    <para>For information on the different lists, how to subscribe, archive
    3636    locations, and additional information, visit <ulink url="&clfs-wiki;wiki/lists"/>.</para>
  • BOOK/materials/common/introduction.xml

    rec6e128 r24b004c  
    4747
    4848  <para>You can download all needed packages and patches into this directory
    49 either by using the links on the following pages in this section, or by passing 
     49either by using the links on the following pages in this section, or by passing
    5050the <ulink url="../dl.list">download list</ulink> to <command>wget</command>:</para>
    5151
     
    6464
    6565<screen><userinput>pushd ${CLFS}/sources
    66 sha1sum -c SHA1SUMS 
     66sha1sum -c SHA1SUMS
    6767popd</userinput></screen>
    6868
  • BOOK/materials/common/packages.xml

    rec6e128 r24b004c  
    608608    </varlistentry>
    609609
    610     <varlistentry> 
    611       <term>Time Zone Data (&tzdata-version;) - <token>&tzdata-size;</token>:</term> 
    612       <listitem> 
    613         <para>Home page: <ulink url="&tzdata-home;"/></para> 
    614         <para>Download: <ulink url="&tzdata-url;"/></para> 
    615         <para>MD5 sum: <literal>&tzdata-md5;</literal></para> 
    616       </listitem> 
     610    <varlistentry>
     611      <term>Time Zone Data (&tzdata-version;) - <token>&tzdata-size;</token>:</term>
     612      <listitem>
     613        <para>Home page: <ulink url="&tzdata-home;"/></para>
     614        <para>Download: <ulink url="&tzdata-url;"/></para>
     615        <para>MD5 sum: <literal>&tzdata-md5;</literal></para>
     616      </listitem>
    617617    </varlistentry>
    618618
  • BOOK/partitioning/alpha/creatingpartition.xml

    rec6e128 r24b004c  
    3535
    3636<screen><userinput>fdisk /dev/[yyy]</userinput></screen>
    37  
     37
    3838 <para>Then use option b to create the bsd disklabel. Before you exit use
    3939 the w option to write the partition table.</para>
    40  
     40
    4141
    4242</sect1>
  • BOOK/system-config/common/console.xml

    rec6e128 r24b004c  
    1717  <command>systemd-vconsole-setup</command> system service which configures
    1818  the virtual console font and console keymap.
    19  
     19
    2020  The <command>systemd-vconsole-setup</command> service reads <filename>
    2121  /etc/vconsole.conf</filename> for configuration information. Decide which
  • BOOK/system-config/common/locale.xml

    rec6e128 r24b004c  
    7070  prior to it being added to <filename>/etc/locale.conf</filename>:</para>
    7171
    72 <screen role="nodump"><userinput>LC_ALL=[locale name] locale territory 
     72<screen role="nodump"><userinput>LC_ALL=[locale name] locale territory
    7373LC_ALL=[locale name] locale language
    7474LC_ALL=[locale name] locale charmap
  • BOOK/system-config/common/usage.xml

    rec6e128 r24b004c  
    2222    <title>Introduction to Systemd</title>
    2323
    24  
     24
    2525    <para>Systemd is a system management daemon designed exclusively for the
    2626    Linux kernel API. In the Linux startup process, it is the first process to
  • BOOK/temp-system/64/cloog.xml

    rec6e128 r24b004c  
    4646    href="../common/cloog.xml"
    4747    xpointer="xpointer(//*[@os='d'])"/>
    48        
     48
    4949    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    5050    href="../common/cloog.xml"
  • BOOK/temp-system/64/gmp.xml

    rec6e128 r24b004c  
    5353    href="../common/gmp.xml"
    5454    xpointer="xpointer(//*[@os='d'])"/>
    55        
     55
    5656    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    5757    href="../common/gmp.xml"
  • BOOK/temp-system/64/isl.xml

    rec6e128 r24b004c  
    3939    href="../common/isl.xml"
    4040    xpointer="xpointer(//*[@os='d'])"/>
    41        
     41
    4242    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    4343    href="../common/isl.xml"
  • BOOK/temp-system/64/mpc.xml

    rec6e128 r24b004c  
    3838    href="../common/mpc.xml"
    3939    xpointer="xpointer(//*[@os='d'])"/>
    40        
     40
    4141    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    4242    href="../common/mpc.xml"
  • BOOK/temp-system/64/mpfr.xml

    rec6e128 r24b004c  
    4646    href="../common/mpfr.xml"
    4747    xpointer="xpointer(//*[@os='d'])"/>
    48        
     48
    4949    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    5050    href="../common/mpfr.xml"
  • BOOK/temp-system/64/util-linux.xml

    rec6e128 r24b004c  
    2222  <sect2 role="installation">
    2323    <title>Installation of Util-linux</title>
    24    
     24
    2525    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    2626    href="../common/util-linux.xml"
  • BOOK/temp-system/multilib/cloog.xml

    rec6e128 r24b004c  
    4646    href="../common/cloog.xml"
    4747    xpointer="xpointer(//*[@os='d'])"/>
    48        
     48
    4949    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    5050    href="../common/cloog.xml"
  • BOOK/temp-system/multilib/gmp.xml

    rec6e128 r24b004c  
    6161    href="../common/gmp.xml"
    6262    xpointer="xpointer(//*[@os='d'])"/>
    63        
     63
    6464    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    6565    href="../common/gmp.xml"
  • BOOK/temp-system/multilib/isl.xml

    rec6e128 r24b004c  
    3939    href="../common/isl.xml"
    4040    xpointer="xpointer(//*[@os='d'])"/>
    41        
     41
    4242    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    4343    href="../common/isl.xml"
  • BOOK/temp-system/multilib/m4.xml

    rec6e128 r24b004c  
    4646    href="../common/m4.xml"
    4747    xpointer="xpointer(//*[@os='d'])"/>
    48        
     48
    4949    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    5050    href="../common/m4.xml"
  • BOOK/temp-system/multilib/mpc.xml

    rec6e128 r24b004c  
    3939    href="../common/mpc.xml"
    4040    xpointer="xpointer(//*[@os='d'])"/>
    41        
     41
    4242    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    4343    href="../common/mpc.xml"
  • BOOK/temp-system/multilib/mpfr.xml

    rec6e128 r24b004c  
    4646    href="../common/mpfr.xml"
    4747    xpointer="xpointer(//*[@os='d'])"/>
    48        
     48
    4949    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    5050    href="../common/mpfr.xml"
  • BOOK/temp-system/multilib/sed.xml

    rec6e128 r24b004c  
    3737    href="../common/sed.xml"
    3838    xpointer="xpointer(//*[@os='d'])"/>
    39        
     39
    4040    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    4141    href="../common/sed.xml"
  • BOOK/temp-system/multilib/util-linux.xml

    rec6e128 r24b004c  
    2222  <sect2 role="installation">
    2323    <title>Installation of Util-linux</title>
    24    
     24
    2525    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    2626    href="../common/util-linux.xml"
  • BOOK/the-end/downloadclient.xml

    rec6e128 r24b004c  
    6363}' > binary
    6464
    65 gawk '{q=p;p=$0}NR&gt;1{print q}END{ORS = ""; print p}' binary &gt; wget-1.14.tar.xz 
     65gawk '{q=p;p=$0}NR&gt;1{print q}END{ORS = ""; print p}' binary &gt; wget-1.14.tar.xz
    6666
    6767rm binary
     
    7979$response = $http->mirror('http://ftp.gnu.org/gnu/wget/wget-1.14.tar.xz', 'wget-1.14.tar.xz');
    8080die "Failed!\n" unless $response->{success};
    81 print "Unchanged!\n" if $response->{status} eq '304';     
     81print "Unchanged!\n" if $response->{status} eq '304';
    8282EOF</userinput></screen>
    8383      <para>Or use this:</para>
Note: See TracChangeset for help on using the changeset viewer.