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, core88 has been updated
via ee30360adada2ecb0b4ebe8f7c6f5ce95e797c26 (commit)
from 5f56308fb3f6cf68843f2adeb07c3d44fcb76c4b (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 ee30360adada2ecb0b4ebe8f7c6f5ce95e797c26
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Thu Mar 19 16:33:39 2015 +0100
core88: set need reboot flag.
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/core/88/update.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Difference in files:
diff --git a/config/rootfiles/core/88/update.sh b/config/rootfiles/core/88/update.sh
index 6ef1f48..39c6eff 100644
--- a/config/rootfiles/core/88/update.sh
+++ b/config/rootfiles/core/88/update.sh
@@ -47,7 +47,7 @@ extract_files
sync
# This update need a reboot...
-#touch /var/run/need_reboot
+touch /var/run/need_reboot
# Finish
/etc/init.d/fireinfo start
hooks/post-receive
--
IPFire 2.x development tree