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, core94 has been updated via c5a5e4abb043abe1c5cecbdf15b28b03f74f4734 (commit) via 9dd14089ce95dfc9277e121f95d994005f860e60 (commit) from 8f1fe7c5314aae2893a52959f0d06dd9c0d28d00 (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 c5a5e4abb043abe1c5cecbdf15b28b03f74f4734 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon Sep 28 16:57:21 2015 +0200
core94: restart init after glibc update.
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/94/filelists/Email-Date-Format | 1 - config/rootfiles/core/94/filelists/MIME-Lite | 1 - config/rootfiles/core/94/filelists/perl-Email-Date-Format | 1 + config/rootfiles/core/94/filelists/perl-MIME-Lite | 1 + config/rootfiles/core/94/update.sh | 3 +++ 5 files changed, 5 insertions(+), 2 deletions(-) delete mode 120000 config/rootfiles/core/94/filelists/Email-Date-Format delete mode 120000 config/rootfiles/core/94/filelists/MIME-Lite create mode 120000 config/rootfiles/core/94/filelists/perl-Email-Date-Format create mode 120000 config/rootfiles/core/94/filelists/perl-MIME-Lite
Difference in files: diff --git a/config/rootfiles/core/94/filelists/Email-Date-Format b/config/rootfiles/core/94/filelists/Email-Date-Format deleted file mode 120000 index b98751e..0000000 --- a/config/rootfiles/core/94/filelists/Email-Date-Format +++ /dev/null @@ -1 +0,0 @@ -../../../common/Email-Date-Format \ No newline at end of file diff --git a/config/rootfiles/core/94/filelists/MIME-Lite b/config/rootfiles/core/94/filelists/MIME-Lite deleted file mode 120000 index c388805..0000000 --- a/config/rootfiles/core/94/filelists/MIME-Lite +++ /dev/null @@ -1 +0,0 @@ -../../../common/MIME-Lite \ No newline at end of file diff --git a/config/rootfiles/core/94/filelists/perl-Email-Date-Format b/config/rootfiles/core/94/filelists/perl-Email-Date-Format new file mode 120000 index 0000000..9980811 --- /dev/null +++ b/config/rootfiles/core/94/filelists/perl-Email-Date-Format @@ -0,0 +1 @@ +../../../common/perl-Email-Date-Format \ No newline at end of file diff --git a/config/rootfiles/core/94/filelists/perl-MIME-Lite b/config/rootfiles/core/94/filelists/perl-MIME-Lite new file mode 120000 index 0000000..aa0aa6b --- /dev/null +++ b/config/rootfiles/core/94/filelists/perl-MIME-Lite @@ -0,0 +1 @@ +../../../common/perl-MIME-Lite \ No newline at end of file diff --git a/config/rootfiles/core/94/update.sh b/config/rootfiles/core/94/update.sh index ff9797c..6560662 100644 --- a/config/rootfiles/core/94/update.sh +++ b/config/rootfiles/core/94/update.sh @@ -39,6 +39,9 @@ done # Extract files extract_files
+# Restart init after glibc update +telinit u + # Update Language cache /usr/local/bin/update-lang-cache
hooks/post-receive -- IPFire 2.x development tree