From 362341fd6915c35e4570031f62f2ae5a194e25be Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Thu, 11 Aug 2005 23:12:29 +0000 Subject: [PATCH] * debian/citadel-server.postinst: remove reference to '?' file (patch sent in by W. Goesgens) --- citadel/ChangeLog | 5 +++++ citadel/debian/citadel-server.postinst | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/citadel/ChangeLog b/citadel/ChangeLog index a2ff18eff..10b41862d 100644 --- a/citadel/ChangeLog +++ b/citadel/ChangeLog @@ -1,4 +1,8 @@ $Log$ +Revision 654.12 2005/08/11 23:12:26 ajc +* debian/citadel-server.postinst: remove reference to '?' file + (patch sent in by W. Goesgens) + Revision 654.11 2005/08/11 13:55:26 ajc * Attempt to fix broken build of our replacement strcpy() on gcc2.96 by issuing an #undef strcpy (it's a macro in that environment) @@ -7032,3 +7036,4 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant Fri Jul 10 1998 Art Cancro * Initial CVS import + diff --git a/citadel/debian/citadel-server.postinst b/citadel/debian/citadel-server.postinst index d15ebeb38..fe8ce8888 100644 --- a/citadel/debian/citadel-server.postinst +++ b/citadel/debian/citadel-server.postinst @@ -93,7 +93,7 @@ case "$1" in # /var/run/citadel # - for i in '?' aide floors hours intro.gz mail network nice.gz policy software summary.gz; do + for i in aide floors hours intro.gz mail network nice.gz policy software summary.gz; do case $i in *.gz) j=`echo $i|sed "s;.gz;;"` -- 2.39.2