]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-06-03 Felix Zielcke <fzielcke@z-51.de>
authorfzielcke <fzielcke@localhost>
Wed, 3 Jun 2009 13:53:10 +0000 (13:53 +0000)
committerfzielcke <fzielcke@localhost>
Wed, 3 Jun 2009 13:53:10 +0000 (13:53 +0000)
* util/grub-mkconfig.in (update_grub_dir): Rename to grub_mkconfig_dir.

ChangeLog
util/grub-mkconfig.in

index 524b57e85e6da1b811e9df9298aa00713cc5cd0c..cc11a9875870697abb2faf55968799ed6ebb49d6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-06-03  Felix Zielcke  <fzielcke@z-51.de>
+
+       * util/grub-mkconfig.in (update_grub_dir): Rename to grub_mkconfig_dir.
+
 2009-05-28  Pavel Roskin  <proski@gnu.org>
 
        * Makefile.in: Don't use "cp -d", it doesn't work on FreeBSD.
index f73def2a65267277f161ea2bd3be9ae31a788967..ff92590022f51ee398fd6748e23fb376f824f47a 100644 (file)
@@ -1,7 +1,7 @@
 #! /bin/sh -e
 
 # Generate grub.cfg by inspecting /boot contents.
-# Copyright (C) 2006,2007,2008  Free Software Foundation, Inc.
+# Copyright (C) 2006,2007,2008,2009 Free Software Foundation, Inc.
 #
 # GRUB is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -190,7 +190,7 @@ cat << EOF
 # DO NOT EDIT THIS FILE
 #
 # It is automatically generated by $0 using templates
-# from ${update_grub_dir} and settings from ${sysconfdir}/default/grub
+# from ${grub_mkconfig_dir} and settings from ${sysconfdir}/default/grub
 #
 EOF