summaryrefslogtreecommitdiff
path: root/sysutils/grub2/files/patch-util-grub.d-10_kfreebsd.in
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/grub2/files/patch-util-grub.d-10_kfreebsd.in')
-rw-r--r--sysutils/grub2/files/patch-util-grub.d-10_kfreebsd.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/sysutils/grub2/files/patch-util-grub.d-10_kfreebsd.in b/sysutils/grub2/files/patch-util-grub.d-10_kfreebsd.in
deleted file mode 100644
index c5bb7139aa25..000000000000
--- a/sysutils/grub2/files/patch-util-grub.d-10_kfreebsd.in
+++ /dev/null
@@ -1,14 +0,0 @@
---- util/grub.d/10_kfreebsd.in.orig 2010-06-11 14:37:42.000000000 +0400
-+++ util/grub.d/10_kfreebsd.in 2010-06-11 14:37:59.000000000 +0400
-@@ -46,9 +46,9 @@
- args="$4" # not used yet
- title="$(gettext "%s, with kFreeBSD %s")"
- printf "menuentry \"${title}\" ${CLASS} {\n" "${os}" "${version}"
-- save_default_entry | sed -e "s/^/\t/"
-+ save_default_entry | sed -e "s/^/ /"
- if [ -z "${prepare_boot_cache}" ]; then
-- prepare_boot_cache="$(prepare_grub_to_access_device ${GRUB_DEVICE_BOOT} | sed -e "s/^/\t/")"
-+ prepare_boot_cache="$(prepare_grub_to_access_device ${GRUB_DEVICE_BOOT} | sed -e "s/^/ /")"
- fi
- printf '%s\n' "${prepare_boot_cache}"
- cat << EOF