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 2f27148cbbf9482a11bc05c1afb410e3bb1bebb0 (commit) via 3c3dfd165eec77898bd9e0bf72ee92dbe9987d61 (commit) from ebf697a097f38c11a603e22f7f742e24bba601a2 (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 2f27148cbbf9482a11bc05c1afb410e3bb1bebb0 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Oct 11 12:20:44 2017 +0100
core115: Ship updated extrahd.pl
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 3c3dfd165eec77898bd9e0bf72ee92dbe9987d61 Author: Matthias Fischer matthias.fischer@ipfire.org Date: Tue Oct 3 15:40:25 2017 +0200
Remove PRINT-line in extrahd.pl
As shown in https://forum.ipfire.org/viewtopic.php?f=50&t=19563#p111055 PRINT-output somehow garbles bash-prompt.
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/extrahd/extrahd.pl | 2 -- config/rootfiles/core/115/filelists/files | 1 + 2 files changed, 1 insertion(+), 2 deletions(-)
Difference in files: diff --git a/config/extrahd/extrahd.pl b/config/extrahd/extrahd.pl index 6593ca4..6c3c99c 100644 --- a/config/extrahd/extrahd.pl +++ b/config/extrahd/extrahd.pl @@ -48,8 +48,6 @@ close FILE; ############################################################################################################################ ############################################################################################################################
-print "$ARGV[0] $ARGV[1]"; - if ( "$ARGV[0]" eq "mount" ) { system("/bin/cp -f /etc/fstab $fstab");
diff --git a/config/rootfiles/core/115/filelists/files b/config/rootfiles/core/115/filelists/files index 33937ae..7274d7e 100644 --- a/config/rootfiles/core/115/filelists/files +++ b/config/rootfiles/core/115/filelists/files @@ -16,6 +16,7 @@ usr/local/bin/captivectrl usr/local/bin/wirelessctrl var/ipfire/backup/include var/ipfire/captive +var/ipfire/extrahd/bin/extrahd.pl var/ipfire/general-functions.pl var/ipfire/lang.pl var/ipfire/langs
hooks/post-receive -- IPFire 2.x development tree