Commit Graph

352 Commits

Author SHA1 Message Date
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