Re: cvs commit: ports/security/vpnc Makefile ports/security/vpnc/files vpnc.in vpnc.sh

2007-03-22 Thread [LoN]Kamikaze
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.

Re: cvs commit: ports/security/vpnc Makefile ports/security/vpnc/files vpnc.in vpnc.sh

2007-02-28 Thread Doug Barton
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

Re: cvs commit: ports/security/vpnc Makefile ports/security/vpnc/files vpnc.in vpnc.sh

2007-02-28 Thread Gabor Kovesdan
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

Re: cvs commit: ports/security/vpnc Makefile ports/security/vpnc/files vpnc.in vpnc.sh

2007-02-26 Thread Doug Barton
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

cvs commit: ports/security/vpnc Makefile ports/security/vpnc/files vpnc.in vpnc.sh

2007-02-26 Thread Gabor Kovesdan
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 -