-
-
2012.01.2 protected3efdfe82 · ·
No longer write to /etc/localtime unnecessarily Fix some tmpfiles entries (properly clearing /tmp)
-
2012.01.1 protected6e62ab6a · ·
- officially deprecate non-devtmpfs kernels, will be gone in next udev/initscripts release - allow ro root (if specified in fstab) - read hostname from /etc/hostname - add manpages for rc.conf, locale.conf, vconsole.conf, hostname - restructure rc.conf, no functional change - allow arch-tmpfiles --create to be called at install time - change default of DAEMON_LOCALE to 'yes'
-
2011.12.1 protected7c7d7f25 · ·
* don't re-fsck root if done by initramfs * add pre-umount hook * symlink /etc/mtab, /var/run, and /var/lock to /proc/self/mounts, /run, and /run/lock respectively * do not limit size of API fs * bugfixes
-
-
-
2011.11.1 protecteda90ffd4e · ·
Add preliminary vconsole.conf support Improve shutdown and killall logic Fix locale.sh for zsh ++ Remove minilogd Parse environment files as such, and not as bash
-
2011.10.2 protected750db158 · ·
* unify locale handling between daemons and users * remove stale mtab locks at boot
-
-
-
2011.09.1 protected71fe1590 · ·
* We'll start complaining about an empty /usr * We pivot into a shutdown ramfs if it exists in /run/initramfs * /etc/profile.d/locale.sh is now a static file, rather than being generated on every boot (this means we need to use -f when updating) * rc.d is can now filter the output in a nice way * We load fragments from sysctl.d in addition to the sysctl.conf file * /etc/localtime is now a symlink
-
2011.07.3 protected92ef85ff · ·
Changes to rc.conf ------------------ The VERBOSE parameter no longer has an effect, use the kernel's loglevel= parameter instead. Most people probably wants to pass 'quiet' to the kernel. Alternatively, a new init hook could be added to /etc/rc.d/functions.d/dmesg: sysinit_start () { dmesg -n 3 } If HARDWARECLOCK is empty we will read the value of UTC/LOCAL from hwclock's adjfile instead. To avoid interacting with the hardwareclock set HARDWARECLOCK="IGNORE" (this should never be needed, and might be removed in the future). We now support (optionally) setting the broadcast address in the new network config. Behavioral changes ------------------ We no longer silence errors thrown by udev. In particular, if udevadm --settle times out, we get an error message. We no longer adjust the rtc on boot, as it is unreliable, we only make corrections for the timezone. We no longer mount /run as noexec. Misc changes ------------ Cleaning up of /tmp and friends is now done by an external tool. This tool is intended to allow pac kages to maintain {/var,}/run{/lock,} in the absense of rc scripts. General refactoring which should make maintenance and writing custom hooks easier. Revert the NEED_ROOT functionality. It is now off by default, and has to be enabled by the rc scripts that wants to force root.
-
2011.07.2 protected76b5afd0 · ·
Fix improper creation of utmp. This was causing problems with detecting the runlevel.
-
2011.07.1 protected895d0944 · ·
Changes to rc.conf ------------------ The VERBOSE parameter no longer has an effect, use the kernel's loglevel= parameter instead. Most people probably wants to pass 'quiet' to the kernel. If HARDWARECLOCK is empty we will read the value of UTC/LOCAL from hwclock's adjfile instead. To avoid interacting with the hardwareclock set HARDWARECLOCK="IGNORE". We now support (optionally) setting the broadcast address in the new network config. Behavioral changes ------------------ We no longer silence errors thrown by udev. In particular, if udevadm --settle times out, we get an error message. We no longer adjust the rtc on boot, as it is unreliable, we only make corrections for the timezone. We no longer mount /run as noexec. Misc changes ------------ Cleaning up of /tmp and friends is now done by an external tool. This tool is intended to allow pac kages to maintain {/var,}/run{/lock,} in the absense of rc scripts. General refactoring which should make maintenance and writing custom hooks easier.
-
2011.06.4 protectedf0717e3f · ·
Do not use 'hostname' any longer, this means it can go back to net-tools without us having to care Also fix a trivial syntax error with our printing functions
-
-
2011.06.2 protected6119386d · ·
- Remove support for nisdomainname, this would cause problems now that it has moved to yp-tools. - Readd some comments to rc.conf - Remove MOD_AUTOLOAD from rc.conf
-
2011.06.1 protecteda41c2901 · ·
- bug fixes - rc.conf deprecation warnings - rc.d improvements - omitpid from killall - add iproute2 support, deprecate net-tools support
-
-
2011.05.1 protected2acd4aaf · ·
Mainly bugfix release Changes: * rename /sbin/rc to /sbin/rc.d to avoid PATH conflict * drop very old deprecated setting of uevent_helper * mount /dev/pts and /dev/shm with standard options in case they are not in fstab Features: * use bootlogd to record the output from boot * make it possible to symlink /var/{run,lock} to /run/{,lock} (this is not done automatically) Workarounds: * symlink the old /var/run/daemons to /run/daemons (this should not be necessary but broken rc.d scripts rely on it) * reinstate the copying of persistent udev rules from /run to /etc (this will go away one day due to upstream changes)