Bug 159914 - [MAINTAINER] net-mgmt/ramond: daemonising support
Summary: [MAINTAINER] net-mgmt/ramond: daemonising support
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: Ryan Steinmetz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-19 16:20 UTC by Janos Mohacsi
Modified: 2011-09-25 17:20 UTC (History)
0 users

See Also:


Attachments
ramond-0.5_1.patch (3.24 KB, patch)
2011-08-19 16:20 UTC, Janos Mohacsi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Janos Mohacsi 2011-08-19 16:20:06 UTC
[DESCRIBE CHANGES]
Added daemonizing.

The Debian package includes a patch that makes ramond daemonize by default, and adds a command-line [-d] switch to make it stay in the foreground. 
After getting the ok from the maintainer of the debian package, Daniel Becker have modified Debian patch to work with FreeBSD port (tested on 8.2-RELEASE and 7.4-STABLE).

Added file(s):
- files/patch-src_main.c
- files/patch-src_main.h

Generated with FreeBSD Port Tools 0.99
Comment 1 Janos Mohacsi 2011-09-02 10:10:37 UTC
Update for subject: daemonising support
Comment 2 Ryan Steinmetz freebsd_committer freebsd_triage 2011-09-16 22:06:02 UTC
Responsible Changed
From-To: freebsd-ports-bugs->zi

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-09-25 17:11:01 UTC
zi          2011-09-25 16:10:51 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt/ramond      Makefile 
  Added files:
    net-mgmt/ramond/files patch-src_main.c patch-src_main.h 
  Log:
  - Merge in Debian patch to allow daemonization
  - Fix default config file location to point to ${PREFIX}/etc
  - Fix build under CLANG
  - Bump PORTREVISION
  
  PR:             ports/159914
  Submitted by:   Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
  
  Revision  Changes    Path
  1.7       +6 -0      ports/net-mgmt/ramond/Makefile
  1.1       +113 -0    ports/net-mgmt/ramond/files/patch-src_main.c (new)
  1.1       +12 -0     ports/net-mgmt/ramond/files/patch-src_main.h (new)
_______________________________________________
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 4 Ryan Steinmetz freebsd_committer freebsd_triage 2011-09-25 17:11:03 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!