Roy Marples
cd45e54357
Introduce cbasename so we don't have to strdup(basename) and free all the time.
2007-12-19 12:46:08 +00:00
Roy Marples
9f2403dffa
Remove Gentoo copyright from all files that I know I have written
2007-12-14 14:12:38 +00:00
Roy Marples
a3db3bac62
Allow services to be in /usr/local/etc/init.d, but disallow them being added to the boot runlevel.
2007-12-14 12:24:16 +00:00
Roy Marples
0490a9290a
Remove rc_service_wait as runscript.c should do the waiting. rc_deptree_depend now returns the exact depends as listed. This is so we can support a new 'keywords' directive. We can add whatever here, like 'notimeout' which means that an init script doesn't timeout. This removes the hardcoded check on checkfs and checkroot.
2007-12-05 17:48:07 +00:00
Roy Marples
8df5860848
Use a more generic BSD define.
2007-11-28 10:06:31 +00:00
Roy Marples
a76f2c20e4
opts -> extra_commands. This is much more descriptive.
2007-11-20 18:19:48 +00:00
Roy Marples
81715c3159
Display version on start and allow --version to work
2007-11-19 16:41:36 +00:00
Roy Marples
39227ede1d
relicense as 2-clause BSD, with the kind permission of Gentoo
2007-11-14 15:22:04 +00:00
Roy Marples
0764a6cb46
Stop using asprintf
2007-10-23 20:43:45 +00:00
Roy Marples
20a149b2c7
malloc over fatty buffers
2007-10-12 00:01:33 +00:00
Roy Marples
2613316686
Fix failed services a little, and make timeout more sane
2007-10-09 21:13:08 +00:00
Roy Marples
3da2922358
Don't stop reading dir contents on errors
2007-10-08 12:46:14 +00:00
Roy Marples
cd4bce7e8d
Wups, should be xstrdup
2007-10-08 11:16:22 +00:00
Roy Marples
a89ceb7e2c
Punt rc_ from xstrdup, xalloc, xrealloc and exists as they're not in librc anymore
2007-10-08 11:11:21 +00:00
Roy Marples
9ff89f8027
Punt rc_waitpid
2007-10-05 11:04:49 +00:00
Roy Marples
3bfba57f5b
Punt rc_rm_dir
2007-10-05 10:36:53 +00:00
Roy Marples
05b8eff319
Punt rc_ls_dir
2007-10-05 10:16:14 +00:00
Roy Marples
7319c64cff
rc_service_schedule_clear returns a bool on error now
2007-10-04 19:43:01 +00:00
Roy Marples
af5525f634
LS_DIRS -> LS_DIR
2007-10-04 17:02:44 +00:00
Roy Marples
87ea3e9e3b
Punt rc_is_dir
2007-10-04 16:54:29 +00:00
Roy Marples
e2e40afdde
punt rc_is_exec
2007-10-04 16:26:44 +00:00
Roy Marples
d65c484f3a
punt rc_is_link
2007-10-04 16:21:53 +00:00
Roy Marples
bb9ad38de2
Punt rc_is_file
2007-10-04 16:16:06 +00:00
Roy Marples
4b7efeafa6
rc_service_option_set -> rc_service_value_set, rc_service_option_get -> rc_service_value_get
2007-10-03 14:22:45 +00:00
Roy Marples
563c6f46c0
rc_schedule_clear -> rc_service_schedule_clear, rc_schedule_start_service -> rc_service_schedule_start
2007-10-03 14:18:52 +00:00
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
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
fc1bfe4234
Crashed is not a baselayout state as such
2007-09-28 15:04:15 +00:00
Roy Marples
7274301be2
rc_service_state now returns the state as a mask, which means that we can do things with just the one call making is more efficient.
2007-09-28 14:53:38 +00:00
Roy Marples
6f7f447978
enums are now fixed to specific values and are in UPPER CASE.
2007-09-28 12:29:23 +00:00
Mike Frysinger
f0c7e8e02f
add hidden definition for rc_waitpid()
2007-09-26 08:39:16 +00:00
Roy Marples
c6c7df47a0
Revert last patch
2007-09-25 17:30:07 +00:00
Roy Marples
1a6451654f
We no longer use bool in our public headers, using int instead.
2007-09-25 17:19:02 +00:00
Roy Marples
1e4e8ed27a
Initial doxygen documentation for rc.h and einfo.h. Plus some header clean ups.
2007-09-25 15:38:21 +00:00
Roy Marples
45bd125dcc
Use a pty for prefixed output instead of pipes for stdout/stderr. This
...
is so that programs can get information about the controlling terminal.
This change was triggered by bug #188506 where it's possible that
stdin, stdout and stderr didn't point to a terminal but ended up on one
via our pipes. Using a pty means that stdout and stderr always point to
a terminal, but we lose the ability to tell them apart.
If there is not a pty available then we use un-prefixed output as normal.
This change has also introduced the need for a signal pipe so that
SIGCHLD can exit the loop cleanly.
2007-09-21 08:49:43 +00:00
Roy Marples
936dc94351
API change! rc_ls_dir, rc_get_config and rc_get_list no longer take
...
a starting list as a first argument. Instead, use rc_strlist_join
to append or prepend the new list to an existing list.
2007-09-18 12:04:51 +00:00
Roy Marples
f1bba12892
API change! rc_strlist_add and friends now take char *** instead of
...
char ** and return a pointer to the item added instead of the new
list head. This is so we can easily tell if the item was successfully
added or not instead of iterating through the list looking for it.
list = rc_strlist_add (list, item);
becomes
rc_strlist_add (&list, item);
2007-09-18 11:36:55 +00:00
Roy Marples
d095d4d8f5
strdup -> rc_xstrdup
2007-09-06 08:59:35 +00:00
Roy Marples
d6acd7d83e
Move more stuff to #defines
2007-08-28 09:13:46 +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
f8c1ee736c
Add help to rc-update #188170 and tidy up the code a fair bit.
2007-08-08 22:35:32 +00:00
Roy Marples
023d66578b
Rename variable
2007-07-10 19:14:37 +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
d6c72cc87c
Fix error and only let root run init commands except for status and help
2007-07-02 19:57:18 +00:00
Roy Marples
46cd245ee3
Use clock MONOTONIC to timeout, not localtime, #177514
2007-05-11 08:58:19 +00:00
Roy Marples
e18377acca
Don't timeout waiting for checkfs and checkroot. Do a better fix later.
2007-05-02 15:17:03 +00:00