From nobody@FreeBSD.org  Fri Apr 29 19:40:23 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4B00A106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 29 Apr 2011 19:40:23 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 3C0898FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 29 Apr 2011 19:40:23 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p3TJeNXn057469
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 29 Apr 2011 19:40:23 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p3TJeMro057468;
	Fri, 29 Apr 2011 19:40:22 GMT
	(envelope-from nobody)
Message-Id: <201104291940.p3TJeMro057468@red.freebsd.org>
Date: Fri, 29 Apr 2011 19:40:22 GMT
From: Chris Rees <utisoft@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] Porter's Handbook uses shism $()
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         156724
>Category:       docs
>Synopsis:       [PATCH] Porter's Handbook uses shism $()
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ryusuke
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 29 19:50:09 UTC 2011
>Closed-Date:    Fri Jun 03 23:50:45 UTC 2011
>Last-Modified:  Fri Jun 03 23:50:45 UTC 2011
>Originator:     Chris Rees
>Release:        8.2
>Organization:
>Environment:
System: FreeBSD zeus.bayofrum.net 8.2-RELEASE FreeBSD 8.2-RELEASE #1: Sun Feb 27 22:19:51 UTC 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386
>Description:
Under the automated pkg-plist section, the quoted commands use command
substitution syntax $(), which is great if you're using sh etc, but
not if you're using csh -- the default root shell.
>How-To-Repeat:
Copy-paste the commands suggested to generate the pkg-plist in the
Porter's Handbook into t?csh.
>Fix:
	- in pkg-plist generation:
		* replace $()-style substitution with `` for csh users

	Submitted by: Chris Rees (utisoft@gmail.com)

Patch:

http://www.bayofrum.net/~crees/patches/porters-plist-automated.diff

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->ryusuke 
Responsible-Changed-By: ryusuke 
Responsible-Changed-When: Sun May 22 10:40:40 UTC 2011 
Responsible-Changed-Why:  
I'll take this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=156724 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/156724: commit references a PR
Date: Fri,  3 Jun 2011 15:03:06 +0000 (UTC)

 ryusuke     2011-06-03 15:02:58 UTC
 
   FreeBSD doc repository
 
   Modified files:
     en_US.ISO8859-1/books/porters-handbook book.sgml 
   Log:
   PR: docs/156724
   
   Replace $()-style substitution in "7.5 Automated package list creation" and
   "9.4 PREFIX and DESTDIR" subsection with ``.
   Backquote notation is more versatile since both csh and sh understand.
   
   Submitted by:   Chris Rees (utisoft _at_ gmail dot com)
   Discussed with: hrs@
   
   Revision  Changes    Path
   1.1108    +11 -11    doc/en_US.ISO8859-1/books/porters-handbook/book.sgml
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: ryusuke 
State-Changed-When: Fri Jun 3 23:50:31 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=156724 
>Unformatted:
