Bug 88318 - missing support for FreeBSD -current in sysutils/grub
Summary: missing support for FreeBSD -current in sysutils/grub
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sergey Matveychuk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-01 11:30 UTC by thierry
Modified: 2005-11-11 06:39 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description thierry 2005-11-01 11:30:17 UTC
the test for the OS type in grub-install is missing the case for FreeBSD 7

Fix: 

# diff /usr/local/sbin/grub-install.ori /usr/local/sbin/grub-install
121c121
<     freebsd[56]*)
---
>     freebsd[567]*)
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2005-11-01 17:03:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sem

over to maintainer
Comment 2 Sergey Matveychuk freebsd_committer freebsd_triage 2005-11-11 06:39:38 UTC
State Changed
From-To: open->closed

Committed, thanks!