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