diff options
author | wiz <wiz> | 2005-02-19 10:23:13 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-02-19 10:23:13 +0000 |
commit | 4b9c9bd6950351066e9f38c7a6a0cb36ab1f8b55 (patch) | |
tree | b5694d487b8885e6d579c54e34c2955029a9b9b5 /sysutils/grub/Makefile | |
parent | 20605925049e10623b1049a0402a80956f1ba31f (diff) | |
download | pkgsrc-4b9c9bd6950351066e9f38c7a6a0cb36ab1f8b55.tar.gz |
Update to 0.96:
New in 0.96 - 2005-01-30:
* The command "fallback" supports mutiple fallback entries.
* The command "savedefault" supports an optional argument which
is the number of next boot entry or the special keyword `fallback'.
* New utility "grub-set-default".
* New section "Making your system robust" in the manual.
Diffstat (limited to 'sysutils/grub/Makefile')
-rw-r--r-- | sysutils/grub/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/grub/Makefile b/sysutils/grub/Makefile index 92a4649ae2b..f47418b7781 100644 --- a/sysutils/grub/Makefile +++ b/sysutils/grub/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2004/10/03 00:18:15 tv Exp $ +# $NetBSD: Makefile,v 1.30 2005/02/19 10:23:13 wiz Exp $ # -DISTNAME= grub-0.95 -PKGREVISION= 2 +DISTNAME= grub-0.96 CATEGORIES= sysutils MASTER_SITES= ftp://alpha.gnu.org/gnu/grub/ |