YaST2 Developers Documentation: Configuration of dns-server



functions
files
intro

Configuration of dns-server

include/dns-server/dialogs.ycp
Dialogs definitions

Imports

  • CWM
  • DnsServer
  • Label
  • Popup
  • Wizard

Global Functions

Local Functions

global ReallyExit () -> boolean

Ask user if exit without saving

Return value:
true if exit

global ReallyAbort () -> boolean

If modified, ask for confirmation

Return value:
true if abort is confirmed

global ReallyAbortAlways () -> boolean

Ask for confirmation (always)

Return value:
true if abort is confirmed

global ReadDialog () -> symbol

Read settings dialog

Return value:
`abort if aborted and `next otherwise

global WriteDialog () -> symbol

Write settings dialog

Return value:
`abort if aborted and `next otherwise

global runMainDialog () -> symbol

Run main dialog

Return value:
for wizard sequencer

local runGlobalOptionsDialog () -> symbol

Run global options dialog

Return value:
for wizard sequencer

local runFirewallDialog () -> symbol

Run firewall settings dialog

Return value:
for wizard sequencer

local runDDNSDialog () -> symbol

Run synaimc DNS settings dialog

Return value:
for wizard sequencer

local runNewZoneDialog () -> symbol

Run dialog for new zone selection

Return value:
for wizard sequencer

global runMasterZoneDialog () -> symbol

Run master zone edit dialog

Return value:
for wizard sequencer

global runSoaDialog () -> symbol

Run SOA record edit dialog

Return value:
for wizard sequencer

global runSlaveStubZoneDialog (symbol type) -> symbol

Run slave or stub zone edit dialog

Parameters:
type
Return value:
for wizard sequencer

global runSlaveZoneDialog () -> symbol

Run slave zone edit dialog

Return value:
for wizard sequencer

global runStubZoneDialog () -> symbol

Run stub zone edit dialog

Return value:
for wizard sequencer

YaST2 Developers Documentation