aboutsummaryrefslogtreecommitdiff
path: root/src/wydawca.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-04-21 10:34:43 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2009-04-21 10:34:43 +0300
commit92b663e68d3ded1d4cd6eb8f42a10ced60f85267 (patch)
tree270fd72bbb6c61081f23dc80565288a8b0b9ff71 /src/wydawca.c
parent9e8cbcb5be43021aed18ffb92bbbb43379bdb6f2 (diff)
parent3a6373d888021388473bd96c000a8fdab8aedaa5 (diff)
downloadwydawca-92b663e68d3ded1d4cd6eb8f42a10ced60f85267.tar.gz
wydawca-92b663e68d3ded1d4cd6eb8f42a10ced60f85267.tar.bz2
Merge branch 'master' of ssh://git.gnu.org.ua/gitroot/wydawca
Diffstat (limited to 'src/wydawca.c')
-rw-r--r--src/wydawca.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/wydawca.c b/src/wydawca.c
index 29d346f..60cc628 100644
--- a/src/wydawca.c
+++ b/src/wydawca.c
@@ -46,7 +46,7 @@ int single_process;
time_t wakeup_interval;
gl_list_t all_spool_aliases;
-struct gconf_sockaddr listen_sockaddr;
+struct grecs_sockaddr listen_sockaddr;
unsigned wydawca_stat[MAX_STAT];
@@ -215,7 +215,7 @@ logstats ()
void
-gconf_print_diag (gconf_locus_t *locus, int err, int errcode, const char *msg)
+grecs_print_diag (grecs_locus_t *locus, int err, int errcode, const char *msg)
{
if (locus)
{
@@ -310,9 +310,9 @@ main (int argc, char **argv)
collect_uids (argc, argv);
if (preprocess_only)
- exit (gconf_preproc_run (conffile, gconf_preprocessor) ? EX_CONFIG : 0);
+ exit (grecs_preproc_run (conffile, grecs_preprocessor) ? EX_CONFIG : 0);
- if (gconf_parse (conffile))
+ if (grecs_parse (conffile))
exit (EX_CONFIG);
if (lint_mode)
@@ -330,7 +330,7 @@ main (int argc, char **argv)
if (log_to_stderr == -1)
log_to_stderr = (!daemon_mode || foreground) && isatty (0);
- gconf_log_to_stderr = log_to_stderr;
+ grecs_log_to_stderr = log_to_stderr;
if (!log_to_stderr)
{
openlog (syslog_tag, LOG_PID, log_facility);

Return to:

Send suggestions and report system problems to the System administrator.