Bug 143182 - [PATCH] net-mgmt/smokeping: use $USERS & $GROUPS instead of doing account creation manually
Summary: [PATCH] net-mgmt/smokeping: use $USERS & $GROUPS instead of doing account cre...
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: Lars Thegler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-24 20:10 UTC by Sevan Janiyan
Modified: 2010-02-15 13:00 UTC (History)
1 user (show)

See Also:


Attachments
smokeping-2.4.2_2.patch (11.31 KB, patch)
2010-01-24 20:10 UTC, Sevan Janiyan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sevan Janiyan 2010-01-24 20:10:01 UTC
by switching to using $USERS & $GROUPS pkg-install is nolonger required     
pkg-deinstall only needs to handle the removal of the .pid file
user @stopdaemon to stop smoking instead of invoking smoking stop manually by pkg-deinstall
use bsd.port.options.mk
use SUB_FILES to update pkg-message

Added file(s):
- files/pkg-deinstall.in
- files/pkg-message.in

Removed file(s):
- pkg-deinstall
- pkg-install
- pkg-message

Port maintainer (lth@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-01-24 20:10:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lth

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-02-15 12:53:38 UTC
lth         2010-02-15 12:53:24 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt/smokeping   Makefile pkg-plist 
  Added files:
    net-mgmt/smokeping/files pkg-deinstall.in pkg-message.in 
  Removed files:
    net-mgmt/smokeping   pkg-deinstall pkg-install pkg-message 
  Log:
  by switching to using $USERS & $GROUPS pkg-install is no longer required
  pkg-deinstall only needs to handle the removal of the .pid file
  use @stopdaemon to stop smoking instead of invoking smokeping stop manually by pkg-deinstall
  use bsd.port.options.mk
  use SUB_FILES to update pkg-message
  
  PR:             ports/143182
  Submitted by:   Sevan Janiyan <venture37@geeklan.co.uk>
  
  Revision  Changes    Path
  1.53      +54 -68    ports/net-mgmt/smokeping/Makefile
  1.1       +9 -0      ports/net-mgmt/smokeping/files/pkg-deinstall.in (new)
  1.1       +36 -0     ports/net-mgmt/smokeping/files/pkg-message.in (new)
  1.5       +0 -55     ports/net-mgmt/smokeping/pkg-deinstall (dead)
  1.7       +0 -31     ports/net-mgmt/smokeping/pkg-install (dead)
  1.8       +0 -36     ports/net-mgmt/smokeping/pkg-message (dead)
  1.25      +1 -0      ports/net-mgmt/smokeping/pkg-plist
_______________________________________________
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 Lars Thegler freebsd_committer freebsd_triage 2010-02-15 12:53:53 UTC
State Changed
From-To: open->closed

Committed. Thanks!