From gonter@whisky.wu-wien.ac.at  Mon Aug 20 04:20:22 2001
Return-Path: <gonter@whisky.wu-wien.ac.at>
Received: from whisky.wu-wien.ac.at (whisky.wu-wien.ac.at [137.208.16.37])
	by hub.freebsd.org (Postfix) with ESMTP id 2101E37B40B
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 20 Aug 2001 04:20:21 -0700 (PDT)
	(envelope-from gonter@whisky.wu-wien.ac.at)
Received: (from gonter@localhost)
	by whisky.wu-wien.ac.at (8.11.5/8.11.0) id f7KBJqK13164;
	Mon, 20 Aug 2001 13:19:52 +0200 (CEST)
	(envelope-from gonter)
Message-Id: <200108201119.f7KBJqK13164@whisky.wu-wien.ac.at>
Date: Mon, 20 Aug 2001 13:19:52 +0200 (CEST)
From: Gerhard Gonter <gonter@whisky.wu-wien.ac.at>
Reply-To: Gerhard Gonter <gonter@whisky.wu-wien.ac.at>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: wrong URL in soundcard.h
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         29896
>Category:       kern
>Synopsis:       wrong URL in soundcard.h
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    greid
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 20 04:30:01 PDT 2001
>Closed-Date:    Fri Sep 14 18:10:04 PDT 2001
>Last-Modified:  Fri Sep 14 18:10:20 PDT 2001
>Originator:     Gerhard Gonter
>Release:        FreeBSD 4.4-PRERELEASE i386
>Organization:
WU-Wien
>Environment:
System: FreeBSD whisky.wu-wien.ac.at 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Sun Aug 5 04:05:11 CEST 2001 gonter@whisky.wu-wien.ac.at:/usr/src/sys/compile/WHISKY i386


>Description:
The FTP directory specified for the Hacker's Guide to VoxWare is
wrong, here is the updated URL.

>How-To-Repeat:
$ ftp ftp://nic.funet.fi/pub/OS/Linux/
[...FTP transcript...]
250-We have for quite a while (since circa 1993) asked people to refer to
250-    /pub/Linux/
250-instead of the old path:
250-    /pub/OS/Linux
ftp> cd ALPHA
550 /pub/OS/Linux/ALPHA: No such file or directory.
ftp> cd /pub/Linux/ALPHA/sound
250 CWD command successful.

>Fix:
Here's the corrected URL.

--- /usr/src/sys/sys/soundcard.h-orig	Sun Aug 19 23:51:10 2001
+++ /usr/src/sys/sys/soundcard.h	Mon Aug 20 00:08:42 2001
@@ -43,10 +43,10 @@
   *
   **********************************************************************
   * PS.	The Hacker's Guide to VoxWare available from
-  *     nic.funet.fi:pub/OS/Linux/ALPHA/sound. The file is
+  *	<URL:ftp://nic.funet.fi/pub/Linux/ALPHA/sound/>. The file is
   *	snd-sdk-doc-0.1.ps.gz (gzipped postscript). It contains
   *	some useful information about programming with VoxWare.
-  *	(NOTE! The pub/OS/Linux/ALPHA/ directories are hidden. You have
+  *	(NOTE! The pub/Linux/ALPHA/ directories are hidden. You have
   *	to cd inside them before the files are accessible.)
   **********************************************************************
   */
@@ -89,7 +89,7 @@
 #define SNDCARD_CS4232_MPU     22
 #define SNDCARD_MAUI           23
 #define SNDCARD_PSEUDO_MSS     24
-#define SNDCARD_AWE32           25
+#define SNDCARD_AWE32          25
 #define SNDCARD_NSS            26
 #define SNDCARD_UART16550      27
 #define SNDCARD_OPL            28
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->sound 
Responsible-Changed-By: kris 
Responsible-Changed-When: Mon Aug 20 04:35:27 PDT 2001 
Responsible-Changed-Why:  
Over to the sound maintainers 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29896 
State-Changed-From-To: open->analyzed 
State-Changed-By: greid 
State-Changed-When: Tue Aug 21 00:39:59 PDT 2001 
State-Changed-Why:  
Changed in -current, thanks! 


Responsible-Changed-From-To: sound->greid 
Responsible-Changed-By: greid 
Responsible-Changed-When: Tue Aug 21 00:39:59 PDT 2001 
Responsible-Changed-Why:  
My MFC reminder 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29896 
State-Changed-From-To: analyzed->closed 
State-Changed-By: greid 
State-Changed-When: Fri Sep 14 18:10:04 PDT 2001 
State-Changed-Why:  
MFC'd, thanks! 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29896 
>Unformatted:
