diff options
author | abs <abs@pkgsrc.org> | 2001-12-31 11:46:33 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2001-12-31 11:46:33 +0000 |
commit | ca3533883a79b21a95b5c91b51badca0f9814035 (patch) | |
tree | ebaca429574a3844c926fa63cda0a8df9f48d749 /sysutils | |
parent | 9d93d75eecdf3d3fff95f350b1651c3ebf1ab7b8 (diff) | |
download | pkgsrc-ca3533883a79b21a95b5c91b51badca0f9814035.tar.gz |
Add rconfig-0.05
Rconfig is intended to manage configuration files across
hetrogenous groups of machines. The configuration for each
machine is determined by a set of rdist trees based on the
various tags such as OS, hostname, and architecture.
Files in 'more specific' rdist trees take priority.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index e7fc5e72456..d60b56e95bd 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.118 2001/12/26 11:49:18 wennmach Exp $ +# $NetBSD: Makefile,v 1.119 2001/12/31 11:46:33 abs Exp $ # COMMENT= System utilities @@ -65,6 +65,7 @@ SUBDIR+= pcvt-utils SUBDIR+= psmisc SUBDIR+= pstree SUBDIR+= qlogtools +SUBDIR+= rconfig SUBDIR+= roller SUBDIR+= rtty SUBDIR+= ruby-syslog |