source: general.ent@ aca25d4

7.5-systemd 7.6-systemd 7.7-systemd 7.8-systemd 7.9-systemd
Last change on this file since aca25d4 was aca25d4, checked in by Matthew Burgess <matthew@…>, 11 years ago

Sync with latest trunk updates.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10264 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 1.9 KB
Line 
1<!ENTITY version "SYSTEMD-20130504">
2<!ENTITY releasedate "May 4, 2013">
3<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not &ndash; -->
4<!ENTITY milestone "7.4">
5<!ENTITY generic-version "systemd"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
6
7<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
8<!ENTITY blfs-root "&lfs-root;blfs/">
9<!ENTITY faq-root "&lfs-root;faq/">
10<!ENTITY hints-root "&lfs-root;hints/downloads/files/">
11<!ENTITY hints-index "&lfs-root;hints/list.html">
12<!ENTITY patches-root "&lfs-root;patches/lfs/&generic-version;/">
13<!ENTITY downloads-root "&lfs-root;lfs/downloads/&generic-version;/">
14<!ENTITY livecd-root "&lfs-root;livecd/">
15<!ENTITY test-results "&lfs-root;lfs/build-logs/&generic-version;/">
16<!ENTITY errata "&lfs-root;lfs/errata/&generic-version;/">
17
18<!ENTITY lfs-ticket-root "http://wiki.linuxfromscratch.org/lfs/ticket/">
19
20<!ENTITY anduin "http://anduin.linuxfromscratch.org/sources">
21<!ENTITY anduin-sources "&anduin;/LFS/lfs-packages/conglomeration/">
22<!ENTITY anduin-other "&anduin;/other/">
23
24<!ENTITY buildtime "Approximate build time">
25<!ENTITY diskspace "Required disk space">
26<!ENTITY dependencies "Installation depends on">
27<!ENTITY testsuites "Test suite depends on">
28<!ENTITY before "Must be installed before">
29<!ENTITY external "Optional dependencies">
30
31<!ENTITY gnu "http://ftp.gnu.org/gnu/">
32<!ENTITY gnu-software "http://www.gnu.org/software/">
33<!ENTITY alpha-gnu "http://alpha.gnu.org/gnu/">
34<!ENTITY kernel "http://www.kernel.org/pub/">
35<!ENTITY sourceforge "http://prdownloads.sourceforge.net/">
36
37<!ENTITY % packages-entities SYSTEM "packages.ent">
38%packages-entities;
39
40<!ENTITY % patches-entities SYSTEM "patches.ent">
41%patches-entities;
Note: See TracBrowser for help on using the repository browser.