Date: Mon, 12 Jan 2009 09:37:10 +0530 (IST) From: Ashish Shukla <wahjava@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/130400: [PATCH] ctrlproxy complains about unable to locate help file Message-ID: <200901120407.n0C47Ad1073654@chateau.d.lf> Resent-Message-ID: <200901120410.n0C4A1W1030689@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 130400 >Category: ports >Synopsis: [PATCH] ctrlproxy complains about unable to locate help file >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jan 12 04:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Ashish Shukla >Release: FreeBSD 7.1-RELEASE-p1 amd64 >Organization: >Environment: System: FreeBSD chateau.d.lf 7.1-RELEASE-p1 FreeBSD 7.1-RELEASE-p1 #8: Fri Jan 9 17:05:49 IST 2009 root@chateau.d.lf:/usr/obj/usr/src/sys/ULE amd64 >Description: 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. >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 >Fix: This patch fixes this issue. Please increment the PORTREVISION if desired. diff -urN /usr/ports/irc/ctrlproxy/files/patch-Makefile.settings.in ctrlproxy/files/patch-Makefile.settings.in --- /usr/ports/irc/ctrlproxy/files/patch-Makefile.settings.in 1970-01-01 05:30:00.000000000 +0530 +++ ctrlproxy/files/patch-Makefile.settings.in 2009-01-12 09:19:43.000000000 +0530 @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- Makefile.settings.in.orig ++++ Makefile.settings.in +@@ -40,6 +40,6 @@ + XSLTPROC = @XSLTPROC@ + EXTRA_INSTALL_TARGETS = @EXTRA_INSTALL_TARGETS@ + DEFAULT_CONFIG_DIR = $(sysconfdir)/ctrlproxy +-HELPFILE = $(cdatadir)/help ++HELPFILE = $(cdatadir)/help.txt + CHECK_CFLAGS = @CHECK_CFLAGS@ + CHECK_LIBS = @CHECK_LIBS@ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901120407.n0C47Ad1073654>