Bug 130400 - [PATCH] irc/ctrlproxy complains about unable to locate help file
Summary: [PATCH] irc/ctrlproxy complains about unable to locate help file
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: chinsan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-12 04:10 UTC by Ashish Shukla
Modified: 2009-01-12 22:00 UTC (History)
0 users

See Also:


Attachments
file.diff (644 bytes, patch)
2009-01-12 04:10 UTC, Ashish Shukla
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ashish Shukla 2009-01-12 04:10:01 UTC
Due to change in the name of ctrlproxy's helpfile from
${LOCALBASE}/share/ctrlproxy/help to
${LOCALBASE}/share/ctrlproxy/help.txt, ctrlproxy complains about
unable to locate helpfile during startup.

Fix: This patch fixes this issue. Please increment the PORTREVISION if
desired.
How-To-Repeat: 
1. Initialize ctrlproxy's configuration if not already initialized.

% ctrlproxy-init

2. Now, start ctrlproxy. It'll print a message about unable to locate
   helpfile.

% ctrlproxy
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2009-01-12 09:16:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->chinsan

Over to maintainer.
Comment 2 chinsan freebsd_committer freebsd_triage 2009-01-12 16:02:50 UTC
State Changed
From-To: open->feedback

I agreed with this patch. 

BTW, do you want to be the maintainer? :) 
Maybe it's the time to pass maintainership to you. 

- chinsan
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-01-12 21:51:34 UTC
chinsan     2009-01-12 21:51:20 UTC

  FreeBSD ports repository

  Modified files:
    irc/ctrlproxy        Makefile 
  Added files:
    irc/ctrlproxy/files  patch-Makefile.settings.in 
  Log:
  - Fix startup issue
  - Pass maintainership to submitter
  
  PR:             ports/130400
  Submitted by:   Ashish Shukla <wahjava at gmail.com>
  
  Revision  Changes    Path
  1.26      +2 -1      ports/irc/ctrlproxy/Makefile
  1.1       +13 -0     ports/irc/ctrlproxy/files/patch-Makefile.settings.in (new)
_______________________________________________
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 chinsan freebsd_committer freebsd_triage 2009-01-12 21:51:44 UTC
State Changed
From-To: feedback->closed

Committed, thanks.