Bug 120863 - [MAINTAINER] security/openvpn-devel: use rcfile name in syslog
Summary: [MAINTAINER] security/openvpn-devel: use rcfile name in syslog
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-20 00:20 UTC by Matthias Andree
Modified: 2008-02-20 01:20 UTC (History)
0 users

See Also:


Attachments
openvpn-devel-2.1.r7_1.patch (1.39 KB, patch)
2008-02-20 00:20 UTC, Matthias Andree
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Andree 2008-02-20 00:20:00 UTC
Use --daemon ${name} when running daemon so as to get distinguishable
and more useful syslog output.

Suggested by Stefan Bethke.

Generated with FreeBSD Port Tools 0.77
Comment 1 dfilter service freebsd_committer freebsd_triage 2008-02-20 01:16:14 UTC
rafan       2008-02-20 01:16:09 UTC

  FreeBSD ports repository

  Modified files:
    security/openvpn-devel Makefile 
    security/openvpn-devel/files openvpn.sh.in 
  Log:
  - Run opensvn with --daemon ${name} in order to get distinguishable and
    useful syslog tags
  
  PR:             ports/120863
  Submitted by:   Matthias Andree <matthias.andree at gmx.de> (maintainer)
  
  Revision  Changes    Path
  1.37      +1 -0      ports/security/openvpn-devel/Makefile
  1.7       +3 -3      ports/security/openvpn-devel/files/openvpn.sh.in
_______________________________________________
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 2 Rong-En Fan freebsd_committer freebsd_triage 2008-02-20 01:16:19 UTC
State Changed
From-To: open->closed

Committed. Thanks!