Bug 155495

Summary: [PATCH] Fix rc.d scripts for sysutils/cfengine3
Product: Ports & Packages Reporter: Marin Atanasov <dnaeon>
Component: Individual Port(s)Assignee: Cy Schubert <cy>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Marin Atanasov 2011-03-12 16:10:10 UTC
The rc.d scripts provided with sysutils/cfengine3 are using a hyphen for the name of the rcvar in the cf-serverd and cf-execd rc.d scripts.

This is preventing cf-serverd and cf-execd from starting up.

Please update the port with the provided patch, which replaces the hyphens to underscores in the rc.d scripts.

Fix: Patch attached with submission follows:
How-To-Repeat: 1. Install sysutils/cfengine3

2. Execute the cf-serverd and cf-execd scripts from /usr/local/etc.rc.d
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-03-12 16:10:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->cy

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-03-13 01:21:32 UTC
cy          2011-03-13 01:21:18 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/cfengine3   Makefile 
    sysutils/cfengine3/files cf-execd.in cf-serverd.in 
  Log:
  Replace dashes ("-") in rc scripts with underbars ("_").
  
  PR:             155495
  Submitted by:   arin Atanasov Nikolov <dnaeon@gmail.com>
  
  Revision  Changes    Path
  1.55      +1 -0      ports/sysutils/cfengine3/Makefile
  1.7       +5 -5      ports/sysutils/cfengine3/files/cf-execd.in
  1.7       +5 -5      ports/sysutils/cfengine3/files/cf-serverd.in
_______________________________________________
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 Cy Schubert freebsd_committer freebsd_triage 2011-03-13 01:37:03 UTC
State Changed
From-To: open->closed

Committed. Thanks for the patch.