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, fifteen has been updated via 1a78fe5e2dd19a6c7959ec52e175ee7a70cc29e8 (commit) from 4fa404af2a60ab9faf760e087f9d267f7707dae3 (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 1a78fe5e2dd19a6c7959ec52e175ee7a70cc29e8 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Sep 14 12:38:39 2013 +0200
firstsetup: add missing "fi".
-----------------------------------------------------------------------
Summary of changes: src/initscripts/init.d/firstsetup | 1 + 1 file changed, 1 insertion(+)
Difference in files: diff --git a/src/initscripts/init.d/firstsetup b/src/initscripts/init.d/firstsetup index 29de499..247d69a 100644 --- a/src/initscripts/init.d/firstsetup +++ b/src/initscripts/init.d/firstsetup @@ -40,6 +40,7 @@ if [ ! "$(grep "^flags.* pae " /proc/cpuinfo)" == "" ]; then echo "Name: linux-pae" > /opt/pakfire/db/installed/meta-linux-pae echo "ProgVersion: 0" >> /opt/pakfire/db/installed/meta-linux-pae echo "Release: 0" >> /opt/pakfire/db/installed/meta-linux-pae + fi fi
echo Restarting udev...
hooks/post-receive -- IPFire 2.x development tree