Following my quest against underscores in file names, I renamed the

default acknowledgment queue directory from "ack_queue" to
"ack-queue".
This commit is contained in:
Peter Simons 2001-01-20 13:58:45 +00:00
parent a00353949c
commit e632aade82
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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)
{

View File

@ -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 <string>
# This entry sets the path to the help file Petidomo sends back