From nobody@FreeBSD.org  Sun Apr  6 00:45:11 2008
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 6A1D31065675
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  6 Apr 2008 00:45:11 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 5070B8FC18
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  6 Apr 2008 00:45:11 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m360j0se065183
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 6 Apr 2008 00:45:00 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m360j0ga065180;
	Sun, 6 Apr 2008 00:45:00 GMT
	(envelope-from nobody)
Message-Id: <200804060045.m360j0ga065180@www.freebsd.org>
Date: Sun, 6 Apr 2008 00:45:00 GMT
From: Gijs Peskens <gijspeskens@concepts.nl>
To: freebsd-gnats-submit@FreeBSD.org
Subject: typo in ftp-proxy rc script
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         122478
>Category:       conf
>Synopsis:       typo in ftp-proxy rc script
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-rc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 06 00:50:01 UTC 2008
>Closed-Date:    Sun May 11 17:13:05 UTC 2008
>Last-Modified:  Sun May 11 17:13:05 UTC 2008
>Originator:     Gijs Peskens
>Release:        7.0 RC3-7.0 RELENG
>Organization:
>Environment:
-
>Description:
I found this problem on a RC3 machine, but i checked the file on a RELENG machine and it is the same.
The ftp-proxy file in the rc.d dir states as name ftpproxy, while the name of the file implies ftp-proxy, when having ftp-proxy_enable="YES" en rc.conf and trying to give a start command the rc script responds ftp-proxy_enable=YES: not in rc.conf

work around: put ftpproxy_enable="YES" in rc.conf

>How-To-Repeat:

>Fix:
fix: change name variable in ftp-proxy rc script to ftp-proxy

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-i386->freebsd-rc 
Responsible-Changed-By: gavin 
Responsible-Changed-When: Sun Apr 6 03:17:21 UTC 2008 
Responsible-Changed-Why:  
Over to responsible mailing list 

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

From: Mike Makonnen <mtm@wubethiopia.com>
To: bug-followup@FreeBSD.org
Cc: gijspeskens@concepts.nl
Subject: Re: conf/122478: typo in ftp-proxy rc script
Date: Tue, 06 May 2008 14:34:19 +0300

 The '-' character cannot be used in a variable name.
 
 Cheers.
 -- 
 Mike Makonnen       | GPG-KEY: http://people.freebsd.org/~mtm/mtm.asc
 mtm @ FreeBSD.Org   | AC7B 5672 2D11 F4D0 EBF8  5279 5359 2B82 7CD4 1F55
 FreeBSD             | http://www.freebsd.org
 
State-Changed-From-To: open->closed 
State-Changed-By: matteo 
State-Changed-When: Dom 11 Mag 2008 17:12:41 UTC 
State-Changed-Why:  
Mike clearly explained why the request cannot be satisfied. 

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