diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-02-26 23:50:05 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-02-26 23:50:05 +0000 |
commit | ed40676841e317a2aafa04c4c804bb6043864740 (patch) | |
tree | 91c5e4b12acc09eabb2b1234eb633aa78af224d2 /app-misc/livecd-tools/files/livecd-tools-systemd.patch | |
parent | dc106bfbeb980942a8490753d6883eb34b13ea12 (diff) |
repo cleanup...drop old ebuilds, drop ebuilds already in portage tree
Diffstat (limited to 'app-misc/livecd-tools/files/livecd-tools-systemd.patch')
-rw-r--r-- | app-misc/livecd-tools/files/livecd-tools-systemd.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/app-misc/livecd-tools/files/livecd-tools-systemd.patch b/app-misc/livecd-tools/files/livecd-tools-systemd.patch deleted file mode 100644 index 4f98ba82..00000000 --- a/app-misc/livecd-tools/files/livecd-tools-systemd.patch +++ /dev/null @@ -1,12 +0,0 @@ -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 |