summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update ChangeLogMike Gilbert2023-07-081-15/+117
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* Update ChangeLogbaselayout-2.13Mike Gilbert2023-01-271-0/+21
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* Update ChangeLogbaselayout-2.12Mike Gilbert2023-01-271-0/+28
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* update ChangeLogWilliam Hubbs2023-01-271-1/+19
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* update ChangeLogbaselayout-2.10William Hubbs2023-01-271-41/+62
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* update ChangeLogWilliam Hubbs2021-09-271-9/+92
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* update ChangeLogbaselayout-2.7William Hubbs2020-02-091-197/+12
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* update ChangeLogbaselayout-2.6William Hubbs2018-05-281-0/+52
|
* Update ChangeLogbaselayout-2.5William Hubbs2018-05-231-95/+100
|
* update ChangeLogbaselayout-2.4.1William Hubbs2017-06-091-152/+49
|
* add ChangeLogbaselayout-2.3William Hubbs2016-09-011-0/+256
|
* auto generate ChangeLogMike Frysinger2011-03-181-13/+0
| | | | svn path=/trunk/; revision=3186
* update changelogMike Frysinger2009-05-241-0/+5
| | | | svn path=/trunk/; revision=3138
* simply the build system greatlyMike Frysinger2008-03-231-486/+6
| | | | svn path=/trunk/; revision=3115
* Move mail user/group and postmaster user to the mailbase package.Mike Frysinger2007-11-141-0/+4
| | | | svn path=/trunk/; revision=3093
* Fix ppp config, #197775.Roy Marples2007-11-021-0/+1
| | | | svn path=/trunk/; revision=3089
* Fix an ifconfig calculation for shells that don't support the newer POSIX ↵Roy Marples2007-11-021-0/+5
| | | | | | shell math expansion, #197856. svn path=/trunk/; revision=3088
* Work cleanly with bridges on kernels without TCP, #197791.Roy Marples2007-11-011-0/+1
| | | | svn path=/trunk/; revision=3086
* Fix fallback, #197788.Roy Marples2007-11-011-0/+4
| | | | svn path=/trunk/; revision=3084
* Release rc6Roy Marples2007-10-311-0/+2
| | | | svn path=/trunk/; revision=3081
* You can now log baselayout-2 again, through the RC_LOGGER conf.d/rcRoy Marples2007-10-311-0/+9
| | | | | | | | | | 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. svn path=/trunk/; revision=3078
* You can now spoof the source address for arping as the third parameter in ↵Roy Marples2007-10-301-0/+5
| | | | | | gateways_eth0 if you have arping2 installed, #180888. svn path=/trunk/; revision=3075
* rc --override foo will override the runlevel to load after boot or single ↵Roy Marples2007-10-291-0/+3
| | | | | | user runlevels to avoid rc recursion, #196338 svn path=/trunk/; revision=3070
* /etc/mtab is now a true reflection on /proc/mounts. The only exception is ↵Roy Marples2007-10-291-0/+3
| | | | | | that we punt any / on tmpfs entry, #194615. svn path=/trunk/; revision=3068
* Network config arrays are now split by embedded new lines instead of being ↵Roy Marples2007-10-291-0/+6
| | | | | | evaled into space separated values. This makes it easier to read, maintain and document as discussed on gentoo-dev. svn path=/trunk/; revision=3067
* clock init script now works with busybox.Roy Marples2007-10-231-0/+1
| | | | svn path=/trunk/; revision=3059
* clock init script now handles /etc/adjtime correctly. CLOCK_ADJTIME hinted ↵Roy Marples2007-10-231-0/+6
| | | | | | that it could change the location of /etc/adjtime. This is not the case. svn path=/trunk/; revision=3055
* Mount /dev/shm for Linux systems, even not when in /etc/fstab, #196345.Roy Marples2007-10-191-0/+4
| | | | svn path=/trunk/; revision=3046
* We now build and optionally work with static libraries.Roy Marples2007-10-161-0/+4
| | | | svn path=/trunk/; revision=3043
* rc-status now orders services in start order, #195630Roy Marples2007-10-151-0/+4
| | | | svn path=/trunk/; revision=3038
* Release rc5Roy Marples2007-10-111-0/+2
| | | | svn path=/trunk/; revision=3033
* Bump librc and libeinfo to .so.1Roy Marples2007-10-111-0/+1
| | | | svn path=/trunk/; revision=3031
* If / block device as in /etc/fstab does not exist, use /dev/root if it's ↵Roy Marples2007-10-111-0/+5
| | | | | | available in checkroot, #171593. svn path=/trunk/; revision=3026
* netmount, localmount, halt.sh and net scripts now check OS specific flags to ↵Roy Marples2007-10-091-0/+3
| | | | | | see if a mount is network mounted (linux = fstab, *bsd = "local" in mount options) or not, #192772. svn path=/trunk/; revision=3015
* txqueuelen_eth0= now works, #190538.Roy Marples2007-10-091-0/+4
| | | | svn path=/trunk/; revision=3012
* librc.so and libeinfo.so now have symbol versions.Roy Marples2007-10-031-0/+1
| | | | svn path=/trunk/; revision=2982
* Default to tunctl so we can create the device as a specific user, #194588 ↵Roy Marples2007-10-031-0/+5
| | | | | | thanks to Jaco Kroon. svn path=/trunk/; revision=2974
* rc_service_state now returns the state as a mask, which means that we can do ↵Roy Marples2007-09-281-0/+2
| | | | | | things with just the one call making is more efficient. svn path=/trunk/; revision=2953
* keymaps now sets unicode keyboard on all defined ttys, #192442 Roy Marples2007-09-281-0/+2
| | | | | | thanks to Pacho Ramos. svn path=/trunk/; revision=2952
* net.sh now checks to see if root is net mounted if no predown functionRoy Marples2007-09-281-0/+2
| | | | | | exists, #194074. svn path=/trunk/; revision=2951
* enums are now fixed to specific values and are in UPPER CASE.Roy Marples2007-09-281-0/+4
| | | | svn path=/trunk/; revision=2950
* rc_is_env is now rc_env_bool and just works with boolean values.Roy Marples2007-09-261-0/+5
| | | | svn path=/trunk/; revision=2936
* Revert last patchRoy Marples2007-09-251-5/+0
| | | | svn path=/trunk/; revision=2928
* We no longer use bool in our public headers, using int instead.Roy Marples2007-09-251-0/+5
| | | | svn path=/trunk/; revision=2927
* Retain behavior where `rc-update del` warns if nothing changed.Mike Frysinger2007-09-251-0/+2
| | | | svn path=/trunk/; revision=2926
* Retain behavior where `rc-update del foo` deletes foo from all runlevels.Mike Frysinger2007-09-251-0/+2
| | | | svn path=/trunk/; revision=2925
* Add support for describing the options in the C programs.Mike Frysinger2007-09-251-0/+2
| | | | svn path=/trunk/; revision=2923
* Skip consolefont setup when RC_TTY_NUMBER is set to 0.Mike Frysinger2007-09-251-0/+4
| | | | svn path=/trunk/; revision=2922
* Do not require portmap in netmount when nolock option is used with nfs ↵Mike Frysinger2007-09-251-0/+5
| | | | | | mounts and fixup the test so that it actually works. svn path=/trunk/; revision=2917
* Fix pppd metric, #193574 thanks to Martin Väth.Roy Marples2007-09-241-0/+4
| | | | svn path=/trunk/; revision=2907