Doug Barton wrote:
> 5. In vpnc_start() you could simplify the code by doing:
>
> if ! $command $current $vpnc_flags; then
> status=$?
> echo "Running 'vpnc $current $vpnc_flags' failed."
> return $status
> fi
That was a really bad idea, because it causes status to always be 0.
Gabor Kovesdan wrote:
> Hello,
>
> thanks for pointing these out. Could you check the patch at
> http://gabor.t-hosting.hu/patches/security-vpnc.diff to make sure I got
> all your points correctly? While here, I changed the wrapping a bit to
> make it easier to read.
> Christian, do you approve t
Doug Barton schrieb:
Gabor Kovesdan wrote:
gabor 2007-02-26 18:57:31 UTC
FreeBSD ports repository
Modified files:
security/vpncMakefile
Added files:
security/vpnc/files vpnc.in
Log:
- Update rc.d script
- Use USE_RC_SUBR instead of direct patching
- B
Gabor Kovesdan wrote:
> gabor 2007-02-26 18:57:31 UTC
>
> FreeBSD ports repository
>
> Modified files:
> security/vpncMakefile
> Added files:
> security/vpnc/files vpnc.in
> Log:
> - Update rc.d script
> - Use USE_RC_SUBR instead of direct patching
> - Bump
gabor 2007-02-26 18:57:31 UTC
FreeBSD ports repository
Modified files:
security/vpncMakefile
Added files:
security/vpnc/files vpnc.in
Removed files:
security/vpnc/files vpnc.sh
Log:
- Update rc.d script
- Use USE_RC_SUBR instead of direct patching
-