Printer configurator
|
misc.ycp
|
Miscelaneous defines.
|
|
|
Miscelaneous defines.
Imports
- Popup
- Printerdb
- Printerlib
- Report
Global Functions
|
|
|
global getRemoteEntry (string uri) -> string
|
|
Create string with the definition of samba print command
- Parameters:
- Return value:
global writeConf (string fn, map conf) -> void
|
|
Write conf file onto disk.
- Parameters:
fn |
filename |
conf |
file contents |
global createUppFile (map entry) -> boolean
|
|
Write the .upp file and the configuration.
- Parameters:
entry |
Entry for printer to save. |
- Return value:
global callLprsetup (string command) -> boolean
|
|
Call lprsetup
- Parameters:
- Return value:
global createEntry (map entry) -> boolean
|
|
Add a yast2 printer to the printcap
- Parameters:
entry |
Entry for printer to save. |
- Return value:
global writeLpdPrinter (map entry) -> boolean
|
|
Write one printer.
Only for LPRng
- Parameters:
- Return value:
|