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 e935465a7a5160a03d382f1e330accfae1aceea9 (commit)
from fe683b748f0945b4986833580ac890d111b2ac24 (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 e935465a7a5160a03d382f1e330accfae1aceea9
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Mon Jul 25 20:54:10 2011 +0200
core51: update need a reboot.
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/core/51/update.sh | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
Difference in files:
diff --git a/config/rootfiles/core/51/update.sh b/config/rootfiles/core/51/update.sh
index 78e6a53..19fe898 100644
--- a/config/rootfiles/core/51/update.sh
+++ b/config/rootfiles/core/51/update.sh
@@ -68,7 +68,7 @@ rm -rf /boot/System.map-*
rm -rf /boot/config-*
rm -rf /boot/ipfirerd-*
rm -rf /boot/vmlinuz-*
-rm -rf /lib/modules/*-ipfire
+rm -rf /lib/modules/*
#
# Backup grub.conf
#
@@ -147,6 +147,8 @@ rm -rf /etc/sysconfig/lm_sensors
/usr/bin/logger -p syslog.emerg -t core-upgrade-51 "Check it before reboot !!!"
/usr/bin/logger -p syslog.emerg -t core-upgrade-51 " *** Please reboot... *** "
+# This update need a reboot.
+touch /var/run/need_reboot
#
#Finish
hooks/post-receive
--
IPFire 2.x development tree