Bug 121229 - [patch] ports/security/vpnc incorrect .conf file search
Summary: [patch] ports/security/vpnc incorrect .conf file search
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-29 17:30 UTC by Helge Oldach
Modified: 2008-02-29 21:10 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (852 bytes, patch)
2008-02-29 17:30 UTC, Helge Oldach
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Helge Oldach 2008-02-29 17:30:01 UTC
The upgrade of ports/security/vpnc to version 0.5.1 introduced
some glitches against the documented behaviour. In particular,
the configuration files are not searched in the documented
locations: /usr/local/etc/vpnc/*.conf is not searched at all, and
/usr/local/etc/vpnc/default.conf is skipped, both in contrast to the
documentation.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-02-29 17:30:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ehaupt

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-02-29 21:08:23 UTC
ehaupt      2008-02-29 21:08:15 UTC

  FreeBSD ports repository

  Modified files:
    security/vpnc        Makefile 
    security/vpnc/files  patch-Makefile patch-config.c 
  Log:
  The upgrade of ports/security/vpnc to version 0.5.1 introduced some glitches
  against the documented behaviour. In particular, the configuration files are
  not searched in the documented locations: /usr/local/etc/vpnc/*.conf is not
  searched at all, and /usr/local/etc/vpnc/default.conf is skipped, both in
  contrast to the documentation.
  
  PR:             121229
  Submitted by:   Helge Oldach <ports-security-vpnc-feb08@oldach.net>
  
  Revision  Changes    Path
  1.30      +1 -1      ports/security/vpnc/Makefile
  1.8       +10 -1     ports/security/vpnc/files/patch-Makefile
  1.8       +3 -2      ports/security/vpnc/files/patch-config.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Emanuel Haupt freebsd_committer freebsd_triage 2008-02-29 21:08:46 UTC
State Changed
From-To: open->closed

Committed, thanks!