Check-in Number:
|
348 | |
Date: |
2001-Jan-20 14:58:45 (local)
2001-Jan-20 13:58:45 (UTC) |
User: | simons |
Branch: | |
Comment: |
Following my quest against underscores in file names, I renamed the
default acknowledgment queue directory from "ack_queue" to
"ack-queue". |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/petidomo/Makefile.in 1.40 -> 1.41
--- Makefile.in 2001/01/20 13:42:01 1.40
+++ Makefile.in 2001/01/20 13:58:45 1.41
@@ -79,7 +79,7 @@
$(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
|
|
ossp-pkg/petidomo/config-files.c 1.2 -> 1.3
--- config-files.c 2001/01/20 13:52:41 1.2
+++ config-files.c 2001/01/20 13:58:45 1.3
@@ -1,6 +1,6 @@
/*
$Source: /v/ossp/cvs/ossp-pkg/petidomo/config-files.c,v $
- $Revision: 1.2 $
+ $Revision: 1.3 $
Copyright (C) 2000 by CyberSolutions GmbH, Germany.
@@ -41,7 +41,7 @@
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)
{
|
|
ossp-pkg/petidomo/config/petidomo.conf 1.7 -> 1.8
--- petidomo.conf 2001/01/20 13:53:45 1.7
+++ petidomo.conf 2001/01/20 13:58:45 1.8
@@ -1,5 +1,5 @@
#
-# $Header: /v/ossp/cvs/ossp-pkg/petidomo/config/petidomo.conf,v 1.7 2001/01/20 13:53:45 simons Exp $
+# $Header: /v/ossp/cvs/ossp-pkg/petidomo/config/petidomo.conf,v 1.8 2001/01/20 13:58:45 simons Exp $
#
# TAG: Hostname <string>
@@ -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
|
|