Currently, when one installs Quassel with the server component (the 'CORE' option), they have to manually setup a daemon user account, a data directory for that account, and write their own init script (either in /usr/local/etc/rc.d, or a daemontools script). It'd be useful if an init script could be packaged with the port. How-To-Repeat: Install irc/quassel, making sure the 'CORE' option is set. Note that there's no init script, daemon user account, or data directory for Quassel; you have to set all of that up yourself.
Responsible Changed From-To: freebsd-ports-bugs->makc Over to maintainer.
I have created an rc init script for this app. #!/bin/sh # # PROVIDE: quasselcore # REQUIRE: netif routing mountcritlocal # KEYWORD: shutdown . /etc/rc.subr name="quasselcore" rcvar=`set_rcvar` command="/usr/local/bin/${name}" load_rc_config $name : ${quasselcore_enable="NO"} command_args="--configdir=/usr/local/etc/quassel/ &" run_rc_command "$1" -- Chuck Burns The Southern Libertarian http://www.thesouthernlibertarian.com/
State Changed From-To: open->closed The rc script has been added along with update to 0.7.3
A commit references this bug: Author: crees Date: Fri Jul 3 18:07:25 UTC 2015 New revision: 391267 URL: https://svnweb.freebsd.org/changeset/ports/391267 Log: Fix licence details PR: ports/156452 Submitted by: jbeich Changes: head/graphics/libvisual04/Makefile