[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
Update for subject: daemonising support
Responsible Changed From-To: freebsd-ports-bugs->zi I'll take it.
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"
State Changed From-To: open->closed Committed, with minor changes. Thanks!