Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jun 2012 11:31:25 +0900 (JST)
From:      Masaki TAGAWA <masaki@club.kyutech.ac.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ume@FreeBSD.org
Subject:   ports/169387: [PATCH] japanese/tiarra: Fix SUB_LIST
Message-ID:  <201206250231.q5P2VPNd014304@rose.club.kyutech.ac.jp>
Resent-Message-ID: <201206250240.q5P2eAfI091761@freefall.freebsd.org>

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

>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 <ume@freebsd.org>
>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:



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