Date: Mon, 18 Sep 2000 13:36:54 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org Subject: ports/21372: Update port: sysutils/doconfig Message-ID: <20000918203654.56AA237B446@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 21372 >Category: ports >Synopsis: Update port: sysutils/doconfig >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Sep 18 13:40:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.1-RELEASE i386 >Organization: >Environment: >Description: - Support PREFIX properly >How-To-Repeat: >Fix: diff -urN /usr/ports/sysutils/doconfig/patches/patch-aa sysutils/doconfig/patches/patch-aa --- /usr/ports/sysutils/doconfig/patches/patch-aa Mon Aug 3 15:28:04 1998 +++ sysutils/doconfig/patches/patch-aa Sat Aug 12 01:40:00 2000 @@ -14,7 +14,7 @@ $version = "1.1"; -$autokernconf = "/usr/sbin/autokernconf"; -+$autokernconf = "/usr/local/sbin/autokernconf"; ++$autokernconf = "%%PREFIX%%/sbin/autokernconf"; $autokernconf_args = ""; $autoinstall = 0; $autoreboot = 0; >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?20000918203654.56AA237B446>