Bug 154548 - textproc/pootle: Pootle's rc.d script don't take into account a "pootle_flags=" option
Summary: textproc/pootle: Pootle's rc.d script don't take into account a "pootle_flags...
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: Steven Kreuzer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-06 10:00 UTC by Oleksiy Zagorskiy
Modified: 2011-10-11 16:20 UTC (History)
0 users

See Also:


Attachments
file.diff (392 bytes, patch)
2011-02-06 10:00 UTC, Oleksiy Zagorskiy
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oleksiy Zagorskiy 2011-02-06 10:00:23 UTC
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:
Comment 1 Denis Pokataev 2011-08-22 01:49:58 UTC
Approved, thanks.

-- 
Regards, Denis.
Comment 2 Steven Kreuzer freebsd_committer freebsd_triage 2011-08-25 04:09:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->skreuzer

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-10-11 16:16:29 UTC
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"
Comment 4 Steven Kreuzer freebsd_committer freebsd_triage 2011-10-11 16:17:10 UTC
State Changed
From-To: open->closed

Committed. Thanks!