aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/calloutd.c2
-rw-r--r--src/main.c2
-rw-r--r--src/srvcfg.c8
3 files changed, 6 insertions, 6 deletions
diff --git a/src/calloutd.c b/src/calloutd.c
index 6d51ed68..d82f936a 100644
--- a/src/calloutd.c
+++ b/src/calloutd.c
@@ -78,3 +78,3 @@ parse_opt(int key, char *arg, struct argp_state *state)
struct mu_cfg_param callout_cfg_param[] = {
- { ".pm:server", mu_cfg_section, NULL, 0, NULL, NULL },
+ { ".mfd:server", mu_cfg_section, NULL, 0, NULL, NULL },
{ NULL }
diff --git a/src/main.c b/src/main.c
index dd542eb1..184b330f 100644
--- a/src/main.c
+++ b/src/main.c
@@ -876,3 +876,3 @@ cb_relayed_domain_file(void *data, mu_config_value_t *val)
struct mu_cfg_param mf_cfg_param[] = {
- { ".pm:server", mu_cfg_section, NULL, 0, NULL, NULL },
+ { ".mfd:server", mu_cfg_section, NULL, 0, NULL, NULL },
{ "stack-trace", mu_cfg_bool, &stack_trace_option, 0, NULL,
diff --git a/src/srvcfg.c b/src/srvcfg.c
index 7ca3c764..43689c6c 100644
--- a/src/srvcfg.c
+++ b/src/srvcfg.c
@@ -811,7 +811,7 @@ mf_srvcfg_init(const char *progname, const char *label)
mf_optcache_add(srv_option_cache, 0, MF_OCF_NULL|MF_OCF_STATIC);
- mu_gocs_register(".pm:server", srvcfg_gocs_init);
- if (mu_register_argp_capa(".pm:server", &_srv_argp_child)) {
+ mu_gocs_register(".mfd:server", srvcfg_gocs_init);
+ if (mu_register_argp_capa(".mfd:server", &_srv_argp_child)) {
mu_error(_("INTERNAL ERROR: "
"cannot register argp capability `%s'"),
- "pm:server");
+ "mfd:server");
abort ();
@@ -819,3 +819,3 @@ mf_srvcfg_init(const char *progname, const char *label)
- if (mu_create_canned_section (".pm:server", &section) == 0) {
+ if (mu_create_canned_section (".mfd:server", &section) == 0) {
mu_cfg_section_add_params (section, srv_cfg_param);

Return to:

Send suggestions and report system problems to the System administrator.