* debian/citadel-server.postinst: remove reference to '?' file
authorArt Cancro <ajc@citadel.org>
Thu, 11 Aug 2005 23:12:29 +0000 (23:12 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 11 Aug 2005 23:12:29 +0000 (23:12 +0000)
  (patch sent in by W. Goesgens)

citadel/ChangeLog
citadel/debian/citadel-server.postinst

index a2ff18effd872bcded755ef09b0258cda1bac8f0..10b41862db2c4ccfdf3aeb75645c0172ffb8cbe6 100644 (file)
@@ -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 <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import
+
index d15ebeb388ec6f058a889c237634be63de786d3a..fe8ce88880c7f8b4068fcee7789b0f5d17f495c9 100644 (file)
@@ -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;;"`