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, next has been updated via 5537d89ab8a7cbea117b42c53f4fafb108096c1c (commit) from 34d3bfb462aaa8b0fe855f270382b1c9667df581 (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 5537d89ab8a7cbea117b42c53f4fafb108096c1c Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Oct 16 18:41:42 2011 +0200
Revert "inittab: change serial device from ttyS0 to console." console doesnt react to CTRL+C.
This reverts commit 34d3bfb462aaa8b0fe855f270382b1c9667df581.
-----------------------------------------------------------------------
Summary of changes: config/etc/inittab | 2 +- config/etc/securetty | 1 - lfs/flash-images | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-)
Difference in files: diff --git a/config/etc/inittab b/config/etc/inittab index 0708ffb..ea5ae99 100644 --- a/config/etc/inittab +++ b/config/etc/inittab @@ -26,6 +26,6 @@ su:S016:once:/sbin/sulogin 5:2345:respawn:/sbin/agetty tty5 9600 6:2345:respawn:/sbin/agetty tty6 9600 # *** Uncomment for serial console -#7:2345:respawn:/sbin/agetty console 115200 +#7:2345:respawn:/sbin/agetty ttyS0 115200
# End /etc/inittab diff --git a/config/etc/securetty b/config/etc/securetty index 3118b7c..7d4ae8c 100644 --- a/config/etc/securetty +++ b/config/etc/securetty @@ -1,4 +1,3 @@ -console tty1 tty2 tty3 diff --git a/lfs/flash-images b/lfs/flash-images index cc00053..fb1ca3d 100644 --- a/lfs/flash-images +++ b/lfs/flash-images @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2011 IPFire Team info@ipfire.org # +# Copyright (C) 2007 Michael Tremer & Christian Schmidt # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by #
hooks/post-receive -- IPFire 2.x development tree