aboutsummaryrefslogtreecommitdiff
path: root/src/srvcfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/srvcfg.c')
-rw-r--r--src/srvcfg.c8
1 files changed, 4 insertions, 4 deletions
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.