Bug 25162

Summary: syntax error in src/release/Makefile
Product: Base System Reporter: Bernd Luevelsmeyer <bdluevel>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description Bernd Luevelsmeyer 2001-02-17 05:20:00 UTC
In line 187 of src/release/Makefile there is
  -vnconfig 2>/dev/null
which is a syntax error. Either a special_file or -a is required.
Comment 1 Seth Kingsley 2001-03-15 04:36:08 UTC
Please close this, vnconfig is being used in this instance without any
arguments intentionally in order to load the 'vn' module. I don't know
how this person decided that it was worth reporting...

-- 
|| Seth Kingsley || BSDi/Open Source Division || sethk@osd.bsdi.com ||
Comment 2 Bernd Luevelsmeyer 2001-03-15 07:19:32 UTC
Seth Kingsley wrote:
> 
> Please close this, vnconfig is being used in this instance without any
> arguments intentionally in order to load the 'vn' module. I don't know

Wouldn't it load at the first "real" use of vnconfig anyway?


> how this person decided that it was worth reporting...

From my point of view, I reported that a command in a makefile never
works; I'd never have thought of an intentional error in order to
pre-load a module, honestly.

Can be closed if the behaviour is as intended, of course.
Comment 3 dd freebsd_committer freebsd_triage 2001-04-29 04:26:03 UTC
State Changed
From-To: open->closed

Usage of vnconfig was correct; mdconfig is used now, anyway.