mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-30 22:01:42 +01:00
Set all paths via configure. Substituting absolute paths for relative paths breaks certain URLs as they are passed directly to HTML pages.
5 lines
265 B
SQL
5 lines
265 B
SQL
# Update settings to reflect alpine linux default install
|
|
update Config set Value = '/cgi-bin/zm/nph-zms' where Name = 'ZM_PATH_ZMS';
|
|
update Config set Value = '-5' where Name = 'ZM_LOG_LEVEL_SYSLOG';
|
|
update Config set Value = '0' where Name = 'ZM_LOG_LEVEL_FILE';
|