Roy Marples
534691a2a5
Fix compile on BSD.
2008-02-02 00:44:04 +00:00
Roy Marples
e2919519d7
Using syscall in a vfork is safe for sigaction and sigprogmask.
2008-02-02 00:38:06 +00:00
Roy Marples
ad04517623
Block signals to avoid fork /signal races.
2008-02-02 00:17:35 +00:00
Roy Marples
fef5d0af59
Constantise as much as possible so that it reduces COW usage.
2008-02-01 19:54:46 +00:00
Roy Marples
f12f3e0641
Factor out the str attribute in the ecolors array to its own array. This way ecolors can be marked const.
2008-02-01 15:09:59 +00:00
Roy Marples
f2ce40d90b
Use sigaction over signal.
2008-02-01 13:20:19 +00:00
Roy Marples
ec912fa717
Fix compile on BSD
2008-02-01 00:32:50 +00:00
Roy Marples
1e9be161b9
Fix up deps for new scripts.
2008-01-31 18:01:20 +00:00
Roy Marples
84ad9a40a6
Use the variable instead of type for sizeof.
2008-01-30 15:01:37 +00:00
Roy Marples
3506cb2dc7
Ensure that we use our default CFLAGS if none set.
2008-01-30 15:00:58 +00:00
Roy Marples
3f0381e3e6
Use the variable instead of type for sizeof.
2008-01-30 14:46:08 +00:00
Roy Marples
61e36be694
Add xzalloc function to reduce size.
2008-01-30 14:34:55 +00:00
Roy Marples
51a9c647b9
Allow !net to remove the net provision from dependencies.
2008-01-30 13:37:20 +00:00
Roy Marples
4bdfccc2c2
Fix adding net scripts to the boot runlevel.
2008-01-30 12:50:44 +00:00
Roy Marples
2be93c3e0e
Specify install modes for all our files.
2008-01-30 10:02:53 +00:00
Roy Marples
39d88dc809
Fix branding.
2008-01-29 14:55:35 +00:00
Roy Marples
9112bd58ca
Do our coldplug at the end of sysinit as there's no guarantee that the boot runlevel will be called before the default runlevel.
2008-01-29 13:52:54 +00:00
Roy Marples
d8240a1aea
If we don't have any branding, then add some uname info at startup.
2008-01-29 10:03:45 +00:00
Roy Marples
9ce3086bf5
Fix service_started_daemon, bug #11
2008-01-28 13:16:33 +00:00
Roy Marples
649a710552
Quiet some more lint warnings.
2008-01-22 11:07:39 +00:00
Roy Marples
b4bff9ce5e
Quiet some lint warnings.
2008-01-22 10:29:15 +00:00
Roy Marples
e5baa6ad37
Quiet some lint warnings.
2008-01-22 10:10:09 +00:00
Roy Marples
cbe5648158
Define our x* functions as unused rather than inline for a massive space saving.
2008-01-22 09:35:42 +00:00
Roy Marples
2007ed4b95
Prefer for (;;) over while (1)
2008-01-21 16:10:38 +00:00
Roy Marples
07728abbc1
Checking first char for null is more efficient than strlen.
2008-01-21 15:30:40 +00:00
Roy Marples
847ccac13c
Testing the first character for NULL is more efficient than checking a strlen of 0.
2008-01-21 15:20:05 +00:00
Roy Marples
28618c8174
should not produce a red star
2008-01-21 14:31:21 +00:00
Roy Marples
773c2b9ca6
We should never change the list passed to rc_config_value.
2008-01-18 14:01:48 +00:00
Roy Marples
87f785cc31
Style.
2008-01-18 13:30:12 +00:00
Roy Marples
b6be36e5ea
Don't enforce a C99 compiler.
2008-01-18 11:27:49 +00:00
Roy Marples
862e07c8fd
rc_coldplug=no really stops all coldplug events
2008-01-18 10:04:21 +00:00
Roy Marples
c6774d1c74
If adding to the boot runlevel, ensure that the realpath of the resolved service points to /etc/init.d/$service
2008-01-15 19:47:48 +00:00
Roy Marples
38f8eee495
We should not use options for rc-update, as add, delete and such are commands.
2008-01-15 09:50:14 +00:00
Roy Marples
3e0f49b846
rc_newer_than no longer tests if souce has data, making it a more logical function. As such, we add the existss function to check for existance and size when checking to see if the deptree needs an update.
2008-01-15 09:24:50 +00:00
Roy Marples
7fe30026b3
Fix rc changing runlevels after splitting out the applets.
2008-01-14 19:53:56 +00:00
Roy Marples
46294cba02
Fix shell_var as reported by lamusic.
2008-01-14 16:17:03 +00:00
Roy Marples
62d793f7ff
Fix is_older_than.
2008-01-14 14:41:02 +00:00
Roy Marples
e068757810
Put the applets into rc-applet.c so that rc.c is easier to manage.
2008-01-14 14:24:20 +00:00
Mike Frysinger
d810e597dc
partial revert of previous commit -- the rpath stuff was meant to be kept local only
2008-01-14 10:18:52 +00:00
Roy Marples
d695407114
Add support for is_newer_than and is_older_than. is_older_than currently doesn't work as expected, but is_newer_than works fine.
2008-01-14 08:12:37 +00:00
Mike Frysinger
e49e5b147c
tweak help since this works for dirs and files
2008-01-14 05:48:31 +00:00
Mike Frysinger
357d3ecf84
fix --mode parsing by checking the proper function parameter
2008-01-14 05:39:01 +00:00
Mike Frysinger
0b815cc67f
add missing "-d" option
2008-01-14 05:32:47 +00:00
Mike Frysinger
09b958b99d
add shortcuts for generating symlinks
2008-01-14 05:32:39 +00:00
Mike Frysinger
6aab712cb4
strip trailing newlines
2008-01-14 05:05:22 +00:00
Roy Marples
87e4e4410c
Remove rc_service_plugable function and make it private as it needs to read from our config file.
2008-01-13 17:47:23 +00:00
Roy Marples
7f9ea7c7c4
Fix PAM install
2008-01-13 10:21:22 +00:00
Roy Marples
5bf95bd3f3
Use MKTERMCAP and MKPAM so we don't use env vars TERMCAP or PAM inadvertently.
2008-01-12 20:38:57 +00:00
Roy Marples
9c5300d4ae
Many termcap db's don't have ch or RI even though they do work
2008-01-12 20:38:26 +00:00
Roy Marples
abde759d5b
Re-indent to a standard tw of 8.
2008-01-11 15:51:40 +00:00
Roy Marples
2d95c9a756
Loads of NetBSD tweaks here.
2008-01-10 23:22:46 +00:00
Roy Marples
4314784520
Allow for OS and SUBOS folders so we can introduce NetBSD scripts whilst keeping BSD for all BSD's.
2008-01-10 16:35:59 +00:00
Roy Marples
2643f2e605
Fix installing libs.
2008-01-10 08:29:41 +00:00
Roy Marples
5b30c5154d
install correctly on NetBSD.
2008-01-09 23:47:15 +00:00
Roy Marples
ddf25cbcb7
Compile without warnings on NetBSD
2008-01-09 23:22:04 +00:00
Roy Marples
06634f6309
Style updates.
2008-01-09 11:44:43 +00:00
Roy Marples
2e35d2a73c
Avoid valgrind errors with getline.
2008-01-07 19:12:58 +00:00
Roy Marples
81b8e5450e
Really fix off by one error.
2008-01-07 15:27:26 +00:00
Roy Marples
fa898af791
Fix an off by one error.
2008-01-07 14:59:17 +00:00
Roy Marples
d22fc0dd93
Allow depend creation again. This doesn't work on GNU make, but does on all others.
2008-01-07 14:20:13 +00:00
Roy Marples
43d0f3fc76
rc_getline keeps expanding it's malloced buffer until it has read a whole line or EOF. All functions which read into static buffers have been changed to use fhis function to avoid any potential overflows and to ensure we really do read a long long config line.
2008-01-07 12:29:30 +00:00
Roy Marples
74e0e58b89
Stop using CPPFLAGS
2008-01-07 09:39:44 +00:00
Roy Marples
789bd6ab09
Install the static archive in /usr/lib
2008-01-06 23:30:20 +00:00
Roy Marples
4a4a340967
Fix userland einfo when passed with no arguments
2008-01-06 23:00:26 +00:00
Roy Marples
26f5eeece1
Fix branding
2008-01-06 21:44:26 +00:00
Roy Marples
16a2c82bd1
We should check we resolved a service before stating it's existance.
2008-01-06 21:06:47 +00:00
Roy Marples
b1540cba5b
Use a dynamically expanding buffer for reading config files.
2008-01-06 19:52:43 +00:00
Roy Marples
8afb86a5de
Set include paths in Makefile instead of .c files
2008-01-06 13:47:39 +00:00
Roy Marples
62ef80e7f8
Add our version maps back
2008-01-06 11:38:37 +00:00
Roy Marples
2b54426bd3
librc needs kvm on bsd.
2008-01-06 00:50:19 +00:00
Roy Marples
75815abd6c
Fix installing pam files
2008-01-05 20:54:34 +00:00
Roy Marples
44d63fdec6
Fix installing links
2008-01-05 20:53:28 +00:00
Roy Marples
20b50e57b9
Add missing Makefile
2008-01-05 20:49:48 +00:00
Roy Marples
e6c9bdf2a3
Add the missing changes from the recent Makefile updates
2008-01-05 20:43:32 +00:00
Roy Marples
c92be49041
Move the env whitelists to an rc var and build in the system whitelist.
2008-01-05 20:43:08 +00:00
Roy Marples
ac21d75300
Add some .mk stubs to impersonate bsk .mk files to make writing our Makefiles easier. libeinfo, librc and rc now have their own seperate directories. More work is needed to tidy this up though.
2008-01-05 19:25:55 +00:00
Mike Frysinger
112fbde453
use implicit rules for many things rather than hardcoding our own
2008-01-04 15:57:31 +00:00
Roy Marples
f5fb796619
We use -W in the loop vars, no don't duplicate in the test.
2008-01-04 15:47:34 +00:00
Mike Frysinger
09cf3342d5
do not hardcode ar or ranlib
2008-01-04 15:36:56 +00:00
Roy Marples
3d163f4548
Remove support for static and pam combined - too problematic.
2008-01-04 15:19:04 +00:00
Roy Marples
aa1129a71d
More static building fixes.
2008-01-04 14:46:45 +00:00
Roy Marples
633297a6ca
Support static building against a non static PAM.
2008-01-04 14:01:24 +00:00
Roy Marples
c13471f91f
Fix detection of Xen dom0 vs domU can use the right variable in init scripts.
2008-01-04 12:39:06 +00:00
Roy Marples
d7961bef66
Add BIN_LDFLAGS so that we can build static bins without affecting our shared libraries.
2008-01-04 11:06:58 +00:00
Roy Marples
5ce37e1cef
Ensure that copyright is unique for rc, librc and libeinfo. Also, fix branding a little.
2008-01-03 17:23:42 +00:00
Roy Marples
f56929ea7d
Put branding in version.h
2008-01-03 17:05:29 +00:00
Roy Marples
3a1cc82a8d
Allow a BRANDING define to be used.
2008-01-03 13:02:03 +00:00
Roy Marples
b6228a987e
Allow building without std=c99 defined
2008-01-03 13:01:43 +00:00
Roy Marples
301c378ffe
Make depend a global target
2008-01-02 17:28:35 +00:00
Roy Marples
b204eb57dc
Really dd depend target
2008-01-02 17:07:44 +00:00
Roy Marples
0855e685bd
Add depend target
2008-01-02 17:02:33 +00:00
Roy Marples
fadee8e656
Move _shell_var shell function to shell_var C applet
2008-01-02 15:38:37 +00:00
Mike Frysinger
409e73bc29
dont pollute namespace with our own local restrict keyword
2007-12-30 17:55:44 +00:00
Roy Marples
3bf35803da
Clean the failed dir when we start and end rc so that failed services can be re-attempted outside of rc
2007-12-29 18:59:24 +00:00
Roy Marples
b768255ee4
Don't install relative symlinks
2007-12-28 15:21:59 +00:00
Roy Marples
0c47c56cea
Although OpenRC requires C99, linking to us should not.
2007-12-28 15:07:28 +00:00
Roy Marples
7de72229a5
Remove forces spaces from ebracket and ensure ok matches eend output.
2007-12-24 13:55:40 +00:00
Roy Marples
5ee9dfff6d
rc-update show not default to show
2007-12-24 13:54:24 +00:00
Roy Marples
851cf10986
Don't mix code and decs
2007-12-20 18:49:44 +00:00
Roy Marples
cbea91cae5
Remove rc-help.sh and replace with a man page for runscript 8.
2007-12-20 17:39:13 +00:00
Roy Marples
f1d1281c04
Let service_started_daemon work off SVCNAME
2007-12-20 15:44:38 +00:00
Roy Marples
0560b64fcb
Add restrict keyword to einfo
2007-12-20 15:15:53 +00:00
Roy Marples
c474b810af
Constant data and pointers
2007-12-20 15:02:04 +00:00
Roy Marples
6b37d16a22
Fix service_*_value
2007-12-20 13:18:46 +00:00
Roy Marples
f02d9b6f6f
checkown -> checkpath
2007-12-19 14:46:38 +00:00
Roy Marples
ed620aec61
get_options -> service_get_value and save_options -> service_set_value
2007-12-19 14:28:38 +00:00
Roy Marples
bc9cc3dfb5
No need for that include
2007-12-19 14:08:33 +00:00
Roy Marples
4022522a81
cbasename -> basename_c
2007-12-19 13:53:52 +00:00
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
2f7218c984
Make checkown --user --group behave more like chown
2007-12-19 10:49:03 +00:00
Roy Marples
47887ac7c3
usage now requires a global applet var instead of a define, don't prefix describe output and use generic usage for runscript.
2007-12-18 18:01:05 +00:00
Roy Marples
c556731ad3
Allow service_* functions to work off SVCNAME if no arguments passed
2007-12-18 16:51:59 +00:00
Roy Marples
05a9d0e25e
Allow service_* functions to work off SVCNAME if no arguments passed
2007-12-18 16:48:56 +00:00
Roy Marples
d2e3fcae3c
Our tools should not inherit EINFO_QUIET from the curret environmet, Gentoo bug #201352
2007-12-14 23:01:28 +00:00
Roy Marples
10edca8e0e
Only assume the current runlevel if none specified
2007-12-14 23:00:29 +00:00
Roy Marples
afdcf1fa15
udev requires try function and the modules-update program should take care of any 2.4 vs 2.6 kernel issues. Also add vim instructions to a few files.
2007-12-14 20:09:53 +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
b73bd04cf3
If we need to regenrate the deptree in the boot runlevel, remove it afterwards as the dependencies may need programs brought up by localmount. The dependencies will be regenerated correctly in the next runlevel.
2007-12-14 12:23:13 +00:00
Roy Marples
2c3c27e251
Mirror the action of rc-update in baselayout-1, with the exception of adding to the currnet runlevel if no runlevel specified.
2007-12-08 12:10:45 +00:00
Roy Marples
9a6cfc0a9b
Add termcap support.
2007-12-08 02:50:35 +00:00
Roy Marples
0451576374
whitespace
2007-12-07 14:33:37 +00:00
Roy Marples
b1569127b4
Just check that ecolor returns a string > 0
2007-12-07 14:32:28 +00:00
Roy Marples
acf425e822
Include time.h on linux
2007-12-07 14:31:51 +00:00
Roy Marples
17585a3c04
Don't be spammy or interactive when we don't output
2007-12-06 11:16:27 +00:00
Roy Marples
a178d53202
Move RC_ to EINFO_ for all env vars related to einfo.
2007-12-06 10:48:00 +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
52b6cd1c9b
As ecolor does not take a tty, try and guess a valid one.
2007-12-03 16:16:08 +00:00
Roy Marples
82f7dae3e8
Warn about pidfiles not being created.
2007-12-03 13:38:23 +00:00
Roy Marples
44fe713062
RC_DEPEND_STRICT -> rc_depend_strict
2007-11-28 17:02:02 +00:00
Roy Marples
9252492d2f
We don't care about update-rc
2007-11-28 15:50:18 +00:00
Roy Marples
ac9279cc0d
Massive whitespace cleanup
2007-11-28 15:45:03 +00:00
Roy Marples
d651155b61
Sanitize our PATH a bit better, and terminate it correctly in start-stop-daemon.
2007-11-28 13:40:15 +00:00
Roy Marples
8df5860848
Use a more generic BSD define.
2007-11-28 10:06:31 +00:00
Roy Marples
f6033cfb26
git clean before dist, and add some ignore files
2007-11-27 16:13:42 +00:00
Roy Marples
7921d9f3d0
Change to hilite and space a little more
2007-11-26 09:36:40 +00:00
Roy Marples
5f120db647
Fix install permissions a little
2007-11-23 14:42:19 +00:00
Roy Marples
d81def80b0
Move /etc/conf.d/rc to /etc/rc.conf.
...
Lowercase all configurable variables, non configurations remain uppercase.
Replace rc_env_bool with rc_yesno.
Split localmount info procfs (Linux) and dumpon, savecore (BSD)
2007-11-23 12:04:11 +00:00
Roy Marples
f077f179ed
touch ups
2007-11-22 21:46:51 +00:00
Roy Marples
7cf049cb35
Fix execing a for argument list too long
2007-11-22 12:09:46 +00:00
Roy Marples
46bb4b8f8b
Allow 'after *; before local;' to work
2007-11-22 11:25:08 +00:00
Roy Marples
0c52821cba
We cannot use realpath to resolv services as some are symlinks.
2007-11-21 15:38:07 +00:00
Roy Marples
a76f2c20e4
opts -> extra_commands. This is much more descriptive.
2007-11-20 18:19:48 +00:00
Roy Marples
c94bfb2f9b
Open RC -> OpenRC
2007-11-20 13:44:03 +00:00
Roy Marples
6be2c2934b
rc.c needs version.h
2007-11-19 18:36:10 +00:00
Roy Marples
88ccccc22a
Move runlevel and lib logic to the sub Makefiles
2007-11-19 16:42:28 +00:00
Roy Marples
81715c3159
Display version on start and allow --version to work
2007-11-19 16:41:36 +00:00
Roy Marples
5f8cf73b22
Our build chain now works with GNU and BSD make implementations
2007-11-19 13:48:43 +00:00
Roy Marples
2ef9c5c520
Only start plugins once we have made an exclusive file
2007-11-19 13:46:09 +00:00
Roy Marples
da153631e7
Run the hook_out if set
2007-11-16 11:58:41 +00:00
Roy Marples
505f6951c4
If starting and started or stopping and stopped, just warn and continue. Fixes Gentoo bug #176452 again.
2007-11-16 11:55:08 +00:00
Roy Marples
959219f236
Vanilla FreeBSD make is now supported for src
2007-11-15 15:25:51 +00:00
Roy Marples
a215128475
Install our .so links to /usr/lib
2007-11-14 16:42:56 +00:00
Roy Marples
69a040bf85
Show help if we don't have any args, Gentoo #198380 .
2007-11-14 16:19:56 +00:00
Roy Marples
a8f4032d29
We don't define a version yet.
2007-11-14 15:32:01 +00:00
Roy Marples
d3b7a91796
Use realpath to resolve our service.
2007-11-14 15:29:25 +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
28d9d86dd5
We should always give eend a message.
2007-11-14 14:04:34 +00:00
Roy Marples
f8ad30fc6e
Really remove env-update
2007-11-14 13:46:21 +00:00
Roy Marples
e31b9ab088
If we have specified a pidfile then we only stop the pid listed,
...
regardless of other arguments.
2007-11-14 13:45:20 +00:00
Roy Marples
ccf79ceb47
Control of system defined env vars should not be done by us.
2007-11-14 13:39:34 +00:00
Ned Ludd
954c09f6da
initialize s
2007-11-04 10:13:48 +00:00
Roy Marples
c8de77fbbe
Fix starting state and clean some whitespace
2007-10-31 22:34:26 +00:00
Roy Marples
7cd70aee4d
You can now log baselayout-2 again, through the RC_LOGGER conf.d/rc
...
setting. The log is temp stored in /lib/rc/init.d/rc.log and appended
to /var/log/rc.log if it's writeable. sysinit cannot be logged in Linux
as we rely on sysinit to bring the system up to a point where we can log.
single user cannot be logged on FreeBSD due to waitpid(0,0,0) incorrectly
waiting for the log daemon in another process group.
2007-10-31 15:46:56 +00:00
Roy Marples
c9fe3ade4c
rc --override foo will override the runlevel to load after boot or single user runlevels to avoid rc recursion, #196338
2007-10-29 16:02:18 +00:00
Roy Marples
c02cc42b1d
Fix the restarting of services depending on the script you're restarting
2007-10-26 12:22:26 +00:00
Roy Marples
f884223388
Use -D_BSD_SOURCE -D_XOPEN_SOURCE=500 in place of -D_GNU_SOURCE
2007-10-23 20:48:06 +00:00
Roy Marples
0764a6cb46
Stop using asprintf
2007-10-23 20:43:45 +00:00
Roy Marples
dc3bce5dae
interupt -> interrupt
2007-10-23 15:23:10 +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
c30b64a63a
Allow half a second for a working pidfile to be created and a tenth of a second for a daemon to bail.
2007-10-23 09:05:19 +00:00
Roy Marples
9dddb43eb4
Wait for plugins to finish before moving on.
2007-10-22 19:33:42 +00:00
Roy Marples
6b0c28039d
When getting an ecolor, we should check that stdout is a tty
2007-10-22 16:28:38 +00:00
Roy Marples
33aa2a0745
whitespace
2007-10-22 16:19:12 +00:00
Roy Marples
a28dd2d4ef
We now build and optionally work with static libraries.
2007-10-16 13:49:00 +00:00
Roy Marples
068b4798c2
Update dependencies if we're allowed too
2007-10-15 16:17:33 +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
c7f679e97e
Add trace to depopts
2007-10-15 11:20:27 +00:00
Roy Marples
f95e75f0e9
rc-status now orders services in start order, #195630
2007-10-15 11:17:57 +00:00
Roy Marples
20a149b2c7
malloc over fatty buffers
2007-10-12 00:01:33 +00:00
Roy Marples
e3bc6666d6
malloc data size, not pointer size
2007-10-11 23:17:53 +00:00
Roy Marples
77205862e3
Bump librc and libeinfo to .so.1
2007-10-11 15:05:02 +00:00
Roy Marples
d2813aff86
Yoiks, that comma shouldn't be there.
2007-10-11 14:00:56 +00:00
Roy Marples
e00bf23518
No need for that include
2007-10-11 13:56:38 +00:00
Roy Marples
ebcfd49e9c
Fix deleting items from string lists.
2007-10-11 10:11:12 +00:00
Roy Marples
64d1dd9da0
If / block device as in /etc/fstab does not exist, use /dev/root if it's available in checkroot, #171593 .
2007-10-11 09:49:54 +00:00
Roy Marples
07c8f8cfde
Fix rc.map
2007-10-10 13:49:52 +00:00
Roy Marples
4bdf9ab63e
rc_deptree_order_services -> rc_deptree_order
2007-10-10 13:11:35 +00:00
Roy Marples
e744a6ba24
Give more time to daemons
2007-10-10 11:55:55 +00:00
Roy Marples
25091eb4f4
Don't run the done hook twice
2007-10-10 06:24:08 +00:00
Roy Marples
183b7464d3
We should only have one block of code that restores state
2007-10-09 21:20:10 +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
d468572206
Improve applet help a little. Also, if mountinfo as any mounts given, work explictly with --netdev/--nonetdev
2007-10-09 17:41:53 +00:00
Roy Marples
db468457dc
Foo, should be a mask
2007-10-09 15:47:25 +00:00
Roy Marples
537ef36350
Ensure that runscript returns 0 when service is started
2007-10-09 15:44:22 +00:00
Roy Marples
dc0ba7ebf3
netmount, localmount, halt.sh and net scripts now check OS specific flags to see if a mount is network mounted (linux = fstab, *bsd = "local" in mount options) or not, #192772 .
2007-10-09 15:33:05 +00:00
Roy Marples
e89805e0c0
Quiet some compile time warnings on uclibc
2007-10-09 12:52:09 +00:00
Roy Marples
3ac49bd6b3
Fix help
2007-10-09 10:18:13 +00:00
Roy Marples
ee1b7d0141
Tidy up
2007-10-09 09:25:32 +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
e7dab9bb91
Move rc_env_filter and rc_env_config out of librc and into rc
2007-10-08 11:07:39 +00:00
Roy Marples
2691f95a3a
rc doesn't and shouldn't use libkvm
2007-10-05 12:04:19 +00:00
Roy Marples
cf53fe51b1
Don't bother holding the old errno
2007-10-05 12:00:18 +00:00
Roy Marples
632bd4d1f0
Fix a few errors with the last few commits
2007-10-05 11:31:17 +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
efe6e76cc1
rc_service_daemon_set now returns bool
2007-10-04 19:49:12 +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
a6f2713002
inline rc_xmalloc, rc_xrealloc and rc_xstrdup so that the library doesn't expose them.
2007-10-04 17:26:57 +00:00
Roy Marples
af5525f634
LS_DIRS -> LS_DIR
2007-10-04 17:02:44 +00:00
Roy Marples
15fde9a796
Punt rc_exists from public interface, move to private static inline
2007-10-04 17:00:56 +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
53176d12ad
document rc_deptree_depends
2007-10-04 14:15:49 +00:00
Roy Marples
8b874c9a0f
Revert making function private
2007-10-04 14:11:45 +00:00
Roy Marples
48cfeba8b2
Remove debug
2007-10-04 13:55:37 +00:00
Roy Marples
daf868394f
__rc_service_daemon_set is now a private function
2007-10-04 13:51:57 +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
422ac82ef9
librc.so and libeinfo.so now have symbol versions.
2007-10-03 15:46:02 +00:00
Roy Marples
6d5ac5716b
rc_make_env -> rc_env_config, rc_filter_env -> rc_env_filter
2007-10-03 14:48:50 +00:00
Roy Marples
a470700710
Rename config funcs
2007-10-03 14:43:05 +00:00
Roy Marples
fc3980b2e2
reorg our header a little
2007-10-03 14:31:16 +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
4c3bf59c5b
reorder header a little
2007-10-03 14:14:44 +00:00
Roy Marples
260318f24f
rc_get_runlevels -> rc_runlevel_list
2007-10-03 14:11:55 +00:00
Roy Marples
8abd6ebb11
hide eprefix
2007-10-03 12:55:27 +00:00
Roy Marples
034a18c548
Align correctly when passing output to grep.
2007-10-03 12:45:57 +00:00
Roy Marples
76d3ee58e1
Don't use colour when not a tty - like say when we're redirected to a file.
2007-10-03 12:43:50 +00:00
Roy Marples
ab38e54fed
Fix output for no colour
2007-10-03 11:53:20 +00:00
Roy Marples
932a4576ce
Respect COLUMNS
2007-10-03 11:49:08 +00:00
Roy Marples
b675ca4779
Compile fix
2007-10-02 14:37:30 +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
52f33e2815
Compile on fbsd.
2007-10-01 08:42:27 +00:00
Roy Marples
0fae5deeb1
Plug a leak
2007-09-29 17:20:52 +00:00
Roy Marples
7d5c82cf63
rc_wait_service -> rc_service_wait
2007-09-29 17:03:38 +00:00
Roy Marples
f795cd20f8
librc doesn't use libeinfo
2007-09-29 17:03:21 +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
b153f67fe3
Ensure reading the console still works in parallel startup
2007-09-29 10:17:28 +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