diff options
author | Roy Marples <roy@marples.name> | 2007-10-02 09:04:10 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-10-02 09:04:10 +0000 |
commit | 4e9e8d075cddb6f9d1e9c7baba976b99e9366304 (patch) | |
tree | 7bc1fc89166308c881541c529fd90c0ba9df5b26 /src/start-stop-daemon.c | |
parent | cef0ad32157562efd93c7ce154a11c0abfd1a7b2 (diff) |
rc_set_service_daemon -> rc_service_daemon_set
Diffstat (limited to 'src/start-stop-daemon.c')
-rw-r--r-- | src/start-stop-daemon.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/start-stop-daemon.c b/src/start-stop-daemon.c index 6916aafc..8fdcaa33 100644 --- a/src/start-stop-daemon.c +++ b/src/start-stop-daemon.c @@ -758,7 +758,7 @@ int start_stop_daemon (int argc, char **argv) unlink (pidfile); if (svcname) - rc_set_service_daemon (svcname, exec, cmd, pidfile, false); + rc_service_daemon_set (svcname, exec, cmd, pidfile, false); exit (EXIT_SUCCESS); } @@ -1032,7 +1032,7 @@ int start_stop_daemon (int argc, char **argv) } if (svcname) - rc_set_service_daemon (svcname, exec, cmd, pidfile, true); + rc_service_daemon_set (svcname, exec, cmd, pidfile, true); exit (EXIT_SUCCESS); } |