From e632aade829418b7de22dad6863dd914109bc77b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 20 Jan 2001 13:58:45 +0000 Subject: [PATCH] Following my quest against underscores in file names, I renamed the default acknowledgment queue directory from "ack_queue" to "ack-queue". --- Makefile.in | 2 +- config-files.c | 2 +- config/petidomo.conf | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.in b/Makefile.in index 4e6b237..1906b26 100644 --- a/Makefile.in +++ b/Makefile.in @@ -79,7 +79,7 @@ install: all $(SHTOOL) mkdir -f -p -m 755 $(bindir) $(SHTOOL) mkdir -f -p -m 755 $(sysconfdir) $(SHTOOL) mkdir -f -p -m 755 $(localstatedir)/lists - $(SHTOOL) mkdir -f -p -m 755 $(localstatedir)/ack_queue + $(SHTOOL) mkdir -f -p -m 755 $(localstatedir)/ack-queue $(SHTOOL) mkdir -f -p -m 755 $(datadir) $(SHTOOL) mkdir -f -p -m 755 $(libexecdir) $(SHTOOL) mkdir -f -p -m 755 $(mandir)/man1 diff --git a/config-files.c b/config-files.c index b6ed93a..7b05510 100644 --- a/config-files.c +++ b/config-files.c @@ -41,7 +41,7 @@ static char* help_file = DATADIR "/petidomo.conf"; static char* acl_file = SYSCONFDIR "/petidomo.acl"; static char* index_file = LOCALSTATEDIR "/index"; static char* list_dir = LOCALSTATEDIR "/lists"; -static char* ack_queue_dir = LOCALSTATEDIR "/ack_queue"; +static char* ack_queue_dir = LOCALSTATEDIR "/ack-queue"; int InitPetidomo(const char* masterconfig) { diff --git a/config/petidomo.conf b/config/petidomo.conf index 3f948d5..44fc848 100644 --- a/config/petidomo.conf +++ b/config/petidomo.conf @@ -76,8 +76,8 @@ # queue requests and postings that need an acknowledgement in # order to be processed. The default directory, assuming an # installation prefix of "/usr/local", is -# "/usr/local/var/petidomo/ack_queue". -#AckQueueDirectory /usr/local/var/petidomo/ack_queue +# "/usr/local/var/petidomo/ack-queue". +#AckQueueDirectory /usr/local/var/petidomo/ack-queue # TAG: HelpFile # This entry sets the path to the help file Petidomo sends back