From c06e543b8fd6a29bdbc3edf7fd76517bcf465a93 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 21 Dec 2015 13:06:01 +0000 Subject: port Gentoo livecd-tools to systemd --- app-misc/livecd-tools/files/livecd-tools-systemd.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 app-misc/livecd-tools/files/livecd-tools-systemd.patch (limited to 'app-misc/livecd-tools/files') diff --git a/app-misc/livecd-tools/files/livecd-tools-systemd.patch b/app-misc/livecd-tools/files/livecd-tools-systemd.patch new file mode 100644 index 00000000..4f98ba82 --- /dev/null +++ b/app-misc/livecd-tools/files/livecd-tools-systemd.patch @@ -0,0 +1,12 @@ +diff -Nur a/livecd-functions.sh b/livecd-functions.sh +--- a/livecd-functions.sh 2015-12-11 17:49:28.000000000 +0000 ++++ b/livecd-functions.sh 2015-12-21 12:59:58.548466484 +0000 +@@ -8,7 +8,7 @@ + # LIVECD_CONSOLE_PARITY -- console parity specified + # LIVECD_CONSOLE_DATABITS -- console databits specified + +-[[ ${RC_GOT_FUNCTIONS} != "yes" ]] && [[ -e /etc/init.d/functions.sh ]] && source /etc/init.d/functions.sh ++[[ ${RC_GOT_FUNCTIONS} != "yes" ]] && [[ -e /lib/gentoo/functions.sh ]] && source /lib/gentoo/functions.sh + + livecd_parse_opt() { + case "$1" in -- cgit v1.2.3