Roy Marples
46bb4b8f8b
Allow 'after *; before local;' to work
2007-11-22 11:25:08 +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
af510fb316
We can still update deptree if needed services are missing
2007-10-23 10:06:15 +00:00
Roy Marples
a6ae4a6cde
This is probably better
2007-10-15 16:03:49 +00:00
Roy Marples
5d215f9d63
const correctness
2007-10-15 14:40:53 +00:00
Roy Marples
20a149b2c7
malloc over fatty buffers
2007-10-12 00:01:33 +00:00
Roy Marples
4bdf9ab63e
rc_deptree_order_services -> rc_deptree_order
2007-10-10 13:11:35 +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
05b8eff319
Punt rc_ls_dir
2007-10-05 10:16:14 +00:00
Roy Marples
87ea3e9e3b
Punt rc_is_dir
2007-10-04 16:54:29 +00:00
Roy Marples
379b66936c
depinfo and deptype are now internal use only. rc-depend cuddles up to getopt.
2007-10-04 13:38:47 +00:00
Roy Marples
a470700710
Rename config funcs
2007-10-03 14:43:05 +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
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
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
81c009e47d
Don't be an ass - don't free the 2nd list. Instead just empty it.
2007-09-18 15:43:19 +00:00
Roy Marples
75b5fdff29
Match the recent api change to rc_strlist_join also. We now free the 2nd list for ease of use.
2007-09-18 14:08:56 +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
7aaa601aad
needsme should always be valid too
2007-08-17 13:23:02 +00:00
Roy Marples
6e5c8f8e5a
Add esyslog support
2007-08-16 16:53:20 +00:00
Roy Marples
3950eb6eba
`config /etc/fstab' can now be used in depend() functions to show that
...
the deptree should be regenerated if /etc/fstab has changed.
2007-08-15 14:49:41 +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
6343b48893
RC_DEPEND_STRICT now controls dependency strictness.
...
If yes then we only use services in the boot and default runlevels,
regradless of service state.
If no then we take into account coldplugged services and the state
of currently running services.
Fixes #185640 .
2007-07-21 12:49:51 +00:00
Roy Marples
356c41f77c
Punt the dodgy ebuffer code. We now force prefixing for parallel starts which also reduces our variable pollution.
2007-07-11 12:06:37 +00:00
Roy Marples
3a9375c7df
Make the provided code a little more readable and fix a bug when calculating provided services changing from single to default runlevel
2007-07-02 22:05:38 +00:00
Roy Marples
2569e85579
strdup -> rc_xstrdup
2007-04-19 14:54:35 +00:00
Mike Frysinger
a822d2d118
kill off internal relocations for librc.so
2007-04-13 14:08:16 +00:00
Roy Marples
ffc96d8d89
Change veinfo and friends to einfov. Rationale - we may need veinfo to support va_list in the future.
2007-04-10 16:11:20 +00:00
Roy Marples
240399534c
int -> time_t
2007-04-10 14:03:37 +00:00
Roy Marples
d3db9e9910
Fix indentation
2007-04-10 11:24:58 +00:00
Roy Marples
6c29966364
We don't use err.h
2007-04-07 08:46:42 +00:00
Roy Marples
657be65340
Misc fixes, plugged a memory leak in runscript.c and use va_copy to avoid nasty segfaults
2007-04-06 01:04:07 +00:00
Roy Marples
308042c87b
We now compile on OpenBSD (no idea if it works or not yet)
2007-04-05 15:01:09 +00:00
Roy Marples
5af58b4514
Rewrite the core parts in C. We now provide librc so other programs can
...
query runlevels, services and state without using bash. We also provide
libeinfo so other programs can easily use our informational functions.
As such, we have dropped the requirement of using bash as the init script
shell. We now use /bin/sh and have strived to make the scripts as portable
as possible. Shells that work are bash and dash. busybox works provided
you disable s-s-d. If you have WIPE_TMP set to yes in conf.d/bootmisc you
should disable find too.
zsh and ksh do not work at this time.
Networking support is currently being re-vamped also as it was heavily bash
array based. As such, a new config format is available like so
config_eth0="1.2.3.4/24 5.6.7.8/16"
or like so
config_eth0="'1.2.3.4 netmask 255.255.255.0' '5.6.7.8 netmask 255.255.0.0'"
We will still support the old bash array format provided that /bin/sh IS
a link it bash.
ChangeLog for baselayout-1 can be found in our SVN repo.
2007-04-05 11:18:42 +00:00