summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLara Maia <dev@lara.click>2016-02-18 13:48:10 -0200
committerLara Maia <dev@lara.click>2016-02-20 20:35:09 -0200
commit78c0879540f45a2aaaa08fe8f212a318a1b22223 (patch)
treee325708feef95e8c8fc9845bb309c6079404d75a /media-gfx/splash-themes-livecd/files
parentapp-shells/pdmenu: Drop only the old ebuild as patch is still needed (diff)
downloadgentoo-78c0879540f45a2aaaa08fe8f212a318a1b22223.tar.gz
gentoo-78c0879540f45a2aaaa08fe8f212a318a1b22223.tar.bz2
gentoo-78c0879540f45a2aaaa08fe8f212a318a1b22223.zip
media-gfx/splash-themes-livecd: Use functions.sh from gentoo-functions
Update rc_init-pre to use new path for functions.sh https://bugs.gentoo.org/show_bug.cgi?id=504394
Diffstat (limited to 'media-gfx/splash-themes-livecd/files')
-rw-r--r--media-gfx/splash-themes-livecd/files/use-new-path-for-functions.sh.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/media-gfx/splash-themes-livecd/files/use-new-path-for-functions.sh.patch b/media-gfx/splash-themes-livecd/files/use-new-path-for-functions.sh.patch
new file mode 100644
index 000000000000..67128fbe5393
--- /dev/null
+++ b/media-gfx/splash-themes-livecd/files/use-new-path-for-functions.sh.patch
@@ -0,0 +1,11 @@
+--- scripts/rc_init-pre.orig 2016-02-18 13:31:23.610276701 -0200
++++ scripts/rc_init-pre 2016-02-18 13:31:57.405275206 -0200
+@@ -77,7 +77,7 @@
+ return 0
+ }
+
+-[ -r /etc/init.d/functions.sh ] && . /etc/init.d/functions.sh
++[ -r /lib/gentoo/functions.sh ] && . /lib/gentoo/functions.sh
+
+ if [ -z "${1}" ]; then
+ log err "no internal runlevel provided"