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 19682056b02da8f3644cc5ce50065b720972658b (commit) from 030a57c5e89e0523faaf950d1cf594aaaaa886af (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 19682056b02da8f3644cc5ce50065b720972658b Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed Jun 16 23:24:38 2010 +0200
Hide "Cannot open ENABLED" 2nd try. grrrr
-----------------------------------------------------------------------
Summary of changes: src/initscripts/init.d/networking/red.up/50-ovpn | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Difference in files: diff --git a/src/initscripts/init.d/networking/red.up/50-ovpn b/src/initscripts/init.d/networking/red.up/50-ovpn index 6008fdd..a53b920 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 > /dev/null +/usr/local/bin/openvpnctrl -s > /dev/null 2>&1
exit 0
hooks/post-receive -- IPFire 2.x development tree