YaST2 Developers Documentation: Configuration of nfs_server

Configuration of nfs_server

nfs_server.ycp
Module for the configuration of the nfs server
  • Jan Holesovsky
  • Dan Vesely
  • Martin Vidner

This module has an unstable interface.

Module for the configuration of the nfs server

Imports

  • CommandLine
  • NfsServer
  • Package
  • Report
  • RichText
  • Sequencer
  • Wizard

Includes

  • nfs_server/ui.ycp

Local Functions

local NfsServerSequence () -> any

GUI handler

Return value:
`ws_finish `back or `abort
local NfsServerSummaryHandler (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 check_packages () -> boolean

check if neccessary packages are installed Report error if not

Return value:
success?
local NfsServerStartHandler (map options) -> boolean

CLI action handler.

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

CLI action handler.

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

CLI action handler.

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

CLI action handler.

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

CLI action handler.

Parameters:
options command options
Return value:
whether successful