aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-03-13 17:25:21 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2011-03-13 17:25:21 +0200
commit59770a628d4b64b1d7c86400217e4ab84f13ef37 (patch)
tree32338be92520d0f716bd0fe782c198598e1593e1 /src
parent07ca8622ff6226c45b4ac321b38e5f6918f11603 (diff)
downloadmailfromd-59770a628d4b64b1d7c86400217e4ab84f13ef37.tar.gz
mailfromd-59770a628d4b64b1d7c86400217e4ab84f13ef37.tar.bz2
Rename .pm:server config section to .mfd:server. Fix check-docs.
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)
78struct mu_cfg_param callout_cfg_param[] = { 78struct mu_cfg_param callout_cfg_param[] = {
79 { ".pm:server", mu_cfg_section, NULL, 0, NULL, NULL }, 79 { ".mfd:server", mu_cfg_section, NULL, 0, NULL, NULL },
80 { NULL } 80 { 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)
876struct mu_cfg_param mf_cfg_param[] = { 876struct mu_cfg_param mf_cfg_param[] = {
877 { ".pm:server", mu_cfg_section, NULL, 0, NULL, NULL }, 877 { ".mfd:server", mu_cfg_section, NULL, 0, NULL, NULL },
878 { "stack-trace", mu_cfg_bool, &stack_trace_option, 0, NULL, 878 { "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)
811 mf_optcache_add(srv_option_cache, 0, MF_OCF_NULL|MF_OCF_STATIC); 811 mf_optcache_add(srv_option_cache, 0, MF_OCF_NULL|MF_OCF_STATIC);
812 mu_gocs_register(".pm:server", srvcfg_gocs_init); 812 mu_gocs_register(".mfd:server", srvcfg_gocs_init);
813 if (mu_register_argp_capa(".pm:server", &_srv_argp_child)) { 813 if (mu_register_argp_capa(".mfd:server", &_srv_argp_child)) {
814 mu_error(_("INTERNAL ERROR: " 814 mu_error(_("INTERNAL ERROR: "
815 "cannot register argp capability `%s'"), 815 "cannot register argp capability `%s'"),
816 "pm:server"); 816 "mfd:server");
817 abort (); 817 abort ();
@@ -819,3 +819,3 @@ mf_srvcfg_init(const char *progname, const char *label)
819 819
820 if (mu_create_canned_section (".pm:server", &section) == 0) { 820 if (mu_create_canned_section (".mfd:server", &section) == 0) {
821 mu_cfg_section_add_params (section, srv_cfg_param); 821 mu_cfg_section_add_params (section, srv_cfg_param);

Return to:

Send suggestions and report system problems to the System administrator.