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
|
1a6912d7eb
|
Fix dns timeout comment, #19405 thanks to Patrik Wenger.
|
2007-09-30 14:35:41 +00:00 |
|
Roy Marples
|
d3d0fd2d9c
|
Fix dns timeout comment, #19405 thanks to Patrik Wenger.
|
2007-09-30 14:35:12 +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
|
162887c364
|
-C should force no colour as well
|
2007-09-28 19:29:59 +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
|
befddaf241
|
keymaps now sets unicode keyboard on all defined ttys, #192442
thanks to Pacho Ramos.
|
2007-09-28 12:54:48 +00:00 |
|
Roy Marples
|
b894cdb738
|
net.sh now checks to see if root is net mounted if no predown function
exists, #194074.
|
2007-09-28 12:46:59 +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
|
15b703c6e4
|
No need for that sed anymore
|
2007-09-25 19:18:09 +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 |
|
Mike Frysinger
|
17f430c0b9
|
Skip consolefont setup when RC_TTY_NUMBER is set to 0.
|
2007-09-25 15:55:47 +00:00 |
|