From 1ebbe064d1ed74dabf28fa4e1db92d939608a9e7 Mon Sep 17 00:00:00 2001 From: fzielcke Date: Sat, 8 Aug 2009 17:59:19 +0000 Subject: [PATCH] 2009-08-08 Felix Zielcke * util/grub.d/00_header.in: Fix a comment. * util/grub.d/10_linux.in: Likewise. * util/grub.d/10_windows.in: Likewise. * util/grub.d/10_hurd.in: Likewise. --- ChangeLog | 7 +++++++ util/grub.d/00_header.in | 2 +- util/grub.d/10_hurd.in | 2 +- util/grub.d/10_linux.in | 2 +- util/grub.d/10_windows.in | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index cd782a218..cf9d5db83 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-08-08 Felix Zielcke + + * util/grub.d/00_header.in: Fix a comment. + * util/grub.d/10_linux.in: Likewise. + * util/grub.d/10_windows.in: Likewise. + * util/grub.d/10_hurd.in: Likewise. + 2009-08-08 Felix Zielcke * util/grub-mkconfig.in: Allow the user to specify the used font diff --git a/util/grub.d/00_header.in b/util/grub.d/00_header.in index d8fa4165d..a273213f3 100644 --- a/util/grub.d/00_header.in +++ b/util/grub.d/00_header.in @@ -1,6 +1,6 @@ #! /bin/sh -e -# update-grub helper script. +# grub-mkconfig helper script. # Copyright (C) 2006,2007,2008,2009 Free Software Foundation, Inc. # # GRUB is free software: you can redistribute it and/or modify diff --git a/util/grub.d/10_hurd.in b/util/grub.d/10_hurd.in index e72198da6..ec78a3532 100644 --- a/util/grub.d/10_hurd.in +++ b/util/grub.d/10_hurd.in @@ -1,6 +1,6 @@ #! /bin/sh -e -# update-grub helper script. +# grub-mkconfig helper script. # Copyright (C) 2006,2007,2008 Free Software Foundation, Inc. # # GRUB is free software: you can redistribute it and/or modify diff --git a/util/grub.d/10_linux.in b/util/grub.d/10_linux.in index 4df078e8f..381a0c3d5 100644 --- a/util/grub.d/10_linux.in +++ b/util/grub.d/10_linux.in @@ -1,6 +1,6 @@ #! /bin/sh -e -# update-grub helper script. +# grub-mkconfig helper script. # Copyright (C) 2006,2007,2008,2009 Free Software Foundation, Inc. # # GRUB is free software: you can redistribute it and/or modify diff --git a/util/grub.d/10_windows.in b/util/grub.d/10_windows.in index 8877b15d5..055258e29 100644 --- a/util/grub.d/10_windows.in +++ b/util/grub.d/10_windows.in @@ -1,6 +1,6 @@ #! /bin/sh -e -# update-grub helper script. +# grub-mkconfig helper script. # Copyright (C) 2008 Free Software Foundation, Inc. # # GRUB is free software: you can redistribute it and/or modify -- 2.47.3