Commit Graph

221 Commits

Author SHA1 Message Date
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
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
e89c2c5d60 The rc_depinfo_t and rc_deptype_t structures are not for public consumption. 2007-09-27 23:16:40 +00:00
Roy Marples
8c402e53ee Clean makefile for duplicate rules 2007-09-27 22:14:23 +00:00
Roy Marples
1d0b234e94 Fix Makefile for pmake, document s-s-d options and increase usage gap 2007-09-26 10:46:44 +00:00
Roy Marples
46af0c7ddb If it's in fstab, let mount work everything out instead of us. 2007-09-26 10:09:27 +00:00
Roy Marples
675d0a94c7 No need for bash here 2007-09-26 09:16:41 +00:00
Mike Frysinger
5f5302ef64 use __ prefixes so we dont have to worry about user #defines causing havoc in the normal namespace 2007-09-26 09:08:07 +00:00
Mike Frysinger
5b57534ce7 mark usage() as no return 2007-09-26 09:07:31 +00:00
Mike Frysinger
727a2d90ee add some tests to make sure our exported symbols are sane 2007-09-26 08:44:39 +00:00
Roy Marples
9f315994b5 Duh, wrong way around 2007-09-26 08:43:32 +00:00
Mike Frysinger
f0c7e8e02f add hidden definition for rc_waitpid() 2007-09-26 08:39:16 +00:00
Roy Marples
3d484acec3 passno needs an argument 2007-09-26 08:05:49 +00:00
Roy Marples
ef0df58761 Fix rc_env_bool 2007-09-26 07:52:48 +00:00
Roy Marples
e24d808fc5 Handle fstab with spaces 2007-09-26 07:30:00 +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
Mike Frysinger
ab0edd43b9 unify verbose/quiet handling 2007-09-25 23:17:25 +00:00
Mike Frysinger
7d9acd968f display whether an option takes an argument in the usage output 2007-09-25 22:57:32 +00:00
Roy Marples
8ce7911f10 Fix short opts 2007-09-25 22:50:27 +00:00
Roy Marples
cc3c5ad111 fstabinto now behaves more like mountinfo with respect to --quiet 2007-09-25 22:45:57 +00:00
Roy Marples
da471b7deb Rework fstabinfo so it makes more sense 2007-09-25 22:21:28 +00:00
Roy Marples
6a14825e74 Use bools 2007-09-25 17:32:12 +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
Mike Frysinger
b24e877948 Retain behavior where rc-update del warns if nothing changed. 2007-09-25 17:03:19 +00:00
Mike Frysinger
6fc541a9b8 Retain behavior where rc-update del foo deletes foo from all runlevels. 2007-09-25 16:42:59 +00:00
Mike Frysinger
284286004e Add support for describing the options in the C programs. 2007-09-25 16:21:38 +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
a2e5c4513e Use -t for -fstype to match mount to make vapier happy 2007-09-25 12:22:48 +00:00
Mike Frysinger
450cc13a5c dump a useful error message if nothing happened 2007-09-25 01:47:02 +00:00
Mike Frysinger
5e28066929 split links out into a sep target so implicit rules dont cause problems 2007-09-25 01:42:24 +00:00
Roy Marples
da90cc630e Remove debug lines 2007-09-24 12:11:50 +00:00
Roy Marples
e95cea3d86 Split our rc commands out into general use vs service commands 2007-09-24 12:09:43 +00:00
Roy Marples
495690ea5e Plug some leaks 2007-09-24 09:07:00 +00:00
Roy Marples
e0d06f556e Add extraopts to our usage 2007-09-21 11:52:37 +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
963229dce8 whitespace 2007-09-20 11:53:10 +00:00
Roy Marples
ccced38428 libeinfo now works out the number of columns from stdout rather than stdin, #188506. 2007-09-20 11:47:04 +00:00
Roy Marples
c1cd1da595 Warn if file/directory mismatch 2007-09-19 17:18:43 +00:00
Roy Marples
50ea72ef4b Allow checkown to create files too. 2007-09-19 17:08:25 +00:00
Roy Marples
40a1beabe0 Move the error messages to the option parsing 2007-09-19 16:54:23 +00:00
Roy Marples
b6aa1c857c Added the checkown applet based on the work by Renato Caldas, #192682
checkdir ensures that the specified files (or directories) are owned
by the current user/group or as specified on the command line. You can
optionally check permissions too.
2007-09-19 16:27:37 +00:00
Roy Marples
a74dd430d5 Punt rc_xcalloc as nothing uses it 2007-09-19 13:55:01 +00:00
Roy Marples
77f9015f0b /lib/rcscripts -> /lib/rc 2007-09-19 13:53:40 +00:00
Roy Marples
987c72f12f --opts to --options 2007-09-19 11:53:35 +00:00
Roy Marples
5248fb52fa plugin hook function is now rc_plugin_hook instead of a name based
on the name of the plugin.
2007-09-19 09:00:43 +00:00
Roy Marples
1996a1e032 Hide errors caused by old splash plugin for the time being 2007-09-18 16:57:39 +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