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 ed51f39bcadab76339c6731922a98822e26da3f4 (commit) from 405401cba4cdc65b411474c9f7c628c490aed9db (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 ed51f39bcadab76339c6731922a98822e26da3f4 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed Jun 16 19:16:03 2010 +0200
Hide "Cannot read ENABLED" if red=static and openvpn disabled.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/38/filelists/files | 1 + src/initscripts/init.d/networking/red.up/50-ovpn | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/38/filelists/files b/config/rootfiles/core/38/filelists/files index 2465565..3459b83 100644 --- a/config/rootfiles/core/38/filelists/files +++ b/config/rootfiles/core/38/filelists/files @@ -5,6 +5,7 @@ etc/httpd/conf/vhosts.d/ipfire-interface.conf etc/rc.d/init.d/leds etc/rc.d/init.d/rc etc/rc.d/init.d/snort +etc/rc.d/init.d/networking/red.up/50-ovpn etc/rc.d/rc0.d/K79leds etc/rc.d/rc3.d/S21leds etc/rc.d/rc6.d/K79leds diff --git a/src/initscripts/init.d/networking/red.up/50-ovpn b/src/initscripts/init.d/networking/red.up/50-ovpn index ace5ee2..6008fdd 100644 --- a/src/initscripts/init.d/networking/red.up/50-ovpn +++ b/src/initscripts/init.d/networking/red.up/50-ovpn @@ -1,5 +1,5 @@ #!/bin/bash
-/usr/local/bin/openvpnctrl -s +/usr/local/bin/openvpnctrl -s > /dev/null
exit 0
hooks/post-receive -- IPFire 2.x development tree