Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Aug 2001 13:19:52 +0200 (CEST)
From:      Gerhard Gonter <gonter@whisky.wu-wien.ac.at>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   kern/29896: wrong URL in soundcard.h
Message-ID:  <200108201119.f7KBJqK13164@whisky.wu-wien.ac.at>

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

>Number:         29896
>Category:       kern
>Synopsis:       wrong URL in soundcard.h
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 20 04:30:01 PDT 2001
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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