diff options
author | Roy Marples <roy@marples.name> | 2008-03-28 08:42:05 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-03-28 08:42:05 +0000 |
commit | 11e33e81c855395cbd931e99f7452ed6b3fef357 (patch) | |
tree | 2af516723abe43f67f38b5419867288913e85169 /src/librc/rc.map | |
parent | 5e8ed2aecabf48895e6d3d090591ffb59fc7588b (diff) |
Remove rc_service_start/stop from librc as they block and unmask signals. The application may not wish this behaviour and should fork/exec the service itself.
Diffstat (limited to 'src/librc/rc.map')
-rw-r--r-- | src/librc/rc.map | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/librc/rc.map b/src/librc/rc.map index 845ae946..8a803f3d 100644 --- a/src/librc/rc.map +++ b/src/librc/rc.map @@ -32,8 +32,6 @@ global: rc_service_resolve; rc_service_schedule_clear; rc_service_schedule_start; - rc_service_start; - rc_service_stop; rc_services_in_runlevel; rc_services_in_state; rc_services_scheduled; |