FreeBSD Bugzilla – Attachment 104934 Details for
Bug 145207
[patch] security/vpnc fix rc.d script return value
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 543 bytes, created by
kamikaze
on 2010-03-30 16:00:17 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
kamikaze
Created:
2010-03-30 16:00:17 UTC
Size:
543 bytes
patch
obsolete
>diff -Nur vpnc.orig/files/vpnc.in vpnc/files/vpnc.in >--- vpnc.orig/files/vpnc.in 2010-03-30 16:14:37.000000000 +0200 >+++ vpnc/files/vpnc.in 2010-03-30 16:15:37.000000000 +0200 >@@ -44,8 +44,9 @@ > current="$vpnc_conf_dir/$config" > > # Start vpnc. >- if ! $command --local-port 0 $current $vpnc_flags; then >- status=$? >+ $command --local-port 0 $current $vpnc_flags >+ status=$? >+ if [ $status -ne 0 ]; then > # VPNC does not print a newline after an error. > echo > echo "Running 'vpnc $current --local-port 0 $vpnc_flags' failed."
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 145207
: 104934