Bug 17383

Summary: 4.0 config yields warnings on PicoBSD's use of 'conflicts'
Product: Base System Reporter: kbyanc <kbyanc>
Component: confAssignee: freebsd-small (Nobody) <small>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description kbyanc 2000-03-15 05:00:01 UTC
  PicoBSD kernel config files include the now-obsolete 'conflicts'
keyword which causes the config utility to output warnings.

Fix: Build a custom PicoBSD kernel config which doesn't include the
'conflicts' keyword. The attached patch fixes the kernel configs shipped
as default configurations.
How-To-Repeat: 
  Build PicoBSD floppy using one of the default configurations.
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2000-03-15 08:44:22 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-small

Over to the maintainer.  This is a bit unusual, but assigning a PR 
to a group of people isn't a problem if that group's address 
is an @FreeBSD.org address. 
Comment 2 patrick freebsd_committer freebsd_triage 2000-03-19 19:53:56 UTC
State Changed
From-To: open->closed

Patches have been committed to RELENG_4 and HEAD to remove 
'conflicts' from PicoBSD kernel config files.