bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: isofs -> iso9660fs


From: Philip Charles
Subject: Re: isofs -> iso9660fs
Date: Sun, 29 Sep 2002 21:42:40 +1200 (NZST)

OK by me, but would you let us know when and how this will get into the
official archive.

Phil.

On Sun, 29 Sep 2002, Marcus Brinkmann wrote:

> Hi,
>
> unless somebody has strong objections, I would like to check in the
> following change.  This is to make the name clearer, and to help new users
> who use "mount -t iso9660" as they are used to.  I will wait a couple of
> days, and if nobody disagrees, it goes in (plus a corresponding change in
> the NEWS file I overlooked until just now).
>
> Thanks,
> Marcus
>
>
> 2002-09-29  Marcus Brinkmann  <marcus@gnu.org>
>
>       * hurd.texi (Translators): Change isofs to iso9660fs
>       (ISO-9660 CD-ROM FS): Likewise.
>
> 2002-09-29  Marcus Brinkmann  <marcus@gnu.org>
>
>       * Makefile (target): Change to iso9660fs.
>       * main.c (diskfs_server_name): Change to iso9660fs.
>
>
> Index: doc/hurd.texi
> ===================================================================
> RCS file: /cvsroot/hurd/hurd/doc/hurd.texi,v
> retrieving revision 1.23
> diff -p -u -r1.23 hurd.texi
> --- doc/hurd.texi     20 Apr 2002 03:11:42 -0000      1.23
> +++ doc/hurd.texi     28 Sep 2002 22:32:00 -0000
> @@ -2067,7 +2067,7 @@ existing translators:
>  @itemize @bullet
>  @item
>  Disk-based filesystem formats, such as @code{ext2fs}, @code{ufs}, and
> -@code{isofs} (@pxref{Stored Filesystems}).
> +@code{iso9660fs} (@pxref{Stored Filesystems}).
>
>  @item
>  Network filesystems, such as @code{nfs} and @code{ftpfs}
> @@ -3725,7 +3725,7 @@ FIXME: finish
>
>  @node ISO-9660 CD-ROM FS
>  @section ISO-9660 CD-ROM FS
> -@pindex isofs
> +@pindex iso9660fs
>
>  FIXME: finish
>
> Index: isofs/Makefile
> ===================================================================
> RCS file: /cvsroot/hurd/hurd/isofs/Makefile,v
> retrieving revision 1.5
> diff -p -u -r1.5 Makefile
> --- isofs/Makefile    26 Jul 2000 12:03:46 -0000      1.5
> +++ isofs/Makefile    28 Sep 2002 22:32:00 -0000
> @@ -18,7 +18,7 @@
>  dir := isofs
>  makemode := server
>
> -target = isofs
> +target = iso9660fs
>  SRCS = inode.c main.c lookup.c pager.c rr.c
>  LCLHDRS = iso9660.h isofs.h rr.h
>  DIST_FILES = EXTENSIONS
> Index: isofs/main.c
> ===================================================================
> RCS file: /cvsroot/hurd/hurd/isofs/main.c,v
> retrieving revision 1.6
> diff -p -u -r1.6 main.c
> --- isofs/main.c      8 May 2002 10:08:00 -0000       1.6
> +++ isofs/main.c      28 Sep 2002 22:32:00 -0000
> @@ -30,7 +30,7 @@ struct store *store = 0;
>  struct store_parsed *store_parsed = 0;
>  char *diskfs_disk_name = 0;
>
> -char *diskfs_server_name = "isofs";
> +char *diskfs_server_name = "iso9660fs";
>  char *diskfs_server_version = HURD_VERSION;
>  char *diskfs_extra_version = "GNU Hurd";
>  int diskfs_synchronous = 0;
>
> --
> `Rhubarb is no Egyptian god.' GNU      http://www.gnu.org    marcus@gnu.org
> Marcus Brinkmann              The Hurd http://www.gnu.org/software/hurd/
> Marcus.Brinkmann@ruhr-uni-bochum.de
> http://www.marcus-brinkmann.de/
>
>
> _______________________________________________
> Bug-hurd mailing list
> Bug-hurd@gnu.org
> http://mail.gnu.org/mailman/listinfo/bug-hurd
>
>

--
  Philip Charles; 39a Paterson Street, Abbotsford, Dunedin, New Zealand
   +64 3 488 2818        Fax +64 3 488 2875        Mobile 025 267 9420
     philipc@copyleft.co.nz - preferred.          philipc@debian.org
     I sell GNU/Linux & GNU/Hurd CDs.   See http://www.copyleft.co.nz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]