52f33e2815Compile on fbsd.
Roy Marples
2007-10-01 08:42:27 +0000
1a6912d7ebFix dns timeout comment, #19405 thanks to Patrik Wenger.
Roy Marples
2007-09-30 14:35:41 +0000
d3d0fd2d9cFix dns timeout comment, #19405 thanks to Patrik Wenger.
Roy Marples
2007-09-30 14:35:12 +0000
0fae5deeb1Plug a leak
Roy Marples
2007-09-29 17:20:52 +0000
7d5c82cf63rc_wait_service -> rc_service_wait
Roy Marples
2007-09-29 17:03:38 +0000
f795cd20f8librc doesn't use libeinfo
Roy Marples
2007-09-29 17:03:21 +0000
b19e646575Rationalise more functions into rc_service_
Roy Marples
2007-09-29 16:54:58 +0000
837f43e163librc no longer uses libeinfo. deptree function names are now all under rc_deptree_
Roy Marples
2007-09-29 16:42:08 +0000
b153f67fe3Ensure reading the console still works in parallel startup
Roy Marples
2007-09-29 10:17:28 +0000
162887c364-C should force no colour as well
Roy Marples
2007-09-28 19:29:59 +0000
fc1bfe4234Crashed is not a baselayout state as such
Roy Marples
2007-09-28 15:04:15 +0000
7274301be2rc_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.
Roy Marples
2007-09-28 14:53:38 +0000
befddaf241keymaps now sets unicode keyboard on all defined ttys, #192442 thanks to Pacho Ramos.
Roy Marples
2007-09-28 12:54:48 +0000
b894cdb738net.sh now checks to see if root is net mounted if no predown function exists, #194074.
Roy Marples
2007-09-28 12:46:59 +0000
6f7f447978enums are now fixed to specific values and are in UPPER CASE.
Roy Marples
2007-09-28 12:29:23 +0000
e89c2c5d60The rc_depinfo_t and rc_deptype_t structures are not for public consumption.
Roy Marples
2007-09-27 23:16:40 +0000
8c402e53eeClean makefile for duplicate rules
Roy Marples
2007-09-27 22:14:23 +0000
1d0b234e94Fix Makefile for pmake, document s-s-d options and increase usage gap
Roy Marples
2007-09-26 10:46:44 +0000
46af0c7ddbIf it's in fstab, let mount work everything out instead of us.
Roy Marples
2007-09-26 10:09:27 +0000
675d0a94c7No need for bash here
Roy Marples
2007-09-26 09:16:41 +0000
5f5302ef64use __ prefixes so we dont have to worry about user #defines causing havoc in the normal namespace
Mike Frysinger
2007-09-26 09:08:07 +0000
5b57534ce7mark usage() as no return
Mike Frysinger
2007-09-26 09:07:31 +0000
727a2d90eeadd some tests to make sure our exported symbols are sane
Mike Frysinger
2007-09-26 08:44:39 +0000
9f315994b5Duh, wrong way around
Roy Marples
2007-09-26 08:43:32 +0000
f0c7e8e02fadd hidden definition for rc_waitpid()
Mike Frysinger
2007-09-26 08:39:16 +0000
3d484acec3passno needs an argument
Roy Marples
2007-09-26 08:05:49 +0000
ef0df58761Fix rc_env_bool
Roy Marples
2007-09-26 07:52:48 +0000
e24d808fc5Handle fstab with spaces
Roy Marples
2007-09-26 07:30:00 +0000
8a7b58a73drc_is_env is now rc_env_bool and just works with boolean values.
Roy Marples
2007-09-26 07:05:33 +0000
ab0edd43b9unify verbose/quiet handling
Mike Frysinger
2007-09-25 23:17:25 +0000
7d9acd968fdisplay whether an option takes an argument in the usage output
Mike Frysinger
2007-09-25 22:57:32 +0000
8ce7911f10Fix short opts
Roy Marples
2007-09-25 22:50:27 +0000
cc3c5ad111fstabinto now behaves more like mountinfo with respect to --quiet
Roy Marples
2007-09-25 22:45:57 +0000
da471b7debRework fstabinfo so it makes more sense
Roy Marples
2007-09-25 22:21:28 +0000
15b703c6e4No need for that sed anymore
Roy Marples
2007-09-25 19:18:09 +0000
6a14825e74Use bools
Roy Marples
2007-09-25 17:32:12 +0000
c6c7df47a0Revert last patch
Roy Marples
2007-09-25 17:30:07 +0000
1a6451654fWe no longer use bool in our public headers, using int instead.
Roy Marples
2007-09-25 17:19:02 +0000
b24e877948Retain behavior where rc-update del warns if nothing changed.
Mike Frysinger
2007-09-25 17:03:19 +0000
6fc541a9b8Retain behavior where rc-update del foo deletes foo from all runlevels.
Mike Frysinger
2007-09-25 16:42:59 +0000
284286004eAdd support for describing the options in the C programs.
Mike Frysinger
2007-09-25 16:21:38 +0000
17f430c0b9Skip consolefont setup when RC_TTY_NUMBER is set to 0.
Mike Frysinger
2007-09-25 15:55:47 +0000
1e4e8ed27aInitial doxygen documentation for rc.h and einfo.h. Plus some header clean ups.
Roy Marples
2007-09-25 15:38:21 +0000
a2e5c4513eUse -t for -fstype to match mount to make vapier happy
Roy Marples
2007-09-25 12:22:48 +0000
9d9880feacoutdent properly
Roy Marples
2007-09-25 12:20:25 +0000
bbac5bbf8aWork with wpa_supplicant in /usr
Roy Marples
2007-09-25 12:20:00 +0000
f383365493Do not require portmap in netmount when nolock option is used with nfs mounts and fixup the test so that it actually works.
Mike Frysinger
2007-09-25 02:29:56 +0000
450cc13a5cdump a useful error message if nothing happened
Mike Frysinger
2007-09-25 01:47:02 +0000
5e28066929split links out into a sep target so implicit rules dont cause problems
Mike Frysinger
2007-09-25 01:42:24 +0000
cb2959ef76Use mkdir to test.
Roy Marples
2007-09-24 15:28:48 +0000
ccfbb4ad45Use mkdir to test. Also, quote for robustness
Roy Marples
2007-09-24 15:27:06 +0000
da90cc630eRemove debug lines
Roy Marples
2007-09-24 12:11:50 +0000
e95cea3d86Split our rc commands out into general use vs service commands
Roy Marples
2007-09-24 12:09:43 +0000
71e0d9e371Default timezone to Factory
Roy Marples
2007-09-24 11:29:05 +0000