diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-24 13:04:29 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-24 13:04:29 +0000 |
commit | 8d4eafe01a6fd7484224fd108875207ccb0dcf00 (patch) | |
tree | 80306efa0505b29ca9b95e88f00303b5b7e5cb9c /sysutils/Makefile | |
parent | 7144f0d045ff7eb2108a4dbad94611922b526e1f (diff) |
New Port: sysutils/psgconf modular system configuration framework
The psgconf package is a modular system configuration
framework. It includes a number of default modules to
configure typical system parameters, and allows administrators
to add their own modules to meet site-specific needs.
PR: ports/83912
Submitted by: Jim Pirzyk <pirzyk@freebsd.org>
Notes
Notes:
svn path=/head/; revision=149289
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 49095809ef62..6982a669c04b 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -421,6 +421,7 @@ SUBDIR += procmap SUBDIR += progsreiserfs SUBDIR += prune + SUBDIR += psgconf SUBDIR += pslist SUBDIR += psmisc SUBDIR += pstack |