http://www.freshports.org/textproc/pootle/ Pootle's rc.d script don't take into account a "pootle_flags=" option Fix: -- /usr/sbin/daemon -p ${pidfile} -u ${pootle_user} ${command} \ ++ /usr/sbin/daemon -p ${pidfile} -u ${pootle_user} ${command} ${pootle_flags} \ Patch attached with submission follows:
Approved, thanks. -- Regards, Denis.
Responsible Changed From-To: freebsd-ports-bugs->skreuzer I'll take it.
skreuzer 2011-10-11 15:16:15 UTC FreeBSD ports repository Modified files: textproc/pootle Makefile textproc/pootle/files pootle.sh.in Log: Modify rc script to append options specified in pootle_flags to start command PR: ports/154548 Submitted by: Oleksiy Zagorskiy <zalex_ua@i.ua> Approved by: Denis Pokataev <catone@cpan.org> (maintainer) Revision Changes Path 1.17 +1 -0 ports/textproc/pootle/Makefile 1.5 +2 -2 ports/textproc/pootle/files/pootle.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"
State Changed From-To: open->closed Committed. Thanks!