New subsystem names *again* and a new subsys.conf keyword.

It's now possible to designate install status, either default
or nodefault on each subsystem in subsys.conf
The pkgdef template was updated to reflect the changes in subsys.conf
This commit is contained in:
Tom G. Christensen 2004-07-19 20:26:31 +00:00
parent 87ae9aa1ff
commit 08d497ad37
2 changed files with 13 additions and 8 deletions

View File

@ -19,6 +19,10 @@ $_libdir/*.so.*
subsys=man.man subsys=man.man
files(-,root,sys) files(-,root,sys)
$_mandir $_mandir
[info]
subsys=man.info
files(-,root,sys)
$_infodir $_infodir
[devel] [devel]

View File

@ -1,8 +1,9 @@
sw.eoe execution only environment sw.base default base software
sw.lib shared libraries sw.lib default shared libraries
sw.dev development files sw.dev nodefault development files
man.doc other documentation man.doc default other documentation
man.man manpages, infopages man.man default man pages
opt.relnotes release notes man.info default info pages
opt.src source opt.relnotes default release notes
opt.dist idb & spec files opt.src nodefault source, patches etc.
opt.dist nodefault distribution files