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 303b81f19c37636402d2e5f850cb683e051bbe10 (commit) from d48c456fa24545b6d9b06049fcef57850f1e02dc (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 303b81f19c37636402d2e5f850cb683e051bbe10 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Nov 20 21:28:05 2013 +0100
Add openssh update to core update 73.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/{oldcore/36 => core/73}/filelists/openssh | 0 config/rootfiles/core/73/update.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) copy config/rootfiles/{oldcore/36 => core/73}/filelists/openssh (100%)
Difference in files: diff --git a/config/rootfiles/core/73/filelists/openssh b/config/rootfiles/core/73/filelists/openssh new file mode 120000 index 0000000..d8c77fd --- /dev/null +++ b/config/rootfiles/core/73/filelists/openssh @@ -0,0 +1 @@ +../../../common/openssh \ No newline at end of file diff --git a/config/rootfiles/core/73/update.sh b/config/rootfiles/core/73/update.sh index ee799ad..a9fed1b 100644 --- a/config/rootfiles/core/73/update.sh +++ b/config/rootfiles/core/73/update.sh @@ -70,7 +70,7 @@ fi sync
# This update need a reboot... -#touch /var/run/need_reboot +touch /var/run/need_reboot
# #Finish
hooks/post-receive -- IPFire 2.x development tree