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
files(-,root,sys)
$_mandir
[info]
subsys=man.info
files(-,root,sys)
$_infodir
[devel]

View File

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