From nobody@FreeBSD.org  Sat Mar 31 05:40:42 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 9C56B16A402
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 31 Mar 2007 05:40:42 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.freebsd.org (Postfix) with ESMTP id 8DD4513C487
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 31 Mar 2007 05:40:42 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l2V5egkm000923
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 31 Mar 2007 05:40:42 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l2V5Zemc000511;
	Sat, 31 Mar 2007 05:35:40 GMT
	(envelope-from nobody)
Message-Id: <200703310535.l2V5Zemc000511@www.freebsd.org>
Date: Sat, 31 Mar 2007 05:35:40 GMT
From: Charles Sprickman<spork@bway.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: /etc/services is missing the amanda tcp service
X-Send-Pr-Version: www-3.0

>Number:         111050
>Category:       conf
>Synopsis:       [patch] /etc/services is missing the amanda tcp service
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    stas
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 31 05:50:03 GMT 2007
>Closed-Date:    Sun Jun 24 08:23:27 GMT 2007
>Last-Modified:  Sun Jun 24 08:23:27 GMT 2007
>Originator:     Charles Sprickman
>Release:        6.2-Release
>Organization:
Spork, LLC
>Environment:
FreeBSD bigpoop.nat.fasttrackmonkey.com 6.2-RELEASE FreeBSD 6.2-RELEASE #1: Sun Feb 11 22:45:39 EST 2007     spork@bigpoop.nat.fasttrackmonkey.com:/var/obj/usr/src/sys/BIGPOOP  i386
>Description:
The current version of amanda (http://www.amanda.org/) now allows for tcp as well as udp for auth and commands on port 10080.  The IANA site also notes both tcp/udp but the current FreeBSD /etc/services file only contains the udp entry.

ref:  http://www.iana.org/assignments/port-numbers (search on "amanda")

Since amanda is part of the ports collection, it would be handy if this entry did not have to be edited on every amanda client.
>How-To-Repeat:
n/a
>Fix:
*** services    Fri Mar 30 20:44:34 2007
--- services.new        Fri Mar 30 20:45:16 2007
***************
*** 2101,2106 ****
--- 2101,2107 ----
  sd            9876/tcp   #Session Director
  sd            9876/udp   #Session Director
  amanda                10080/udp  #Dump server control
+ amanda                10080/tcp  #Dump server control
  amandaidx     10082/tcp  #Amanda indexing
  amidxtape     10083/tcp  #Amanda tape indexing
  isode-dua     17007/tcp
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->stas 
Responsible-Changed-By: stas 
Responsible-Changed-When: Wed Apr 11 12:28:50 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: conf/111050: commit references a PR
Date: Wed, 11 Apr 2007 15:58:42 +0000 (UTC)

 stas        2007-04-11 15:58:36 UTC
 
   FreeBSD src repository (ports committer)
 
   Modified files:
     etc                  services 
   Log:
   - Add IANA assigned port for amanda server control over tcp. The
     current misc/amanda-server code uses it.
   
   PR:             conf/111050
   Submitted by:   Charles Sprickman<spork@bway.net>
   Approved by:    maxim
   MFC after:      1 week
   
   Revision  Changes    Path
   1.105     +1 -0      src/etc/services
 _______________________________________________
 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: stas 
State-Changed-When: Wed Apr 11 16:11:59 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111050 
State-Changed-From-To: closed->patched 
State-Changed-By: stas 
State-Changed-When: Wed Apr 11 16:12:23 UTC 2007 
State-Changed-Why:  
- The patch needs MFC. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111050 
State-Changed-From-To: patched->closed 
State-Changed-By: stas 
State-Changed-When: Sun Jun 24 08:23:25 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

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