summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/splash-themes-livedvd/files/use-new-path-for-functions.sh.patch')
-rw-r--r--media-gfx/splash-themes-livedvd/files/use-new-path-for-functions.sh.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/media-gfx/splash-themes-livedvd/files/use-new-path-for-functions.sh.patch b/media-gfx/splash-themes-livedvd/files/use-new-path-for-functions.sh.patch
deleted file mode 100644
index 62f269ed862f..000000000000
--- a/media-gfx/splash-themes-livedvd/files/use-new-path-for-functions.sh.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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"