diff options
| author | Nathan Kinder <nkinder@redhat.com> | 2009-08-14 08:28:01 -0700 |
|---|---|---|
| committer | Nathan Kinder <nkinder@redhat.com> | 2009-08-14 08:28:01 -0700 |
| commit | 1cc186ad31449aebff4fa220bff7c90a45472fcd (patch) | |
| tree | f96ddf1eaf1455dd8c210a7d81153d0286a2704b /ldap/admin/src/initconfig.in | |
| parent | 20d6a63f0a776f0726a24fdcddf94399b9d880b1 (diff) | |
Add centralized start/stop/restart scipts.
This adds centralized start, stop, and restart scripts
for ns-slapd. These scripts live in the sbin directory
and will act upon all instances if an instance identifier
is not specified (similar to the init script). The
instance specific scripts have been modified to call the
new centralized scripts.
The instance specific parameters needed by the new scripts
are located in the instance specific initconfig scripts,
which are now created by setup-ds.pl with values mapped
from the inf file.
Diffstat (limited to 'ldap/admin/src/initconfig.in')
| -rw-r--r-- | ldap/admin/src/initconfig.in | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/ldap/admin/src/initconfig.in b/ldap/admin/src/initconfig.in index 2bcc6289..7f9dd8f7 100644 --- a/ldap/admin/src/initconfig.in +++ b/ldap/admin/src/initconfig.in @@ -1,10 +1,9 @@ # This file is sourced by @package_name@ upon startup to set # the default environment for all directory server instances. -# To set instance specific defaults, make a copy of this -# file in the same directory called @package_name@-instance -# where "instance" is the name of your directory server -# instance e.g. @package_name@-localhost for the -# slapd-localhost instance +# To set instance specific defaults, use the file in the same +# directory called @package_name@-instance where "instance" +# is the name of your directory server instance e.g. +# @package_name@-localhost for the slapd-localhost instance. # In order to make more file descriptors available # to the directory server, first make sure the system |
