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 "IPFire 2.x development tree".
The branch, master has been updated via ceb5098e575cd68a133e238c1ec8f67867bf41a7 (commit) from 2120ed47e93d52d96bbc3715fc7649f1086141dd (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit ceb5098e575cd68a133e238c1ec8f67867bf41a7 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Dec 23 10:18:35 2010 +0100
firstsetup: run sysklogd to hide kernel messages on setup screen.
-----------------------------------------------------------------------
Summary of changes: src/initscripts/init.d/firstsetup | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
Difference in files: diff --git a/src/initscripts/init.d/firstsetup b/src/initscripts/init.d/firstsetup index cef0b8a..b03b729 100644 --- a/src/initscripts/init.d/firstsetup +++ b/src/initscripts/init.d/firstsetup @@ -1,4 +1,5 @@ #!/bin/bash +/etc/init.d/sysklogd start export LANG=en_US.utf8 /usr/local/sbin/setup /dev/tty2 INSTALL echo Restarting udev... @@ -6,4 +7,5 @@ killall udevd /sbin/udevd --daemon /sbin/udevadm trigger /sbin/udevadm settle +/etc/init.d/sysklogd stop rm -f /etc/rc.d/rcsysinit.d/S75firstsetup
hooks/post-receive -- IPFire 2.x development tree