Commit Graph

563 Commits

Author SHA1 Message Date
Roy Marples
91db53cef3 Move sysctl into it's own init script 2007-11-20 12:10:32 +00:00
Roy Marples
d063cda7e1 Move the runlevel foo to it's own Makefile for ease of maintainance 2007-11-20 11:59:44 +00:00
Roy Marples
ed0074cb44 start -> stop 2007-11-20 10:32:47 +00:00
Roy Marples
df523ccfee runscript.sh now provides default start/stop functions if command and pidfile variables are set. We also run $cmd_pre and $cmd_post commands and return accordingly. 2007-11-20 10:24:40 +00:00
Roy Marples
46f25b2a72 No easy way of getting git status, so remove fancy checks. 2007-11-19 20:27:36 +00:00
Roy Marples
008d801a50 Punt the STYLE doc - prospective coders should always match upstream style. 2007-11-19 18:55:32 +00:00
Roy Marples
6be2c2934b rc.c needs version.h 2007-11-19 18:36:10 +00:00
Roy Marples
619c9dba38 Add a sample inittab 2007-11-19 18:31:40 +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
eb20d7d786 Add a README with some installation instructions and a bit of history 2007-11-19 16:10:33 +00:00
Roy Marples
5ffb62f75b A few comments about PREFIX 2007-11-19 14:01:28 +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
0c25b359de Allow bash arrays to be flattened to make some configs easier. 2007-11-14 18:23:59 +00:00
Roy Marples
a215128475 Install our .so links to /usr/lib 2007-11-14 16:42:56 +00:00
Roy Marples
ed20354fdb add etc back for BSD installing rc and rc.shutdown 2007-11-14 16:39:07 +00:00
Roy Marples
4888f3c97d wpa_supplicant also works on wired interfaces, Gentoo #198722. 2007-11-14 16:25:47 +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
75f5b5fe1d These files belong in baselayout 2007-11-14 15:23:20 +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
Roy Marples
b439703b4d These files belong with baselayout 2007-11-14 13:34:42 +00:00
Mike Frysinger
0874acb08c set homedir of uucp to /var/spool/uucp 2007-11-14 08:06:11 +00:00
Mike Frysinger
be1d1dd4c3 Move mail user/group and postmaster user to the mailbase package. 2007-11-14 07:58:02 +00:00
Ned Ludd
954c09f6da initialize s 2007-11-04 10:13:48 +00:00
Roy Marples
388f3ab9c5 Fix up display for tab delimited foo 2007-11-02 17:03:29 +00:00
Roy Marples
3f65743264 Fix example 2007-11-02 15:24:45 +00:00
Roy Marples
7003483a91 Fix ppp config, #197775. 2007-11-02 11:02:07 +00:00
Roy Marples
220f6f8fdb Fix an ifconfig calculation for shells that don't support the newer POSIX shell math expansion, #197856. 2007-11-02 10:07:10 +00:00
Roy Marples
54a8d55926 Fixor IP comment and logic thanks to vapier 2007-11-02 07:26:51 +00:00
Roy Marples
80124a050c Work cleanly with bridges on kernels without TCP, #197791. 2007-11-01 22:25:53 +00:00
Roy Marples
a1f80bc7a7 Fix rmnlogin for parallel startup 2007-11-01 18:30:14 +00:00
Roy Marples
be13c0018b Fix fallback, #197788. 2007-11-01 18:15:30 +00:00
Roy Marples
02f47103e3 Fix some more, #180888. 2007-11-01 15:53:52 +00:00
Roy Marples
c3690f2d1b Document mdev 2007-11-01 12:08:27 +00:00
Roy Marples
cef90a05a7 Release rc6 2007-10-31 22:56:53 +00:00
Roy Marples
c8de77fbbe Fix starting state and clean some whitespace 2007-10-31 22:34:26 +00:00
Roy Marples
9fa717fb1d whitespace 2007-10-31 22:12:39 +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
feed4b4c90 Use default IFS here 2007-10-30 13:17:27 +00:00
Roy Marples
9d1c1b66e5 Fix vconfig and remove debug 2007-10-30 13:08:29 +00:00