Bug 123724 - mail/qmhandle qmHandle -a does not work
Summary: mail/qmhandle qmHandle -a does not work
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: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-16 06:50 UTC by mitsuru
Modified: 2008-05-20 19:30 UTC (History)
0 users

See Also:


Attachments
file.diff (450 bytes, patch)
2008-05-16 06:50 UTC, mitsuru
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitsuru 2008-05-16 06:50:01 UTC
       qmHandle -a does not work when PID of qmail-send is small.
       'ps -U qmails | grep qmail-send | cut -s -d " " -f 1' does not work
       correctly when PID is less than 5 digit number, and it fails to find
       PID of qmail-send. You should use 'pgrep qmail-send' instead.

How-To-Repeat: 	qmHandle -a does not work.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-05-16 06:50:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-05-20 19:26:33 UTC
garga       2008-05-20 18:26:27 UTC

  FreeBSD ports repository

  Modified files:
    mail/qmhandle        Makefile 
    mail/qmhandle/files  patch-qmHandle 
  Log:
  - Use pgrep to get qmail-send pid and prevent some problems when pid has less
    than 5 digits
  - Bump PORTREVISION
  
  PR:             ports/123724
  Submitted by:   mitsuru@riken.jp
  
  Revision  Changes    Path
  1.19      +1 -0      ports/mail/qmhandle/Makefile
  1.5       +3 -3      ports/mail/qmhandle/files/patch-qmHandle
_______________________________________________
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 3 Renato Botelho freebsd_committer freebsd_triage 2008-05-20 19:26:55 UTC
State Changed
From-To: open->closed

Committed. Thanks!