YaST2 Developers Documentation: Configuration of NFS

Configuration of NFS

clients/nfs.ycp
Main file
  • Jan Holesovsky
  • Dan Vesely
  • Martin Vidner

This module has an unstable interface.

Main file for nfs configuration. Uses all other files.

Imports

  • CommandLine
  • Nfs
  • Progress
  • Report
  • String
  • Summary

Includes

  • nfs/wizards.ycp

Local Functions

local NfsListHandler (map options) -> boolean

CLI action handler. Print summary in command line

Parameters:
options command options
Return value:
false so that Write is not called in non-interactive mode
local NfsAddHandler (map options) -> boolean

CLI action handler.

Parameters:
options command options
Return value:
whether successful
local NfsEditHandler (map options) -> boolean

CLI action handler.

Parameters:
options command options
Return value:
whether successful
local NfsDeleteHandler (map options) -> boolean

CLI action handler.

Parameters:
options command options
Return value:
whether successful