[lfs] branch openrc updated: Adjust some internal naming.
| Newsgroups | gmane.linux.lfs.book |
|---|---|
| Message-ID | <177043621988.27183.2502732621837223348@rivendell.linuxfromscratch.org> |
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch openrc
in repository lfs.
The following commit(s) were added to refs/heads/openrc by this push:
new 230be70cf Adjust some internal naming.
230be70cf is described below
commit 230be70cf2cf48e698a82f57bb54c27f3c6f011a
Author: Zeckmathederg <[email protected]>
AuthorDate: Fri Feb 6 20:51:40 2026 -0700
Adjust some internal naming.
---
Makefile | 8 ++++----
general.ent | 4 ++--
git-version.sh | 2 +-
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/Makefile b/Makefile
index 753eb75a0..4648a0b5a 100644
--- a/Makefile
+++ b/Makefile
@@ -21,10 +21,10 @@ ifneq ($(REV), openrc)
endif
ifeq ($(REV), openrc)
- BASEDIR ?= $(HOME)/public_html/lfs-book
- PDF_OUTPUT ?= LFS-BOOK.pdf
- NOCHUNKS_OUTPUT ?= LFS-BOOK.html
- DUMPDIR ?= $(HOME)/lfs-commands
+ BASEDIR ?= $(HOME)/public_html/lfs-openrc
+ PDF_OUTPUT ?= LFS-OPENRC.pdf
+ NOCHUNKS_OUTPUT ?= LFS-OPENRC.html
+ DUMPDIR ?= $(HOME)/lfs-openrc-commands
else
BASEDIR ?= $(HOME)/public_html/lfs-systemd
PDF_OUTPUT ?= LFS-SYSD-BOOK.pdf
diff --git a/general.ent b/general.ent
index f6399f879..574b246ef 100644
--- a/general.ent
+++ b/general.ent
@@ -39,8 +39,8 @@
<![ %release; [
<![ %openrc; [
-<!ENTITY version "%relnum;">
-<!ENTITY short-version "%relnum;"> <!-- Used below in &blfs-book; -->
+<!ENTITY version "%relnum;-openrc">
+<!ENTITY short-version "%relnum;-openrc"> <!-- Used below in &blfs-book; -->
]]>
<![ %systemd; [
<!ENTITY version "%relnum;-systemd">
diff --git a/git-version.sh b/git-version.sh
index ddb2640d3..f1ac4263f 100755
--- a/git-version.sh
+++ b/git-version.sh
@@ -53,7 +53,7 @@ full_date="$month $day$suffix, $year"
sha="$(git describe --abbrev=1)"
rev=$(echo "$sha" | sed 's/-g[^-]*$//')
-version="$rev"
+version="$rev-openrc"
versiond="$rev-systemd"
if [ "$(git diff HEAD | wc -l)" != "0" ]; then
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
--
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page