Difference between revisions of "OS4X plugin os4xplugin set absolute to real filename"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
[[Category:Plugins]] | [[Category:Plugins]] | ||
− | |||
− | + | == Purpose == | |
+ | The file name of each file that is defined via the passed XML file is changed so that the name in the file system matches the real file name in the XML. | ||
− | == | + | == Requirements == |
− | + | * File <code>/etc/os4x.conf</code> or configuration file referenced by environment variable <code>$OS4X_CFGFILE</code>. The temporary directory and the license file are obtained via the database that is configured here. | |
− | * | ||
− | |||
− | |||
+ | == Configuration == | ||
- | - | ||
− | == | + | == Return codes == |
− | 0: | + | *0: everything OK |
− | + | Changes to file names that cannot be implemented are issued as a warning; the plugin itself always returns a return code of 0. |
Latest revision as of 08:42, 29 July 2024
Purpose
The file name of each file that is defined via the passed XML file is changed so that the name in the file system matches the real file name in the XML.
Requirements
- File
/etc/os4x.conf
or configuration file referenced by environment variable$OS4X_CFGFILE
. The temporary directory and the license file are obtained via the database that is configured here.
Configuration
-
Return codes
- 0: everything OK
Changes to file names that cannot be implemented are issued as a warning; the plugin itself always returns a return code of 0.