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 <[EMAIL PROTECTED]> * hurd.texi (Translators): Change isofs to iso9660fs (ISO-9660 CD-ROM FS): Likewise. 2002-09-29 Marcus Brinkmann <[EMAIL PROTECTED]> * 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 [EMAIL PROTECTED] Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/ [EMAIL PROTECTED] http://www.marcus-brinkmann.de/ _______________________________________________ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd