Bug 199145 - [patch] mail/sympa rc.d script fix bug
Summary: [patch] mail/sympa rc.d script fix bug
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Jan Beich
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-04-03 10:57 UTC by Igor Zabelin
Modified: 2015-05-03 07:36 UTC (History)
1 user (show)

See Also:
dgeo: maintainer-feedback+


Attachments
patch files/sympa.in (1.27 KB, patch)
2015-04-03 10:57 UTC, Igor Zabelin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Igor Zabelin 2015-04-03 10:57:36 UTC
Created attachment 155155 [details]
patch files/sympa.in

* Current sympa.rc not show the correct status, always active. grep with pid string also process.  
* The output of ps depends on the windows size. Sometime truncated /usr/local/libexec/sympa/task_manager.pl -w for avoid it.
* Change ps options to BSD-sytle.
Comment 1 geoffroy desvernay 2015-04-03 12:53:58 UTC
Approved :)

thank you
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-05-03 07:34:40 UTC
A commit references this bug:

Author: jbeich
Date: Sun May  3 07:33:41 UTC 2015
New revision: 385235
URL: https://svnweb.freebsd.org/changeset/ports/385235

Log:
  mail/sympa: fix bugs in rc.d script

  * Current sympa.rc not show the correct status, always active. grep
    with pid string also process.
  * The output of ps depends on the windows size. Sometime truncated
    /usr/local/libexec/sympa/task_manager.pl -w for avoid it.
  * Change ps options to BSD-sytle.

  PR:		199145
  Submitted by:	Igor Zabelin <igorz@yandex.ru>
  Approved by:	geoffroy desvernay <dgeo@centrale-marseille.fr> (maintainer)

Changes:
  head/mail/sympa/Makefile
  head/mail/sympa/files/sympa.in
Comment 3 Jan Beich freebsd_committer freebsd_triage 2015-05-03 07:36:49 UTC
Thanks. Committed.