Bug 143102 - [PATCH] net/apinger: add a new rc script, move message to pkg-message
Summary: [PATCH] net/apinger: add a new rc script, move message to pkg-message
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: Michael Landin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-23 03:50 UTC by Sevan Janiyan
Modified: 2010-01-25 12:30 UTC (History)
1 user (show)

See Also:


Attachments
apinger-0.6.1_2.patch (3.66 KB, patch)
2010-01-23 03:50 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-23 03:50:01 UTC
move message to pkg-message so users installing by a package recieve the message
add a new rc script which is installed via USE_RC_SUBR


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

Removed file(s):
- files/apinger.sh

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

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-01-23 03:50:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mich

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-01-25 12:24:23 UTC
mich        2010-01-25 12:24:06 UTC

  FreeBSD ports repository

  Modified files:
    net/apinger          Makefile pkg-plist 
  Added files:
    net/apinger/files    apinger.in pkg-message.in 
  Removed files:
    net/apinger/files    apinger.sh 
  Log:
  - move message to pkg-message so users installing by a package recieve the
  message
  - add a new rc script which is installed via USE_RC_SUBR
  
  PR:             ports/143102
  Submitted by:   Sevan Janiyan <venture37@geeklan.co.uk>
  
  Revision  Changes    Path
  1.15      +5 -11     ports/net/apinger/Makefile
  1.1       +28 -0     ports/net/apinger/files/apinger.in (new)
  1.2       +0 -19     ports/net/apinger/files/apinger.sh (dead)
  1.1       +5 -0      ports/net/apinger/files/pkg-message.in (new)
  1.6       +0 -1      ports/net/apinger/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 Michael Landin freebsd_committer freebsd_triage 2010-01-25 12:24:31 UTC
State Changed
From-To: open->closed

Committed, thanks!