William Hubbs
fb186a3867
update ChangeLog
2021-09-07 16:14:08 -05:00
William Hubbs
c1558abb0f
update ChangeLog
2021-04-02 12:43:37 -05:00
William Hubbs
2b4c486043
Update ChangeLog
2019-08-20 13:09:50 -05:00
William Hubbs
56c006ebd6
Update ChangeLog
2019-02-22 19:03:41 -06:00
William Hubbs
f1f48011ac
update ChangeLog
2019-02-15 14:37:57 -06:00
William Hubbs
ab6c8d56f1
Update ChangeLog
2018-12-03 15:56:19 -06:00
William Hubbs
53f7afd3b3
Update ChangeLog
2018-10-23 17:14:01 -05:00
William Hubbs
01c34c28e6
Update ChangeLog
2018-06-28 13:02:42 -05:00
William Hubbs
9ec5d36bdd
Update ChangeLog
2018-06-15 18:04:43 -05:00
William Hubbs
a6f5b1bb63
Update ChangeLog
2018-06-15 12:59:13 -05:00
William Hubbs
6762cb875c
Update ChangeLog
2018-05-31 16:53:25 -05:00
William Hubbs
f62975a1f8
Update ChangeLog
2018-02-28 16:21:52 -06:00
William Hubbs
f3c70bf5b5
Update ChangeLog
2017-10-24 10:42:11 -05:00
William Hubbs
acaed1f910
Update ChangeLog
2017-10-13 11:29:49 -05:00
William Hubbs
8e53a3fa8a
Update ChangeLog
2017-10-02 11:21:29 -05:00
William Hubbs
e312e56997
Update ChangeLog
2017-09-15 15:33:24 -05:00
William Hubbs
a09b8af3f9
Update ChangeLog
2017-09-06 17:31:01 -05:00
William Hubbs
df28002b72
Update ChangeLog
2017-08-16 11:38:37 -05:00
William Hubbs
84c5da3069
Update ChangeLog
2017-07-13 17:51:02 -05:00
William Hubbs
492a6303cb
Update ChangeLog
2017-07-11 14:57:13 -05:00
William Hubbs
e84366fd23
Update ChangeLog
2017-06-07 12:03:52 -05:00
William Hubbs
e4bfb4530a
update ChangeLog
2017-05-11 22:00:41 -05:00
William Hubbs
84c81ca02d
update ChangeLog
2017-04-17 12:35:12 -05:00
William Hubbs
fde3902d06
update ChangeLog
2017-03-09 16:20:17 -06:00
William Hubbs
a15cff21c6
update ChangeLog
2016-12-20 12:34:22 -06:00
William Hubbs
b71bcc2422
update ChangeLog
2016-09-27 12:24:40 -05:00
William Hubbs
5bfb7d6c77
Update ChangeLog
2016-05-24 14:02:35 -05:00
William Hubbs
04f05c30d1
update ChangeLog
2016-01-13 11:01:41 -06:00
William Hubbs
a1acdeb92e
update ChangeLog
2015-12-04 13:50:21 -06:00
William Hubbs
050ddfae4a
Update ChangeLog
2015-10-08 13:33:27 -05:00
William Hubbs
0c2e4eb3cd
Update ChangeLog
2015-06-19 09:55:37 -05:00
William Hubbs
d247ac4cbb
Update changelog
2015-05-11 18:43:15 -05:00
William Hubbs
60488069c0
update ChangeLog
2015-05-01 16:08:24 -05:00
William Hubbs
1d6602bb8e
Add ChangeLog
2015-04-25 18:30:39 -05:00
Roy Marples
b439703b4d
These files belong with baselayout
2007-11-14 13:34:42 +00:00
Mike Frysinger
be1d1dd4c3
Move mail user/group and postmaster user to the mailbase package.
2007-11-14 07:58:02 +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
80124a050c
Work cleanly with bridges on kernels without TCP, #197791 .
2007-11-01 22:25:53 +00:00
Roy Marples
be13c0018b
Fix fallback, #197788 .
2007-11-01 18:15:30 +00:00
Roy Marples
cef90a05a7
Release rc6
2007-10-31 22:56:53 +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
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
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
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
663f21199a
clock init script now works with busybox.
2007-10-23 22:49:21 +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
0d9eaafe9a
Mount /dev/shm for Linux systems, even not when in /etc/fstab, #196345 .
2007-10-19 06:57:41 +00:00
Roy Marples
a28dd2d4ef
We now build and optionally work with static libraries.
2007-10-16 13:49:00 +00:00