This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Arch Linux initscripts repository".

The annotated tag, 2011.07.3 has been created
        at  8fe1338ca9ae29122e93760f41573f89e19e68b9 (tag)
   tagging  92ef85ff23d548f6dc9be3fb9b73a050f596941f (commit)
  replaces  2011.07.2
 tagged by  Tom Gundersen
        on  Thu Jul 28 14:33:56 2011 +0200

- Log -----------------------------------------------------------------
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.

Tom Gundersen (1):
      NEED_ROOT: default to off

-----------------------------------------------------------------------


hooks/post-receive
-- 
Arch Linux initscripts repository

Reply via email to