88ccccc22a
Move runlevel and lib logic to the sub Makefiles
2007-11-19 16:42:28 +00:00
81715c3159
Display version on start and allow --version to work
2007-11-19 16:41:36 +00:00
eb20d7d786
Add a README with some installation instructions and a bit of history
2007-11-19 16:10:33 +00:00
5ffb62f75b
A few comments about PREFIX
2007-11-19 14:01:28 +00:00
5f8cf73b22
Our build chain now works with GNU and BSD make implementations
2007-11-19 13:48:43 +00:00
2ef9c5c520
Only start plugins once we have made an exclusive file
2007-11-19 13:46:09 +00:00
da153631e7
Run the hook_out if set
2007-11-16 11:58:41 +00:00
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
959219f236
Vanilla FreeBSD make is now supported for src
2007-11-15 15:25:51 +00:00
0c25b359de
Allow bash arrays to be flattened to make some configs easier.
2007-11-14 18:23:59 +00:00
a215128475
Install our .so links to /usr/lib
2007-11-14 16:42:56 +00:00
ed20354fdb
add etc back for BSD installing rc and rc.shutdown
2007-11-14 16:39:07 +00:00
4888f3c97d
wpa_supplicant also works on wired interfaces, Gentoo #198722 .
2007-11-14 16:25:47 +00:00
69a040bf85
Show help if we don't have any args, Gentoo #198380 .
2007-11-14 16:19:56 +00:00
a8f4032d29
We don't define a version yet.
2007-11-14 15:32:01 +00:00
d3b7a91796
Use realpath to resolve our service.
2007-11-14 15:29:25 +00:00
75f5b5fe1d
These files belong in baselayout
2007-11-14 15:23:20 +00:00
39227ede1d
relicense as 2-clause BSD, with the kind permission of Gentoo
2007-11-14 15:22:04 +00:00
28d9d86dd5
We should always give eend a message.
2007-11-14 14:04:34 +00:00
f8ad30fc6e
Really remove env-update
2007-11-14 13:46:21 +00:00
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
ccf79ceb47
Control of system defined env vars should not be done by us.
2007-11-14 13:39:34 +00:00
b439703b4d
These files belong with baselayout
2007-11-14 13:34:42 +00:00
0874acb08c
set homedir of uucp to /var/spool/uucp
2007-11-14 08:06:11 +00:00
be1d1dd4c3
Move mail user/group and postmaster user to the mailbase package.
2007-11-14 07:58:02 +00:00
954c09f6da
initialize s
2007-11-04 10:13:48 +00:00
388f3ab9c5
Fix up display for tab delimited foo
2007-11-02 17:03:29 +00:00
3f65743264
Fix example
2007-11-02 15:24:45 +00:00
7003483a91
Fix ppp config, #197775 .
2007-11-02 11:02:07 +00:00
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
54a8d55926
Fixor IP comment and logic thanks to vapier
2007-11-02 07:26:51 +00:00
80124a050c
Work cleanly with bridges on kernels without TCP, #197791 .
2007-11-01 22:25:53 +00:00
a1f80bc7a7
Fix rmnlogin for parallel startup
2007-11-01 18:30:14 +00:00
be13c0018b
Fix fallback, #197788 .
2007-11-01 18:15:30 +00:00
02f47103e3
Fix some more, #180888 .
2007-11-01 15:53:52 +00:00
c3690f2d1b
Document mdev
2007-11-01 12:08:27 +00:00
cef90a05a7
Release rc6
2007-10-31 22:56:53 +00:00
c8de77fbbe
Fix starting state and clean some whitespace
2007-10-31 22:34:26 +00:00
9fa717fb1d
whitespace
2007-10-31 22:12:39 +00:00
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
feed4b4c90
Use default IFS here
2007-10-30 13:17:27 +00:00
9d1c1b66e5
Fix vconfig and remove debug
2007-10-30 13:08:29 +00:00
6ffd3b5289
You can now spoof the source address for arping as the third parameter in gateways_eth0 if you have arping2 installed, #180888 .
2007-10-30 11:39:19 +00:00
1152e2677c
Embed newlines in __IFS to save our identing
2007-10-30 11:38:46 +00:00
05f119a78e
Embed newlines in __IFS to save our identing
2007-10-30 11:38:23 +00:00
7d2c240c25
Embed newlines in __IFS to save our identing
2007-10-30 11:37:49 +00:00
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
8c85fa399f
Do an exact match on tmpfs
2007-10-29 13:58:40 +00:00
e2ba92f773
/etc/mtab is now a true reflection on /proc/mounts. The only exception is that we punt any / on tmpfs entry, #194615 .
2007-10-29 13:53:21 +00:00
e372729b8c
Network config arrays are now split by embedded new lines instead of being evaled into space separated values. This makes it easier to read, maintain and document as discussed on gentoo-dev.
2007-10-29 09:45:49 +00:00