rc_set_service_daemon -> rc_service_daemon_set

This commit is contained in:
Roy Marples
2007-10-02 09:04:10 +00:00
parent cef0ad3215
commit 4e9e8d075c
4 changed files with 6 additions and 6 deletions

View File

@@ -149,7 +149,7 @@ bool rc_service_option_set (const char *service, const char *option,
* @param name of the process (optional)
* @param pidfile of the process (optional)
* @param started if true, add the arguments otherwise remove existing matching arguments */
void rc_set_service_daemon (const char *service, const char *exec,
void rc_service_daemon_set (const char *service, const char *exec,
const char *name, const char *pidfile,
bool started);
/*! Check if the service started the daemon