| /[baselayout]/trunk/ChangeLog |
Parent Directory
|
Revision Log
Fixed iwconfig report if iwgetid does not support --channel
Added option dhcp_release to specify if we release the DHCP lease or not defaults to no Changed variables peer_* to dhcp_* dhclient and udhcpc now specify a pidfile
update the netmount script to kill processes again
Documentation fixes regarding iwconfig and linux-wlan-ng Fixed bonding deps per bug #71419
let users override hardcode mount options (for like /proc /sys /dev/pts etc...) with /etc/fstab #70044
fix uml/colinux checks in clock init script
make sure /etc/rc.conf has precedence over conf.d entries with critical services
clarified lack of linux-wlan-ng support in documentation
Fixed up address detection in apipa
net.lo now checks for duplicate static IPv4 addresses before assigning
iwconfig now supports preassociate and postassociate user hooks
net.example - changed $1 to ${IFACE} in examples
Fixed adsl stopping - #68934. Thanks to Andreas Kauer
make keymaps more flexible #72225
Ensure all net-scripts modules depend on interface_variable function where applicable
fixed variables for vlans in most modules
Fixed pump exporing ntp servers implemented MODULES_DIR so we can change directory we load from on the fly
Removed rp_filter setting - fixes first part of bug #71971 Added sysctl.conf settings relating to rp_filter to sysctl.conf - fixes last part of bug #71971
iproute2 does not need to create dummy interfaces for aliases unlike ifconfig so we no longer do this We now bring down all aliases and addresses properly Split off some functions from net.lo into helpers.d/functions so that our DHCP helper scripts can use them too :) Deprecated interface specific setup in favour of a generic config macchanger brings interface up now - fixes #71929 DHCP over VLAN now works - fixes #71860 Disabled modified function checking as it's far too expensive on CPU and still isn't 100% reliable When specifing a module that isn't emerged, you now get an error telling you what to emerge Removed -p option from the diff call used for function removal
removed iproute2 udhcpc reliance on the "bc" command
Remove crap "ll" and "d" aliases from skel .bashrc
tests for hostname (none) when sending hostname via dhcpcd, udhpc or pump udhcpc now does correct signal handling so we can release leases and terminate cleanly Improved pump process detection Rewrote udhcpc helper scripts around udhcpc and wrapped dhclient to udhcpc scripts. This makes things much saner as udhcpc is much saner - also fixed essidnet and ipv6 local link for them.
ifconfig handles inet6 routing automatically - bug #33310 ifconfig - fixed old gateway + gateway in routes conflict iproute2 cleaned up some functions
Fixed iproute2 adding addresses for vlans - bug #71419
Updated bonding documentation - bug #71419
Fixed invalid variable handling in bonding and vlan - bug #71419 apipa now brings the interface up before testing if address exists
We no longer default a fallback to APIPA when no config is given net.example fleshed out a bit more for dhcpcd - fixes #60845 Improved forced module handling a touch modules_sort and modules_check_user in net.lo buffer _provides, _before and _after in arrays to avoid shelling out
Split modules_load into smaller more managable functions in net.lo Added modules_force option to net.lo with a big phat warning in net.example about it potentially breaking networking Fixed indentation problem in ifconfig
use find|xargs instead of find -exec #59732.
stop using /etc/conf.d/basic
Added searchdomains_ESSID option to essidnet Stopped the domain setting from putting the same entry in search in config-system and essidnet
new hostname/domainname scripts; move configuration to the standard conf.d/{hostname,domainname} files
make sure users stop setting CLOCK in rc.conf instead of conf.d/clock
Removed second warning in net.lo when configuration not set Fixed random address range in apipa
Documented APIPA module in net.example Added kernel checking for vlan - fixes #70829 Added kernel checking for bonding, bridging and tuntap Added iproute2 support to the APIPA module
make svcdir mounting simpler #69595
Added arping duplicate address detection to net.lo Created Automatic Private IP Addressing (APIPA) module Bonding is now started pre instead of post
Added dependancy checking to ipppd Bonding is now started pre instead of post Fixed missing changes of get_type to interface_type and get_variable to interface_variable
Fixed iface variable in dhcp modules for vlans Changed get_device to interface_device Changed get_type to interface_type Added vlan configuration options and documented them in net.example Fixed bridge configuration handling Removed _get_vlans from iproute2 and ifconfig as vlan now does it itself
Fixed category of rp-pppoe to net-dialup error when requesting ADSL
Improved inet6 address deletion and detection in iproute2
Improved gateway logic in ifconfig
Changed all wireless reporting functions to use iwgetid instead of
parsing iwconfig output except for essid
fix rc-scripts version in ChangeLog
rc-scripts-1.6.6
Added options to configure bridge Added bridge configuration example to net.example Added missing required function interface_exists to iptunnel check_depends
Fix shell scripting errors that would result in /sbin/functions.sh: line 166: [: too many arguments. These errors were introduced in revision 1.74 of functions.sh
Fix shell scripting error that would result in /sbin/functions.sh: line 166: [: too many arguments
net-scripts/net.modules.d/bridge - fixed destroying a bridge if no ports were added - starts interfaces if they don't exist - fixed bug #65153 net-scrips/net.modules.d/bonding - starts interfaces if they don't exist net-scripts/init.d/net.lo - added net_start() function to start depandant ifaces so that bridge br0 can active tun0 which net.tun0 has to create
net-scripts/init.d/net.lo
- added use dependany on wlan incase we're using linux-wlan-ng drivers
fixes bug #64978
- moved start() to run_start() and stop() to run_stop()
created run() and new start()/stop() functions
this is so that we have one single entry point to localise variables
and to remove any added functions loaded by our modules
- removed redundant interface_exists() as it's provided by
ifconfig and/or iproute2
net-scripts/net.modules.d/ifconfig and iproute2
- added ifconfig_tunnel and iproute2_tunnel functions
addred gre/ipip tunnel support via the the tunnel module
- fixes bug #50765
net-scripts/net.modules.d/pump
- fixed setting ntp servers
net-scripts/net.modules.d/dhcpcd
- fixed stopping function
Fixed last ChangeLog date to today and not tomorrow :/
net.lo - added get_type function to return the type of the interface
- eth, ippp, etc
ipppd, tuntap
- start() moved to pre_start() and we now test by type
this means you no longer need ifconfig_ippp0=( "isdn" "dhcp" )
as ippp0 is always an isdn device
bridge - fixed stop function and moved start() to pre_start()
and automatically start if the variable bridge_${iface} exists
net.example - fixed up documentation for changed behaviour above
Fixed bonding module to work with interface commands Added extra output to the bonding module
net-scripts/init.d/net.lo
- we remove all added functions when restarting an interface
this relies on the diff command being available
added isdn support via the new ipppd module
net-scripts/conf.d/net.example
- added sample isdn setup
net-scripts/conf.d/wireless.example
- added better descriptions to the _sleep variables
Fixed boolean logic error when testing is_net_up in /sbin/runscript.sh
- fixed bug #70022
keep clock in CRITICAL_SERVICES, but run it after modules and /usr are setup #70008
make sure critical services source conf.d files #69956
net.lo update
Fixed up error message and documentation when scanning does not work in iwconfig
fixup iwconfig error when scanning is not supported
inet6 fixes - bug #65417
net-scripts/init.d/net.lo
- modprobe ${IFACE} when ${IFACE} does not exist
*** empty log message ***
dont create /dev/sndstat anymore #69635.
fix syntax error #69789
dump the error message returned by hwclock
*** empty log message ***
Add the 'lo' option to RC_NET_STRICT_CHECKING to resolve bug #29225.
Move all functions in above end code and add comment
Do not delete depscan and envupdate caches on reboot, as this should improve bootup times - works nicely with the '-u' parameters of both. Also move the '-u' parameter test of depscan.sh after the directory exist test, else /started/, etc do not exist.
accept -nc as a short option to --nocolor #64736. also change $* to $@.
start clock earlier #68133
allow users to choose filesystem format for /dev #69091 and add a help file for people missing /dev/null or /dev/console
Only add files not managed by udev to device tarball, bug #57110.
use pam_console_apply on udev and dont run $(id) when we have $EUID
rc-scripts-1.6.4
- make devfsd run regardless of how devfs was mounted #68795 - respect / passno properly (dont use -A) #68822 - add gentoo=forcefsck - dont save device tarball on livecd #68469
more net-scripts fixes, related to module loading and stopping aliases
In net-scripts/net.modules.d/ifconfig: - Simplify ifconfig_is_up() - Fix ifconfig_get_aliases_rev() to actually work... you can't specify an interface name to ifconfig if you want to see the aliases. - Workaround a couple ifconfig bugs dealing with aliases - Correct a return status in ifconfig_interface_del_addresses()
arguements -> arguments typo
Include livecd patch that was applied to baselayout-1.9.4-r6 to use agetty instead of mingetty
mount tmpfs instead of ramfs on /dev for udev systems #68653
rc-scripts-1.6.3
Add support for user_eth0 in the adsl module and in net.example. This means that most users won't need to edit pppoe.conf at all
Remove old etc/conf.d/net and try to clarify instructions in net-scripts/conf.d/net.example. Add example for ADSL
unify all the uml checks into one function, is_uml_sys()
more network filesystems
remove the automount of ramdisk since it isnt perfect
handle read only filesystems nicer
add UNICODE #32111 and UML support #29707
In net.lo, use eindent for output of pre/post scripts
Add v-e-commands (veinfo, vbegin, etc) to sbin/functions.sh that depend on RC_VERBOSE which defaults to no. Add --verbose to args understood by runscript.sh. Use veinfo and friends in net-scripts/init.d/net.lo when loading modules since this information is confusing to users. Always load global "modules" setting in following "modules_iface" since this is a little easier for users to understand.
only run cache-building scripts when the cache is out of date #67976
add shfs to our net filesystems list
dont run /sbin/pam_console_apply if using udev #50315
move devfs stuff to the devfs package #67276
add support for coLinux to clock
make /usr/local have highest precedence in PATH #12531
clean up clock and make it more configurable (ideas from redhat and #15834)
also make noexec default for /dev/shm
have default /dev/shm mount with nodev/nosuid
allow users to use tmpfs/ramfs/ramdisk as their service directories #64079
Fix rc-status to work with new COLS code
move the utmp clearing code out of bootmisc and into rc itself #61727
make handling of /dev a much more flexible process
Spanky doesn't like the dots... disable them by default, but you can set RC_DOT_PATTERN=' .' in /etc/conf.d/rc to get them back
Cosmetic fixes for starting loopback interface
rc-scripts 1.6.2
Install net.modules.d to /lib/rcscripts instead of /etc so we don't have to deal with CONFIG_PROTECT Fix diff code in modules_load so it can identify which functions have been modified Fix fallback mechanism in iface_start so that it works correctly and doesn't report a bogus error message when trying the fallback Get rid of need_begin trickery in iface_stop Simplify eend processing in dhcp modules Implement eindent, eoutdent, esetdent in functions.sh and adjust net-scripts to use them. Re-write einfo, ewarn, eerror, ebegin, eend, ewend to use RC_INDENTATION and to work better on serial terminals Remove conf.d/net.ppp0 since that is provided by net-dialup/ppp
fix ipaddr_fallback example
add domainname to boot runlevel by default #47041
Create NET_FS_LIST and is_net_fs in functions.sh and use them in checkroot, localmount, netmount, net.example, and net.lo
Remove init.d/net.eth0 net.lo and net.ppp0. The first two are provided now by net-scripts and net.ppp0 is shipped in net-dialup/ppp
dont override netboot/kernel setups with localhost #38172
add some nfs examples to sysctl.conf
mount /sys with the -n param
Update to net-scripts 1.0.2 from Roy
change net.ipv4.conf.default.rp_filter to default on
use sort -u instead of uniq #36453
add more info to sysctl.conf
let RC_NOCOLOR be set in the environment
selinux update
have depscan.sh call eend when it is done running #59694
after-boot dmesg logging #55421
Get rid of getcols() in sbin/functions.sh. Use COLUMNS when possible and otherwise clean up the COLS code. Fix the "emerge depend" detection code to use RC_ENDCOL="no"
let domainname override settings obtained by dhcp/etc... #48277
/proc/cmdline may exist but not be readable for non-root users
more services to fix #44458 #52881 #55939 #58997 #66166 #66297
reorder mount arguements to be POSIX standard #66225
example / is now ext3 instead of xfs #42670
make sure we check out what happened with swapon #39834
respect fs_passno for / #39212
update default fs_passno in fstab #37314
dont try to fsck a network-ed root (like NFS) #36624
nfs4 support in netmount #25106
update the cryptfs check to include [ -x /bin/cryptsetup ]
break the serial console / no color logic up completely and remove the console resizing code (#32453)
update changelog for dmcrypt
move nscd back to glibc
Prefer ~/.dir_colors over /etc/DIR_COLORS when it exists #64489
Clear the screen in .bash_logout #32330
cvs diff: etc/conf.d/cryptfs is a new entry, no comparison available
Add the default cryptfs configuration file
init.d/checkfs | 146 +++++++++++++++++++++++++++++++-----------------------
init.d/localmount | 111 +++++++++++++++++++++++++++--------------
Minor fixes to tigger's dm-crypt stuff that resulted in some
rewriting. Don't set status in a subshell so success/failure is
preserved. Allow multi-line configuration files
ChangeLog | 9 ++-
tarball.sh | 2
Update to version 1.6.1
4 files changed, 167 insertions(+), 101 deletions(-)
rework the $COLS logic
Update tarball.sh to use net-scripts, bump rc-scripts to version 1.6.0
Fix bug 64034: simplify netmount script's stop function so that mountpoints containing spaces work correctly
I meant bug 43146
Commit dm-crypt enablement patch from Tigger (Rob Holland) in bug 26953
fix copyright lines
bump version to 1.5.3
Apply Spock's bootsplash patch from bug 45784. This moves most of the splash functionality out of baselayout.
Fix bug 60719 (request for better error messages from runscript) by allowing errors to show on the screen when they're encountered in wrap_rcscript
Don't export PS1. Continuation of bug 26951, comments 60-62
Ready, set, rc-scripts-1.5.2
Fix bug 54275: Don't set INFODIR. The correct variable used by texinfo is INFOPATH, which is already set in 00basic. Setting INFODIR is useless, and breaks a NetBSD cross compile from Gentoo
Related to bug 38955, don't set INPUTRC. Instead patch bash so that it looks for /etc/inputrc automatically if ~/.inputrc is missing. This is better than using INPUTRC since that will override even after the user creates ~/.inputrc.
Fix bug 46680: Add cifs support to localmount and netmount
Fix bug 51351: Quote parsed output of /proc/filesystems to handle octal sequences in mountpoint such as encoded spaces (\040)
Apply half of spock's patch in bug 45784: Check for conf.d/bootsplash instead of conf.d/bootsplash.conf
Fix bug 56856: Get rid of net.rej and integrate missing stuff to conf.d/net
Fix bug 58805: net.eth0 should use bridge so that bridge interfaces are configured prior to net.br0 running
fix a few grammatical typos #58750
Fix bug 26952: Use /etc/bash/bashrc to setup PS1, testing $- to determine if shell is interactive. The new system-wide bashrc is installed by bash-2.05b-r10
Fix bug 38743: strip leading and trailing spaces from variable values in genenviron.awk. Thanks to Marius Mauch for the patch.
swap words "start" and "stop" in runscript.sh error message
Fix dhcp in iface_start_ifconfig: It was re-using the variable
${i} which would result in the following error:
/sbin/runscript.sh: line 441: ((: 16.141.88.153: syntax error
in expression (error token is ".141.88.153")
Use vlan_IFACE instead of iface_IFACE_vlans in net.eth0 for more
consistent vlan configuration. Thanks to robbat2 in bug 55394
(not fully resolved)
Add example for checking if root filesystem is NFS-mounted via
predown function in conf.d/net for bug 53104. This might be
better integrated at some point into net.eth0
Fix bug 34607: provide examples for in conf.d/net for preup, postup, predown, postdown functions. Also pay attention to return value from postdown (previously ignored). Bump version to 1.5.0 to include in new baselayout release
Fix bug 47659: support iproute2-style configuration. Thanks to Dean Bailey for some fantastic patches, including documentation for conf.d/net
Fix bug 37418: fix order of LVM and RAID in checkfs. Thanks to Raimondo Giammanco for the patch.
Fix bug 34140: add --servicelist option to rc-status. Thanks to Eldad Zack for the patch.
Fix bug 25975: support adsl in net.eth0. Thanks to Patrick McLean for the initial pass at the code.
rc-scripts-1.4.16. Only call generate-modprobe.conf with --assume-kernel if modules-update was called with --assume-kernel. This means that only catalyst has the dependency on module-init-tools, not everybody with the newer baselayout
rc-scripts-1.4.15. Fix bug 51570: typo on line 161 of /sbin/livecd-functions.sh. Fix bug 51626: wrong variable declaration at top of get_bootparam() in /sbin/functions.sh
Bump version to 1.4.14 to push out gmsoft's fix for hppa console on ttyB0
livecd serial console fixes for sparc/hppa from gustavo
Bump version to 1.4.12 to release these critical bug fixes
Fix bug 50434: The new version of start-stop-daemon changes directory to / by default unless --chdir is specified. Revert this behavior to maintain working directory. This fixes openvpn startup (probably among other things)
Fix bug 50448: wrong conditional syntax in for loops
bump to 1.4.11 for tarball building
Fix bug 20597: Skip RCS files when updating modules. Fix bug 49926: Add a --assume-kernel flag to modules-update. This requires a companion patch in module-init-tools-3.0-r2 to handle the same flag in generate-modprobe.conf; this dependency won't be handled in the baselayout ebuild since it only affects livecd building.
In net.eth0, fix many instances of loops like "for ((i = 0; i < 100; i = i + 1))". The problem here is that the middle comparison is being interpreted as a bash conditional, which means that it's doing string comparison by default. It needs to be "i -lt 100"
Fix bug 34827: net.eth0 breaks when localized because the ifconfig output changes. Wrap ifconfig in a function that overrides LC_ALL=C. Fix bug 48305: Provide a new network configuration variable ifconfig_fallback_eth0 which allows one to specify a fallback configuration in case DHCP fails.
Fix bug 50246: Give root an invalid password ("*" in /etc/shadow) in the default baselayout. This prevents the first reboot after installation from having a blank password.
Fix bug 44316: Use 0644 instead of 0640 for resolv.conf in net.ppp0
Undo that commit
Fix bug 35860: Use -o devmode=0664,devgid=85 when mounting usbfs. Also replace many lines of awk with two lines of grep.
Fix bug 48595: Make sure $(id -u) is zero (root user) when running init scripts to avoid a lot of error messages.
Resync with debian start-stop-daemon for bug 22686 (start-stop-daemon in baselayout doesn't allow altered nicelevel)
release rc-scripts version 1.4.10
Fix typos in sbin/rc: "try try mount" and "mount ... & >/dev/null" Also removed the errstr double-checking since the need for that is alleviated by these typo fixes.
fix typo in bug number
Fix bug 48629 (/sbin/rc fixups for udev) with patch from GregKH
Fix bug 29426 (gentoo should be able to boot with an empty /dev) with patch from Spanky. The patch avoids redirection to /dev/null when it doesn't exit; this was breaking /sbin/rc
rc-scripts-1.4.9 -- Fix bug 47111 (severe depcache problems) with tons of help from dswhite42 and the rest of the crew in that bug. Thanks guys!
Bump version to 1.4.8. Fix bug 47623 (error removing inet6 addresses) with patch provided by Vlad Yasevich (offline)
Update to rc-scripts version 1.4.7. Fix bug 47218 (net.eth0 broken for vlans) with patch provided by Andy Dustman. Fix bug 47250 (depscan.sh fails to create /var/lib/init.d/* directories) with patch from Terje Bergstrvm.
Update patch from Gustavoz; -ln /bin/bash should have been -nl /bin/bash
Patch init.d/checkroot to list / (root) only once in mtab; see bug 38360. Patch from Gustavoz to livecd-functions.sh to run bash instead of login on serial consoles, necessary due to scrambled root password.
Patch from Gustavoz for Sparc console: Fetch LIVECD_CONSOLE from dmesg. Also support 4800 baud correctly.
update ChangeLog with net.eth0 info
* rc-scripts 1.4.3.13p1 (26 Feb 2004)
Small fix to sbin/rc-services.sh related to mtime checking and 'net' virtual service - it had no mtime generated, so check_mtime() failed for it ...
Add RC_DEVICE_TARBALL to /etc/conf.d/rc to control use of device tarball. Also modified /sbin/rc and /etc/init.d/halt.sh for this. Start udevd if present.
Remove /etc/DIR_COLORS, as coreutils provides it now.
Update to enable checking of mtimes on rc-scripts, and auto running depscan.sh if needed. Also try to run depscan.sh when RC_GOT_DEPTREE_INFO is not set instead of just erroring.
Fix type-o in /etc/initrc, bug #41666 (Tom Vergote <bugzilla@tomvergote.be>)
Fix irda type-o in /sbin/MAKEDEV, thanks to Tobias Sager <moixa@gmx.ch>.
Fix type-o in /etc/init.d/consolefont, bug #40938, thanks to patch from Cory Tusar <ctusar@adelphia.net>.
Add RC_TTY_NUMBER to /etc/conf.d/rc to configure how many tty devices are used in scripts such as consolefonts, numlock, etc. This should close bug #39863.
Add SELinux modifications to /sbin/runscript. This allows runscript to make sure it is running in the right domain. Patch done by Chris PeBenito <pebenito@gentoo.org>.
rc-scripts 1.4.3.13
Fix /sbin/depscan.sh, /sbin/functions.sh and /sbin/rc to use mkdir rather than install, as newer versions of install is located in /usr/bin. This closes bug #39648.
Update /etc/init.d/consolefont to use newer kbd. Should also close bug #39864.
Fix wrong logic in /etc/init.d/halt.sh which did not umount all mounts _but_ /mnt/cdrom and /mnt/livecd.
Add code to generate /dev/fd, /dev/std* and /dev/core to /sbin/rc, bug #37349.
More livecd fixes
rc-scripts 1.4.3.12p3
Add /sbin/livecd-functions.sh from Brad House <brad_mssw@gentoo.org> for livecd support. Add bits to /sbin/rc to support it.
Fix type-o in /etc/init.d/checkfs, bug #37113.
Update /sbin/depscan.sh, /sbin/env-update.sh, src/awk/cachedepends.awk, src/awk/gendepends.awk and src/awk/genenviron.awk to use ENVIRON rather then gawk -v. Also add some tests to see if we got the environment variables.
Fix /sbin/rc to mount /dev/pts with gid=5 and mode=0620, bug #36088.
rc-scripts 1.4.3.12p2
Misc udev fixes
Fix type-o in /sbin/rc, bug #34837.
New release (1.4.3.12p1)
Make sure we mount already mounted mount (done in /sbin/rc) with correct permissions, etc, bug #33764. Modified /etc/init.d/checkroot for this.
Revert carrier detection check, as there is currently too many issues with it, bug #33272.
Add code to generate /dev from sysfs entries - not much it currently support but block/tty devices, but it is a start for when we have full sysfs support in all drivers.
Fix /etc/init.d/halt.sh to reset pam_console permissions, else the next bootup might be done with some non-root nodes which cause some odd issues.
Fix carrier detection - we need to do a 'ifconfig up' else some drivers do not set the IFF_RUNNING bit, bug #33272, thanks to Jason Rhinelander <jason-gentoo@gossamer-threads.com> for the fix.
Fix /etc/init.d/halt.sh to not try and remount virtual devices, also do a few cleanups. Closes bug #33271.
Add extra checks for critical directories to /sbin/rc.; Release 1.4.3.12
Add carrier detection to /etc/init.d/net.eth0 closing bug #25480; patch by Jordan Ritter <jpr5+gentoo@darkridge.com>.
Update /bin/rc-status giving a working '-u' parameter, bug #32417. Fix by Michael Frysinger <vapier@gentoo.org>.
Add support for --tty switch added to setfont and remove consolechars support; modified /etc/init.d/consolefont for this. Also remove consoletools support from /etc/init.d/keymaps.
We should not use '-' in variable names for bash, bug #31184, thanks to Andreas Simon <yuipx@gmx.net>. Updated /sbin/MAKEDEV.
Add a fix to /etc/init.d/keymaps for bug #32111 (we should not have '-u' in the call to loadkeys when using unicode).
We should still use /sbin/udev as hotplug agent if /sbin/hotplug do not exist. Updated /sbin/rc for this.
Fix return code checking of fsck in /etc/init.d/checkfs, bug #31349.
Grammer fix
Change an occurance of /etc/modutils in modules-update.8 to /etc/modules.d/ closing bug #31171.
We did not handle the 'net' dependency properly in valid_iuse() and valid_iafter(). Fix this in /lib/rcscripts/sh/rc-services.sh, closing bugs #30327 and #31950.
Fix a logic error in /lib/rcscripts/sh/rc-services.sh that cause the get_dep_info() function to skip the last entry in the RC_DEPEND_TREE array (in my case 'net') to be ignored.
Do not set hotplug agent
Do not use depinfo_<scriptname>() functions to set rc_<type> variables, bug #24092
The unmount stuff in /etc/init.d/halt.sh was flawed, in the fact that it called 'umount -t no<insert_fs_here>', which resulted in /proc, etc unmounted anyhow. Change it to remount the last filesystems readonly without trying to unmount any. This fixes a few cases where reboot would halt due to unmounted /proc, etc.
Remove the killall5 stuff from /etc/init.d/halt.sh, as it messes with bootsplash. Add support to kill processes still using non-critical mounts with fuser though.
More bootsplash fixes, bug #21019 (comment #21).
Fix /sbin/MAKEDEV to use 'user:group' form, and not depriciated '.'. Also changed the permissions on tty's, ibcs and scanner devices to 0660.
Bootsplash fixes from Michael Aichler <micha@aichler.net>, (comment #15 and #16 from bug #21019). Bootsplash coded did not play nice with boot profiles, so I fixed that as well. Some other style tweaks.
New release, version 1.4.3.11p2. This add new bootsplash implementation, bug #21019.
New release 1.4.3.11p1
Add initial bootsplash patch. Add more tty's to numlock, bug #28252.
New release 1.4.3.11
Change /etc/inputrc to have PageUp/PageDown search through bash history again, bug #26036.
Apply a patch from Mike Frysinger <vapier@gentoo.org> for rc-status. It now will work with runlevels named with any characters (other than ones found in default bash IFS). It also adds a few sanity/error checks, bug #26432.
Remove changing group of /tmp/.{X,ICE}-unix, as it it not needed, bug #28861.
Add entry for floppy in /etc/fstab, bug #30574.
Add 'after hotplug' to /etc/init.d/consolefont, bug #30856.
Add initial udev support. Modified /sbin/rc and /etc/init.d/halt.sh. Add squid to /etc/services, bug #30995. Other cleanups from rac. Add patch from Kumba <kumba@gentoo.org> to MAKEDEV to not allow running while pwd is root (/).
Change update-modules to modules-update in manpage, bug #28101.
Change the '-k' switch to dhcpcd to '-z' in /etc/init.d/net.eth0.
1.8.6.10p1 release
Add missing 'local x' to filter_environ() (bug #26429)
Fix get_bootparam() to check if /proc/cmdline exists
Modify /etc/init.d/modules not to print the autoloading stuff if no modules should be loaded (resolving bug #26288), per request from Michael Frysinger <vapier@gentoo.org>.
Fix /etc/init.d/consolefont to not error out if CONSOLEFONT in rc.conf is not set, bug #26278 (noted by Michael Frysinger <vapier@gentoo.org>).
Fix /etc/init.d/halt.sh to unmount the mount point and not the device. Also change it to 'mount -d' to detach the loop device. Patch by Kalin KOZHUHAROV <kalin@ThinRope.net>, bug #26256.
first run killall5, then deactivate swap
Last minute fixes
Add IPV6 versions of localhost and co in /etc/hosts, bug #25859. Fix 2.5 tempfiles not being removed. New release
Add LVM2 support thanks to Max Kalika <max@gentoo.org> (bug #21908).
Add a switch for devfsd startup to /etc/conf.d/rc, fix /sbin/rc to check RC_DEVFSD_STARTUP. Closes bug #24361, thanks to patches from Kurt V. Hindenburg <khindenburg@cherrynebula.net>.
Add pop3 entries to /etc/services, bug #25501.
Add /bin/rc-status and 'show' support to /sbin/rc-update (long overdue),
bug #4222, thanks to Sean E Russell <ser@germane-software.com>,
Michael Frysinger <vapier@gentoo.org> (/bin/rc-status) and for the 'show'
stuff to /sbin/rc-update, Max Kalika <max@gentoo.org>.
Fixed modules-update to only do the /etc/modprobe.conf generation if we
are actually running a 2.5+ kernel.
check{root,fs} tweaks
Replace the Suse /etc/inputrc with a non copyrighted one, bug #24918.
fix hardcoded ../boot/.. paths in functions.sh
adelie fixes, add better logger support
Adelie updates and some other fixes
Add EVMS2 support
Fix the /dev/root entry in /etc/mtab, bug #24916.
Fix credits for mdadm patch, bug #23437
fix issue for O agetty option; new release
Fix a type-o in /etc/fstab, bug #23308.
use uname -r to get kernel version, bug #23923
Add mdadm support to /etc/init.d/checkfs, bug #23437
Add TERM=Eterm to /etc/DIR_COLORS, bug #23423
vlan support, bug #15588
fix keymap issues, bug #24084
some fixes
more fixes
various fixes
small fixes
cleanup for bug #21438
really fix bootmisc, bug #21438
Fix domainname to start before bootmisc; new file /etc/issue.logo
type-o
bug #21068
bugfixes
bugfix release
fixes
fix net.ppp0 issues for kppp; dependency fixes
some more fixes
new release; supporting parallel startup and new dep system with many fixes
new release
cleanup gendepends.awk
hostname again; add domainname
revert root check
Changelog update; fix root check in profile
updates from Rach
bugfixes; new version
fix net.ppp0 and add save to clock rc-script
some fixes
small fixes
add check to genenviron.awk
Do not set PS1 for dumb terminal, bug #18886
new release
various fixes; moved .c files to src
serial console fix
raid tweaks
cleanups
bug #17549
some fixes and new release
fix /usr/bin/cut in /sbin/functions.sh
some fixes
small tweaks; sysfs support
New test release
some updates and fixes
slight tweaks
many fixes/optimizations
fix unmount of non critical mounts
remove greps that could be called if /usr not mounted
add generation of /etc/modprobe.devfs to modules-update
bug fixes
portage fixes
update cachedepends.awk to properly setup environment
fix SVCDIR in rc-envupdate.sh
tweak elogin support and add entrance
fix module-update for module-init-tools-0.9.9
remove url
add isapnp to modules use
some fixes to halt.sh
fix retval check in checkroot and checkfs
fix nice in start-stop-daemon.c
added elogind support #13790
add unicode keymap support
misc fixes
fix stale entries in svcdir
new release
rc-update fixes
really fix /var on seperate partition
new release
bugfix
misc fixes
lot of changes; hopeful release of rc-scripts-1.4.3.0
new release
small fixes and enhancements
use 'usbfs' for kernel 2.5
update modules-update for sys-apps/module-init-tools support
add crypto-loop
fix stripping all '=' for rc-envupdate.sh; fix rc-envupdate.sh not handeling CONFIG_PROTECT* properly
new release
bug fix
fixes
mips support among things
fix dups in /etc/profile.env
new release
odd fixes
serial console fixes
add profile headers
add bug number
bugfixes
fix typeo in devfsd.conf
move daemon stuff to rc-daemon.sh
cluster updates
add some flexiblity to net dependency
import Adelie Cluster stuff
i2c support
fix config files; fix awk module on non x86 archs
add some checks
change licenses
remove spider fix, as it makes things even slower on older boxen
awk version of rc-envupdate.sh
fix using /usr/bin/find
add functions.awk
some sanity checks
new version with super fast depscan.sh
portage uid/gid
minor bugfix release
fix misc deps
fix modules rc-script to handle moduleless kernel
minor release
bugfix
bugfix
fix race condition
misc form updates
more fixes
minor fixes
more fixes
bugfixes
ngpt fixes
fixor
NGPT support
small fixor
odd updates
fix type-o in netmount
release again
quick release
bugfixes
revert.
minor change in output of extra blank line in eend() in case of error
give root a GECOS, was NULL before :)
new release
small fixes
fix keymaps
raid support fixor
resolve broken pipe issue in depscan.sh
rc-scripts-1.3.8
move color ls stuff
fix #5948 - correct comment in rc.conf, see changelog file
fix help output
added support for UPS shutdown
change shell of daemons
Redhat features; bugfixes
Update to changelog.
speed enhancements
fixes/speed improvements
small fixes; add user cyrus
fixes
small fixes/updates
small fix
near new release
small fixes
small update
group/user updates
fix copyright
bug fix
fix inputrc for xzvt and german keyboards
sshd user and group
bugfixes and some new features
MANPATH fix
video4linux stuff
resolve bug #2555
move EDITOR
passwd fixes
new release
consistency changes
small fixes
small fixes
fixes
rc-envupdate.sh fixes
fixes
consolefont thing
add user/group apache to passwd/group
fix default route command
close #1754
utmpx fixes
more fixes
rc-envupdate and hopefull release
small fixes
small fixes
move to /sbin
small fixes
rc-scripts-1.3.2
INPUTRC
lots of fixes/updates
closing bug #1318
1.3.1 release
small fixes
small fix
add --quiet
small fixes
group/passwd fixes, and fix net.eth0 DHCP shutdown
fixes to depscan.sh and functions.sh
lost of fixes
update
kbd support
new release
new release
caching update
fixes and wrapping for syntax error detection
local stuff
ramdisk updates
fix .devfsd bug
fix services to stop on halt even if needed service fails to start
update consolefont; fix devfs /etc/mtab entry again
fix devfs and /etc/mtab creation issue
XFS is now the default filesystem in /etc/fstab
misc fixes
working proto
have backup .. want to see if i can finish at work
enhance gateway support for net.eth0
Added numlock before I forget, or Woodchip actually start on it.
Woodchip: if you have already, and yours is better, just commit
and fix ChangeLog.
Long day .. must be off to bed now ;/
unmount fixes to netmount
security fixes for /etc/pam.d/chsh,sshd,login and some cleanups in /etc/passwd,group for user/group mysql
charset map support
dircolors skel update
new mtab creation scheme
fix restart problem with net.* services
new release
update Changelog
Changelog update; fix dircolors for cases where bash do not export SHELL
Removed email address from manpages.
umask fix and cd-tools reminder.
fixors
sort -t: -k3,3 -n /etc/passwd,group. Makes it easier to see whats going on. I dont like the way several users are currently setup, and hope to eventually fix them. Sadly, they werent added with very much thought. Ick.
add help, etc
added pause function; updated restart to also restart services dependant on; other misc fixes
add localhost entry to /etc/hosts
tweaks
rc-scripts version bump
very many initscript updates (beta)
modified for Gentoo Linux. Specifically, some arch stuff was yanked from the /usr/sbin/update-modules script, so remove it from here.
*** empty log message ***
removed ncsd from default runlevel
more little fixes
update
*** empty log message ***
updates-o-rama for 1.1.8
fixums for netmount
fixums
new updates
fixums
*** empty log message ***
new items
new release (1.1.5)
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |