Bug 155495 - [PATCH] Fix rc.d scripts for sysutils/cfengine3
Summary: [PATCH] Fix rc.d scripts for sysutils/cfengine3
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: Cy Schubert
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-12 16:10 UTC by Marin Atanasov
Modified: 2011-03-13 01:37 UTC (History)
0 users

See Also:


Attachments
file.diff (1.75 KB, patch)
2011-03-12 16:10 UTC, Marin Atanasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.