Bug 103626 - [patch] Update the net/smokeping rc script to something somewhat current
Summary: [patch] Update the net/smokeping rc script to something somewhat current
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: 2006-09-25 18:00 UTC by Brad Davis
Modified: 2006-12-12 12:55 UTC (History)
0 users

See Also:


Attachments
file.diff (1.50 KB, patch)
2006-09-25 18:00 UTC, Brad Davis
no flags Details | Diff
smokeping.sh (424 bytes, application/x-shellscript)
2006-12-06 00:07 UTC, Sean McAfee
no flags Details
diff (1.27 KB, patch)
2006-12-06 00:07 UTC, Sean McAfee
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brad Davis freebsd_committer freebsd_triage 2006-09-25 18:00:35 UTC
	This patch updates smokeping's rc script to something somewhat current.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-09-25 18:00:44 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lth

Over to maintainer
Comment 2 Sean McAfee 2006-12-06 00:07:25 UTC
Attached is the full version (and a diff) of an rc.d(8) compliant 
startup script for Smokeping.  It implements extra_commands to utilize 
the built-in graceful restart mechanism. 

Thanks!

-- 
Sean McAfee
Collaborative Fusion, Inc. 
  smcafee@collaborativefusion.com
  412-422-3463 x 4025

1710 Murray Avenue, Suite 320
Pittsburgh, PA 15217

****************************************************************
IMPORTANT: This message contains confidential information
and is intended only for the individual named. If the reader of
this message is not an intended recipient (or the individual
responsible for the delivery of this message to an intended
recipient), please be advised that any re-use, dissemination,
distribution or copying of this message is prohibited. Please
notify the sender immediately by e-mail if you have received
this e-mail by mistake and delete this e-mail from your system.
E-mail transmission cannot be guaranteed to be secure or
error-free as information could be intercepted, corrupted, lost,
destroyed, arrive late or incomplete, or contain viruses. The
sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a
result of e-mail transmission.
****************************************************************
Comment 3 dfilter service freebsd_committer freebsd_triage 2006-12-12 12:47:52 UTC
lth         2006-12-12 12:47:43 UTC

  FreeBSD ports repository

  Modified files:
    net/smokeping        Makefile pkg-message pkg-plist 
  Added files:
    net/smokeping/files  smokeping.in 
  Removed files:
    net/smokeping/files  smokeping.sh 
  Log:
  - Update to rcNG [1]
  - Include reload command [2]
  - Update MASTER_SITES
  
  PR:             ports/103626
  Submitted by:   brd [1], Sean McAfee <smcafee@collaborativefusion.com> [2]
  
  Revision  Changes    Path
  1.38      +10 -11    ports/net/smokeping/Makefile
  1.1       +41 -0     ports/net/smokeping/files/smokeping.in (new)
  1.5       +0 -29     ports/net/smokeping/files/smokeping.sh (dead)
  1.5       +4 -2      ports/net/smokeping/pkg-message
  1.18      +0 -1      ports/net/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 4 Lars Thegler freebsd_committer freebsd_triage 2006-12-12 12:55:07 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!