diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2018-09-30 01:14:36 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2018-09-30 01:14:36 +0000 |
commit | cc09c074d6c216d901a7b497089cf0fbc97f0548 (patch) | |
tree | 2c102c42aba258c989cbf0e5af4dd2c907c38678 /general.ent | |
parent | 6c672426f85596f90903645f78d510d52f2846a5 (diff) |
Restore build of Util-Linux in chapter5 to avoid reciprocal dependency for Systemd.
Moved installation of Util-Linux and E2fsprogs after Procps to satisfy build order in the Systemd book. This has no effect on the SysV book.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11473 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'general.ent')
-rw-r--r-- | general.ent | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/general.ent b/general.ent index 293f0639f..f2c6d7f60 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "SVN-20180920"> +<!ENTITY version "SVN-20180930"> <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; Change to x.y for release but not -rc releases --> <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> -<!ENTITY versiond "20180920-systemd"> +<!ENTITY versiond "20180930-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "September 20, 2018"> +<!ENTITY releasedate "September 30, 2018"> <!ENTITY copyrightdate "1999-2018"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "8.3"> |