Roy Marples
|
260318f24f
|
rc_get_runlevels -> rc_runlevel_list
|
2007-10-03 14:11:55 +00:00 |
|
Roy Marples
|
69ebf0c738
|
rc_allow_plug -> rc_service_plugable
|
2007-10-02 09:57:23 +00:00 |
|
Roy Marples
|
4e9e8d075c
|
rc_set_service_daemon -> rc_service_daemon_set
|
2007-10-02 09:04:10 +00:00 |
|
Roy Marples
|
cef0ad3215
|
rc_set_service_option -> rc_service_option_set, rc_get_service_option -> rc_service_option_get
|
2007-10-02 09:02:08 +00:00 |
|
Roy Marples
|
7d5c82cf63
|
rc_wait_service -> rc_service_wait
|
2007-09-29 17:03:38 +00:00 |
|
Roy Marples
|
b19e646575
|
Rationalise more functions into rc_service_
|
2007-09-29 16:54:58 +00:00 |
|
Roy Marples
|
837f43e163
|
librc no longer uses libeinfo. deptree function names are now all under rc_deptree_
|
2007-09-29 16:42:08 +00:00 |
|
Roy Marples
|
e89c2c5d60
|
The rc_depinfo_t and rc_deptype_t structures are not for public consumption.
|
2007-09-27 23:16:40 +00:00 |
|
Mike Frysinger
|
f0c7e8e02f
|
add hidden definition for rc_waitpid()
|
2007-09-26 08:39:16 +00:00 |
|
Roy Marples
|
8a7b58a73d
|
rc_is_env is now rc_env_bool and just works with boolean values.
|
2007-09-26 07:05:33 +00:00 |
|
Roy Marples
|
a74dd430d5
|
Punt rc_xcalloc as nothing uses it
|
2007-09-19 13:55:01 +00:00 |
|
Roy Marples
|
c8b03c96b7
|
API change! rc_config_env is renamed to rc_make_env and takes no argument.
|
2007-09-18 12:20:55 +00:00 |
|
Roy Marples
|
0084bc41ef
|
Don't link to rt anymore as it makes dlopen leak - we now use nanosleeps to achieve the same goal (a loop + timeout). No longer put / at the end of directories, instead prefix like so RC_LIBDIR "/foo" to ensure more robust code.
|
2007-08-09 14:33:20 +00:00 |
|
Roy Marples
|
05201b514b
|
init scripts and their extra options can now have descriptions, #184327.
|
2007-07-10 19:09:41 +00:00 |
|
Roy Marples
|
46cd245ee3
|
Use clock MONOTONIC to timeout, not localtime, #177514
|
2007-05-11 08:58:19 +00:00 |
|
Roy Marples
|
abfd181dde
|
env-update now respects COLON_SEPARATED and SPACE_SEPARATED env.d values, #176198.
|
2007-04-27 11:24:05 +00:00 |
|
Mike Frysinger
|
1c82d53247
|
add hidden visibility support to libeinfo as well
|
2007-04-13 14:18:38 +00:00 |
|
Mike Frysinger
|
a822d2d118
|
kill off internal relocations for librc.so
|
2007-04-13 14:08:16 +00:00 |
|