diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-08-21 18:51:34 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-08-21 18:51:34 +0000 |
commit | ca3afb71b0d0572ad6063b848a0076c3199c1f1d (patch) | |
tree | 600890f0d30a55707186bfe397b26479038d4f78 /sysutils/Makefile | |
parent | 5d24089a652310afffb63ef07695eba24300f1ed (diff) |
Add sysutils/rcadm.
Utility to administer the rc.conf system configuration file.
rcadm features:
* listing current settings
* enabling/disabling services
* setting and getting arbitrary variables
WWW: https://github.com/skoef/rcadm
PR: 179017
Submitted by: Reinier@flash.skoef.net
Notes
Notes:
svn path=/head/; revision=365581
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 846f2ba65853..15b8e1a2a6ef 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -772,6 +772,7 @@ SUBDIR += radeontool SUBDIR += radmind SUBDIR += raincoat + SUBDIR += rcadm SUBDIR += rclean SUBDIR += rdate SUBDIR += rdiff-backup |