From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 25 02:40:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 200B3106567D for ; Mon, 25 Jun 2012 02:40:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D2B728FC12 for ; Mon, 25 Jun 2012 02:40:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5P2eAdu091762 for ; Mon, 25 Jun 2012 02:40:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5P2eAfI091761; Mon, 25 Jun 2012 02:40:10 GMT (envelope-from gnats) Resent-Date: Mon, 25 Jun 2012 02:40:10 GMT Resent-Message-Id: <201206250240.q5P2eAfI091761@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Masaki TAGAWA Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D552106564A; Mon, 25 Jun 2012 02:31:34 +0000 (UTC) (envelope-from masaki@rose.club.kyutech.ac.jp) Received: from rose.club.kyutech.ac.jp (rose.club.kyutech.ac.jp [131.206.108.6]) by mx1.freebsd.org (Postfix) with ESMTP id DD7898FC0A; Mon, 25 Jun 2012 02:31:33 +0000 (UTC) Received: from rose.club.kyutech.ac.jp (localhost [127.0.0.1]) by rose.club.kyutech.ac.jp (8.14.4/8.14.4) with ESMTP id q5P2VPUu014305; Mon, 25 Jun 2012 11:31:25 +0900 (JST) (envelope-from masaki@rose.club.kyutech.ac.jp) Received: (from masaki@localhost) by rose.club.kyutech.ac.jp (8.14.4/8.14.4/Submit) id q5P2VPNd014304; Mon, 25 Jun 2012 11:31:25 +0900 (JST) (envelope-from masaki) Message-Id: <201206250231.q5P2VPNd014304@rose.club.kyutech.ac.jp> Date: Mon, 25 Jun 2012 11:31:25 +0900 (JST) From: Masaki TAGAWA To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: ume@FreeBSD.org Subject: ports/169387: [PATCH] japanese/tiarra: Fix SUB_LIST X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Masaki TAGAWA List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jun 2012 02:40:11 -0000 >Number: 169387 >Category: ports >Synopsis: [PATCH] japanese/tiarra: Fix SUB_LIST >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jun 25 02:40:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Masaki TAGAWA >Release: FreeBSD 8.2-RELEASE-p5 amd64 >Organization: Kyushu Institute of Technology >Environment: System: FreeBSD rose.club.kyutech.ac.jp 8.2-RELEASE-p5 FreeBSD 8.2-RELEASE-p5 #2: Wed Dec 28 15:02:43 JST 2011 root@rose.club.kyutech.ac.jp:/usr/obj/usr/src/sys/MASAKIKERNEL amd64 >Description: - Fix SUB_LIST to work rc.d script properly - Cc'd current this port's maintainer: Hajimu UMEMOTO >How-To-Repeat: $ /usr/local/etc/rc.d/tiarra start Starting tiarra. su: unknown login: %%TIARRA_USER%% /usr/local/etc/rc.d/tiarra: WARNING: failed to start tiarra >Fix: --- patch-tiarra begins here --- diff -ruN /usr/ports/japanese/tiarra.org/Makefile /usr/ports/japanese/tiarra/Makefile --- /usr/ports/japanese/tiarra.org/Makefile 2011-06-12 02:58:31.000000000 +0900 +++ /usr/ports/japanese/tiarra/Makefile 2012-06-25 11:19:32.000000000 +0900 @@ -29,6 +29,8 @@ PLIST_SUB= TIARRA_USER=${TIARRA_USER} \ TIARRA_GROUP=${TIARRA_GROUP} +SUB_LIST= TIARRA_USER=${TIARRA_USER} + TIARRA_USER= tiarra TIARRA_GROUP= tiarra --- patch-tiarra ends here --- >Release-Note: >Audit-Trail: >Unformatted: