Fix init_system_domain() description, pointed out by Elia Pinto.

This commit is contained in:
Chris PeBenito 2011-04-27 10:42:47 -04:00
parent cca4b7e619
commit 3979c6886f
2 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,4 @@
- Fix init_system_domain() description, pointed out by Elia Pinto.
- Postgresql selabel_lookup update from KaiGai Kohei.
- Dovecot managesieve support from Mika Pfluger.
- Semicolon after interface/template calls cleanup from Elia Pinto.

View File

@ -304,10 +304,10 @@ interface(`init_ranged_daemon_domain',`
## </summary>
## <desc>
## <p>
## Create a domain for long running processes (daemons/services)
## Create a domain for short running processes
## which are started by init scripts. These are generally applications that
## are used to initialize the system during boot.
## Long running processes
## Long running processes, such as daemons/services
## should use the init_daemon_domain() interface instead.
## Typically all short running processes started by an init
## script (usually in /etc/init.d) will need to use this