Commit Graph

631 Commits

Author SHA1 Message Date
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
Roy Marples
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
Roy Marples
1152e2677c Embed newlines in __IFS to save our identing 2007-10-30 11:38:46 +00:00
Roy Marples
05f119a78e Embed newlines in __IFS to save our identing 2007-10-30 11:38:23 +00:00
Roy Marples
7d2c240c25 Embed newlines in __IFS to save our identing 2007-10-30 11:37:49 +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
8c85fa399f Do an exact match on tmpfs 2007-10-29 13:58:40 +00:00
Roy Marples
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
Roy Marples
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
Roy Marples
42c231d760 Indent fixes 2007-10-27 09:53:56 +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
Roy Marples
a825e6f30f Format the script correctly, and fix ssids with spaces in hopefully once and for all 2007-10-25 09:11:18 +00:00
Roy Marples
795408632b Fix BSD wireless script 2007-10-25 06:41:29 +00:00
Roy Marples
1a673aa117 Advise not syncing time when running ntp daemons 2007-10-24 08:50:14 +00:00
Roy Marples
9bb59a93f2 Simply the clock script even more. This makes us very similar to Debians now 2007-10-24 07:26:05 +00:00
Roy Marples
663f21199a clock init script now works with busybox. 2007-10-23 22:49:21 +00:00
Roy Marples
f884223388 Use -D_BSD_SOURCE -D_XOPEN_SOURCE=500 in place of -D_GNU_SOURCE 2007-10-23 20:48:06 +00:00
Roy Marples
0764a6cb46 Stop using asprintf 2007-10-23 20:43:45 +00:00
Roy Marples
bf0cc2dac4 clock init script now handles /etc/adjtime correctly. CLOCK_ADJTIME hinted that it could change the location of /etc/adjtime. This is not the case. 2007-10-23 20:00:08 +00:00
Roy Marples
dc3bce5dae interupt -> interrupt 2007-10-23 15:23:10 +00:00
Roy Marples
af510fb316 We can still update deptree if needed services are missing 2007-10-23 10:06:15 +00:00
Roy Marples
85648ee5cd Fix tmp cleaning 2007-10-23 10:05:47 +00:00
Roy Marples
c30b64a63a Allow half a second for a working pidfile to be created and a tenth of a second for a daemon to bail. 2007-10-23 09:05:19 +00:00
Roy Marples
2d7f57d462 Fix init.sh for shm again 2007-10-22 20:24:00 +00:00
Roy Marples
9dddb43eb4 Wait for plugins to finish before moving on. 2007-10-22 19:33:42 +00:00
Roy Marples
6b0c28039d When getting an ecolor, we should check that stdout is a tty 2007-10-22 16:28:38 +00:00
Roy Marples
33aa2a0745 whitespace 2007-10-22 16:19:12 +00:00
Roy Marples
0d9eaafe9a Mount /dev/shm for Linux systems, even not when in /etc/fstab, #196345. 2007-10-19 06:57:41 +00:00
Roy Marples
59c9e0e1ee Punt the voumns config file 2007-10-18 12:44:40 +00:00
Roy Marples
2113001e39 Fix old examples 2007-10-17 21:33:23 +00:00
Roy Marples
a28dd2d4ef We now build and optionally work with static libraries. 2007-10-16 13:49:00 +00:00
Roy Marples
068b4798c2 Update dependencies if we're allowed too 2007-10-15 16:17:33 +00:00
Roy Marples
a6ae4a6cde This is probably better 2007-10-15 16:03:49 +00:00