Comparison

prosodyctl @ 10629:eed5811941b2

prosodyctl: Add 'daemonize' to deprecated options known by check command
author Kim Alvefur <zash@zash.se>
date Sun, 26 Jan 2020 16:52:32 +0100
parent 10611:c10511380c0f
child 10858:efa49d484560
comparison
equal deleted inserted replaced
10628:25e178edbc2c 10629:eed5811941b2
869 end 869 end
870 if not what or what == "config" then 870 if not what or what == "config" then
871 print("Checking config..."); 871 print("Checking config...");
872 local deprecated = set.new({ 872 local deprecated = set.new({
873 "bosh_ports", "disallow_s2s", "no_daemonize", "anonymous_login", "require_encryption", 873 "bosh_ports", "disallow_s2s", "no_daemonize", "anonymous_login", "require_encryption",
874 "vcard_compatibility", "cross_domain_bosh", "cross_domain_websocket" 874 "vcard_compatibility", "cross_domain_bosh", "cross_domain_websocket", "daemonize",
875 }); 875 });
876 local known_global_options = set.new({ 876 local known_global_options = set.new({
877 "pidfile", "log", "plugin_paths", "prosody_user", "prosody_group", "daemonize", 877 "pidfile", "log", "plugin_paths", "prosody_user", "prosody_group", "daemonize",
878 "umask", "prosodyctl_timeout", "use_ipv6", "use_libevent", "network_settings", 878 "umask", "prosodyctl_timeout", "use_ipv6", "use_libevent", "network_settings",
879 "network_backend", "http_default_host", 879 "network_backend", "http_default_host",