Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jan 2001 12:50:54 +0100 (CET)
From:      send-pr@oldach.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/24304: ports/palm/pilot-link/files/pilot-link.sh is broken
Message-ID:  <200101131150.f0DBosV35959@sep.hamburg.com>

next in thread | raw e-mail | index | archive | help

>Number:         24304
>Category:       ports
>Synopsis:       ports/palm/pilot-link/files/pilot-link.sh is broken
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 13 04:00:02 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Helge Oldach
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
>Environment:

	

>Description:

	%%PREFIX%% substitutes to /usr/local/pilot, but that makes
	%%PREFIX%%/pilot/lib wrong. Since files/pilot-link.sh will
	installed as /usr/local/etc/rc.d/pilot-link.sh it will
	bogusly call

		ldconfig -m /usr/local/pilot/pilot/lib.

>How-To-Repeat:

	make install :-)

>Fix:

--- files/pilot-link.sh.ORIG	Fri Jan  5 22:17:51 2001
+++ files/pilot-link.sh	Tue Jan  9 10:07:36 2001
@@ -2,7 +2,7 @@
 
 case "$1" in
 	start)
-		/sbin/ldconfig -m %%PREFIX%%/pilot/lib
+		/sbin/ldconfig -m %%PREFIX%%/lib
 		;;
 	stop)
 		;;


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101131150.f0DBosV35959>