Git commit 39aaf8d002e8ee46f95a55fa22a78a2010ea5141 by Albert Astals Cid. Committed on 22/02/2024 at 22:30. Pushed by aacid into branch 'master'.
Followup nfs code removal Code was removed in 3d47ea357e8efadf0a534b3031a6cbef4aa46e0d CCMAIL: sit...@kde.org M +0 -1 doc/kioworker/CMakeLists.txt D +0 -2 doc/kioworker/nfs/CMakeLists.txt D +0 -46 doc/kioworker/nfs/index.docbook https://invent.kde.org/network/kio-extras/-/commit/39aaf8d002e8ee46f95a55fa22a78a2010ea5141 diff --git a/doc/kioworker/CMakeLists.txt b/doc/kioworker/CMakeLists.txt index 71afdbf32..d87298518 100644 --- a/doc/kioworker/CMakeLists.txt +++ b/doc/kioworker/CMakeLists.txt @@ -5,7 +5,6 @@ add_subdirectory(fish) add_subdirectory(gzip) add_subdirectory(info) add_subdirectory(man) -add_subdirectory(nfs) add_subdirectory(sftp) if(NOT WIN32) add_subdirectory(smb) diff --git a/doc/kioworker/nfs/CMakeLists.txt b/doc/kioworker/nfs/CMakeLists.txt deleted file mode 100644 index 3574eaa06..000000000 --- a/doc/kioworker/nfs/CMakeLists.txt +++ /dev/null @@ -1,2 +0,0 @@ -########### install files ############### -kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR kioworker6/nfs) diff --git a/doc/kioworker/nfs/index.docbook b/doc/kioworker/nfs/index.docbook deleted file mode 100644 index f0aae3036..000000000 --- a/doc/kioworker/nfs/index.docbook +++ /dev/null @@ -1,46 +0,0 @@ -<?xml version="1.0" ?> -<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" -"dtd/kdedbx45.dtd" [ -<!ENTITY % addindex "IGNORE"> -<!ENTITY % English "INCLUDE" > <!-- change language only here --> -]> - -<article lang="&language;" id="nfs"> -<title>nfs</title> -<articleinfo> -<authorgroup> -<author>&Lauri.Watts; &Lauri.Watts.mail;</author> -<!-- TRANS:ROLES_OF_TRANSLATORS --> -</authorgroup> -</articleinfo> -<para> -Sun's <acronym>NFS</acronym> protocol provides transparent remote access to -shared file systems across networks. The <acronym>NFS</acronym> protocol is -designed to be machine, operating system, network architecture, and -transport protocol independent. This independence is achieved through the -use of Remote Procedure Call (<acronym>RPC</acronym>) primitives built on -top of an eXternal Data Representation (<acronym>XDR</acronym>). -</para> - -<para> -The supporting MOUNT protocol performs the operating system-specific -functions that allow clients to attach remote folder trees to a point -within the local file system. The mount process also allows the server to -grant remote access privileges to a restricted set of clients via export -control.</para> - -<para> -The Lock Manager provides support for file locking when used in the -<acronym>NFS</acronym> environment. The Network Lock Manager -(<acronym>NLM</acronym>) protocol isolates the inherently stateful aspects -of file locking into a separate protocol.</para> - -<para> -Source: -<ulink url="http://www.networksorcery.com/enp/protocol/nfs.htm"> -http://www.networksorcery.com/enp/protocol/nfs.htm</ulink> -</para> - -<para> See the manual: <ulink url="man:/nfs">nfs</ulink>. -</para> -</article>