From a1d02c4f2f49377fa34911aa6af683f287e85fff Mon Sep 17 00:00:00 2001 From: short <> Date: Sun, 21 Sep 2003 18:03:49 +0000 Subject: [PATCH] Cosmetic: Fix LUFS project fullname. --- NEWS | 2 +- README | 10 +++++----- src/client/lufs/lufs-captivefs.pod.pl.in | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/NEWS b/NEWS index 109df01..b21594e 100644 --- a/NEWS +++ b/NEWS @@ -10,7 +10,7 @@ NEWS for captive-0.9 * Generates --bug-pathname resources file for sandbox crash bugreport * Implemented TraceFS W32 Cache Manager debug tracer * Rewritten Cache Manager to better match its W32 original behaviour -* LUFS (Linux User File System) module to be Linux kernel filesystem +* LUFS (Linux Userland File System) module to be Linux kernel filesystem * Written fstab & W32 modules installer as package 'install' diff --git a/README b/README index dbb7499..975b3f6 100644 --- a/README +++ b/README @@ -41,9 +41,9 @@ Packaged Installations Case #1 - All packages installed: captive-install - Acquire needed MS-Windows drivers and setup /etc/fstab. - captive-lufs - Linux User File System module driver to be native filesystem. + captive-lufs - Linux Userland File System module to be native filesystem. captive - Base package of this project. - lufs >=0.9.6-1captive - Linux User File System engine for captive-lufs. + lufs >=0.9.6-1captive - Linux Userland File System engine for captive-lufs. gnome-vfs-httpcaptive - Gnome-VFS httpcaptive:// method for captive-install. ntfsprogs >=200309071734 - Readonly NTFS to get drivers by captive-install. ntfsprogs-gnomevfs - Gnome-VFS readonly NTFS access used by captive-install. @@ -60,9 +60,9 @@ Case #1 - All packages installed: mount /mnt/captive- Case #2 - Packages without installer: - captive-lufs - Linux User File System module driver to be native filesystem. + captive-lufs - Linux Userland File System module to be native filesystem. captive - Base package of this project. - lufs >=0.9.6-1captive - Linux User File System engine for captive-lufs. + lufs >=0.9.6-1captive - Linux Userland File System engine for captive-lufs. You must obtain W32 drivers - at least "ntoskrnl.exe" and "ntfs.sys". They should be stored in '/var/lib/captive' directory (lowercased filenames). @@ -157,7 +157,7 @@ Files Overview -------------- User: -src/client/lufs - Linux User File System module to access NTFS as filesystem. +src/client/lufs - Linux Userland File System module to access NTFS filesystem. src/client/sandbox-server - Security+safety wrapper of emulated W32 environment. Disable during debugging sessions. src/client/cmdline - Simple ftp(1)-like client. diff --git a/src/client/lufs/lufs-captivefs.pod.pl.in b/src/client/lufs/lufs-captivefs.pod.pl.in index bef24e0..33104ff 100644 --- a/src/client/lufs/lufs-captivefs.pod.pl.in +++ b/src/client/lufs/lufs-captivefs.pod.pl.in @@ -27,12 +27,12 @@ use warnings; print <<'POD_EOF'; =head1 NAME -lufs-@PACKAGE@fs - Linux User File System module for NTFS as filesystem +lufs-@PACKAGE@fs - Linux Userland File System module for NTFS as filesystem =head1 DESCRIPTION -B(7) module for Linux User File System (LUFS) enables +B(7) module for Linux Userland File System (LUFS) enables B system to access NTFS drives by Microsoft Windows drivers in the most common way of kernel-level filesystem implementation. -- 1.8.3.1