Changeset 035e5d56


Ignore:
Timestamp:
08/22/2014 01:19:24 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
6d850ad3
Parents:
cabc8db6
Message:

Fix links to lfs.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13981 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
13 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/dbus-systemd.xml

    rcabc8db6 r035e5d56  
    341341        A list of the installed files, along with their short
    342342        descriptions can be found at
    343         <ulink url="http://www.linuxfromscratch.org/lfs/view/systemd/chapter06/dbus.html#contents-dbus"/>.
     343        <ulink url="&lfs-root;/chapter06/dbus.html#contents-dbus"/>.
    344344      </para>
    345345
  • general/sysutils/systemd.xml

    rcabc8db6 r035e5d56  
    277277        A list of the installed files, along with their short
    278278        descriptions can be found at
    279         <ulink url="http://www.linuxfromscratch.org/lfs/view/systemd/chapter06/systemd.html#contents-systemd"/>.
     279        <ulink url="&lfs-root;/chapter06/systemd.html#contents-systemd"/>.
    280280      </para>
    281281
  • general/sysutils/systemd.xml.next

    rcabc8db6 r035e5d56  
    281281        A list of the installed files, along with their short
    282282        descriptions can be found at
    283         <ulink url="http://www.linuxfromscratch.org/lfs/view/systemd/chapter06/systemd.html#contents-systemd"/>.
     283        <ulink url="&lfs-root;/chapter06/systemd.html#contents-systemd"/>.
    284284      </para>
    285285
  • multimedia/libdriv/gst10-libav.xml

    rcabc8db6 r035e5d56  
    108108<screen><userinput>./configure --prefix=/usr \
    109109            --with-package-name="GStreamer Libav Plugins &gst10-libav-version; BLFS" \
    110             --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" &amp;&amp;
     110            --with-package-origin="http://www.linuxfromscratch.org/blfs/view/&blfs-version;/" &amp;&amp;
    111111make</userinput></screen>
    112112
  • multimedia/libdriv/gst10-plugins-bad.xml

    rcabc8db6 r035e5d56  
    173173<screen><userinput>./configure --prefix=/usr \
    174174            --with-package-name="GStreamer Bad Plugins &gst10-plugins-bad-version; BLFS" \
    175             --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" &amp;&amp;
     175            --with-package-origin="http://www.linuxfromscratch.org/blfs/view/&blfs-version;/" &amp;&amp;
    176176make</userinput></screen>
    177177
  • multimedia/libdriv/gst10-plugins-base.xml

    rcabc8db6 r035e5d56  
    133133<screen><userinput>./configure --prefix=/usr \
    134134            --with-package-name="GStreamer Base Plugins &gst10-plugins-base-version; BLFS" \
    135             --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" &amp;&amp;
     135            --with-package-origin="http://www.linuxfromscratch.org/blfs/view/&blfs-version;/" &amp;&amp;
    136136make</userinput></screen>
    137137
  • multimedia/libdriv/gst10-plugins-good-systemd.xml

    rcabc8db6 r035e5d56  
    142142<screen><userinput>./configure --prefix=/usr \
    143143            --with-package-name="GStreamer Good Plugins &gst10-plugins-good-version; BLFS" \
    144             --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/"  &amp;&amp;
     144            --with-package-origin="http://www.linuxfromscratch.org/blfs/view/&blfs-version;/"  &amp;&amp;
    145145make</userinput></screen>
    146146
  • multimedia/libdriv/gst10-plugins-ugly.xml

    rcabc8db6 r035e5d56  
    126126<screen><userinput>./configure --prefix=/usr \
    127127            --with-package-name="GStreamer Ugly Plugins &gst10-plugins-ugly-version; BLFS" \
    128             --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" &amp;&amp;
     128            --with-package-origin="http://www.linuxfromscratch.org/blfs/view/&blfs-version;/" &amp;&amp;
    129129make</userinput></screen>
    130130
  • multimedia/libdriv/gstreamer10.xml

    rcabc8db6 r035e5d56  
    112112<screen><userinput>./configure --prefix=/usr \
    113113            --with-package-name="GStreamer &gstreamer10-version; BLFS" \
    114             --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" &amp;&amp;
     114            --with-package-origin="http://www.linuxfromscratch.org/blfs/view/&blfs-version;/" &amp;&amp;
    115115make</userinput></screen>
    116116
  • networking/netprogs/wpa_supplicant-systemd.xml

    rcabc8db6 r035e5d56  
    399399        To assign a network address to your wireless interface,
    400400        consult the <ulink
    401         url="http://www.linuxfromscratch.org/lfs/view/systemd/chapter07/network.html">General Network Configuration</ulink>
     401        url="&lfs-root;/chapter07/network.html">General Network Configuration</ulink>
    402402        page in LFS.
    403403      </para>
  • postlfs/config/bootdisk.xml

    rcabc8db6 r035e5d56  
    7070    <para>The instructions for using GRUB2 to make a custom rescue CD-ROM are
    7171    also available in <ulink
    72     url='http://www.&lfs-domainname;/lfs/view/stable/chapter08/grub.html'>LFS
     72    url='&lfs-root;/chapter08/grub.html'>LFS
    7373    Chapter 8</ulink>.</para>
    7474
  • postlfs/config/lsb-release.xml

    rcabc8db6 r035e5d56  
    8787      <para>
    8888        The configuration for this package was done in
    89         <ulink url="&lfs-website;/lfs/view/stable/chapter09/theend.html">LFS</ulink>. 
     89        <ulink url="&lfs-root;/chapter09/theend.html">LFS</ulink>. 
    9090        The file <filename>/etc/lsb-release</filename> should already exist.
    9191        Be sure that the DISTRIB_CODENAME entry has been set properly.
  • postlfs/security/shadow.xml

    rcabc8db6 r035e5d56  
    631631    <para>
    632632      A list of the installed files, along with their short descriptions can be
    633       found at <ulink url="http://www.linuxfromscratch.org/lfs/view/&lfs-version;/chapter06/shadow.html#contents-shadow"/>.
     633      found at <ulink url="&lfs-root;/chapter06/shadow.html#contents-shadow"/>.
    634634    </para>
    635635
Note: See TracChangeset for help on using the changeset viewer.