aboutsummaryrefslogtreecommitdiff
path: root/acmeman
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2018-04-17 14:55:13 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2018-04-17 14:55:13 +0200
commita2b74de60d4885e5b318de6e2c67f6a4bba8296f (patch)
treeda83e80cc90461fb4ddef2b6231e5c476f84e6c9 /acmeman
parent155bd0baa629b3ca26869353bdb251bb4f2a3e65 (diff)
downloadacmeman-a2b74de60d4885e5b318de6e2c67f6a4bba8296f.tar.gz
acmeman-a2b74de60d4885e5b318de6e2c67f6a4bba8296f.tar.bz2
Add null domain source.
* Makefile.PL: Lower some prerequisite requirements. * acmeman: Document the null source. * lib/App/Acmeman/Source/Null.pm: New file.
Diffstat (limited to 'acmeman')
-rwxr-xr-xacmeman17
1 files changed, 11 insertions, 6 deletions
diff --git a/acmeman b/acmeman
index 932b5c5..99f158a 100755
--- a/acmeman
+++ b/acmeman
@@ -210,12 +210,17 @@ same order as they appeared in the configuration file.
=item B<source=>I<ID> [I<LAYOUT>]
-Defines additional source of information. As of B<acmeman> version 2.00,
-only one I<ID> is supported: B<apache>. This source module scans apache
-configuration files as described in section B<APACHE>. The optional
-I<LAYOUT> argument defines the apache configuration layout. Allowed values
-are: B<debian>, B<slackware>, B<suse> and B<rh> (for Red Hat). If I<LAYOUT>
-is absent, it will be autodetected.
+Defines additional source of information. B<App::Acmeman> version 1.05
+is shipped with two sources: B<null> and B<apache>.
+
+The B<null> module is an empty source. Use it if all domains are described
+in the configuration file.
+
+The B<apache> source module is the default. It scans B<httpd> configuration
+files as described in section B<APACHE>. The optional I<LAYOUT> argument
+defines the apache configuration layout. Allowed values are: B<debian>,
+B<slackware>, B<suse> and B<rh> (for Red Hat). If I<LAYOUT> is absent, it
+will be autodetected.
=item B<files=>I<NAME>

Return to:

Send suggestions and report system problems to the System administrator.