]> git.pld-linux.org Git - packages/burg.git/blob - pld-sysconfdir.patch
- fix URL
[packages/burg.git] / pld-sysconfdir.patch
1 --- burg-1.98.r1844-bzr/util/grub-mkconfig.in~  2011-04-19 10:42:18.000000000 +0200
2 +++ burg-1.98.r1844-bzr/util/grub-mkconfig.in   2011-04-19 11:27:25.582636396 +0200
3 @@ -142,8 +142,8 @@
4  # choosing Hurd filesystem module.
5  GRUB_FS="`${grub_probe} --target=fs / 2> /dev/null || echo unknown`"
6  
7 -if test -f ${sysconfdir}/default/burg ; then
8 -  . ${sysconfdir}/default/burg
9 +if test -f ${sysconfdir}/sysconfig/burg ; then
10 +  . ${sysconfdir}/sysconfig/burg
11  fi
12  
13  # XXX: should this be deprecated at some point?
14 @@ -286,7 +286,7 @@
15  # DO NOT EDIT THIS FILE
16  #
17  # It is automatically generated by $0 using templates
18 -# from ${grub_mkconfig_dir} and settings from ${sysconfdir}/default/burg
19 +# from ${grub_mkconfig_dir} and settings from ${sysconfdir}/sysconfig/burg
20  #
21  EOF
22  
23 --- burg-1.98.r1844-bzr/util/grub.d/README~     2011-04-19 10:42:18.000000000 +0200
24 +++ burg-1.98.r1844-bzr/util/grub.d/README      2011-04-19 11:29:15.055973278 +0200
25 @@ -8,4 +8,4 @@
26  The number namespace in-between is configurable by system installer and/or
27  administrator.  For example, you can add an entry to boot another OS as
28  01_otheros, 11_otheros, etc, depending on the position you want it to occupy in
29 -the menu; and then adjust the default setting via /etc/default/grub.
30 +the menu; and then adjust the default setting via /etc/sysconfig/burg.
This page took 0.049466 seconds and 3 git commands to generate.