Your message dated Thu, 23 Feb 2006 09:19:45 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#121717: Fixed in CVS
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: aide
Version: 0.7-10
Severity: minor
Tags: patch


Some spelling and formatting corrections for AIDE.

--- db_file.c.orig      Thu Apr 20 20:44:56 2000
+++ db_file.c   Wed Nov 28 19:38:35 2001
@@ -78,7 +78,7 @@
       error(0,"gzread() failed!\n");
       exit(1);
     } else {
-      /* gzread returns 0 even if uncompressed bytes were read*/
+      /* gzread returns 0 even if uncompressed bytes were read */
       if(nread==0){
        write(out, buf,strlen((char*)buf));
       } else {
@@ -103,7 +103,7 @@
   
   fh=fdopen(in,"rb");
 
-  error(200,"handle_gzipped_ouput()\n");
+  error(200,"handle_gzipped_output()\n");
   while(!feof(fh)){
     nread=fread(buf,1,ZBUFSIZE,fh);
     gzwrite(conf->db_gzout,buf,nread);
@@ -111,7 +111,7 @@
   }
   gzclose(conf->db_gzout);
 
-  error(200,"handle_gzipped_ouput(),exiting\n");
+  error(200,"handle_gzipped_output(),exiting\n");
   exit(0);
   /* NOT REACHED */
   return;
@@ -160,13 +160,13 @@
     }
     
     case TDBSPEC : {
-      error(0,"Only one @@dbspec in inputdatabase.\n");
+      error(0,"Only one @@dbspec in input database.\n");
       return RETFAIL;
       break;
     }
     
     default : {
-      error(0,"Aide internal error while reading inputdatabase.\n");
+      error(0,"Aide internal error while reading input database.\n");
       return RETFAIL;
     }
     }
@@ -198,7 +198,7 @@
       case TGZIPHEADER: {
 
 #ifndef WITH_ZLIB
-       error(0,"Zlib support is not compiled in.\n");
+       error(0,"zlib support is not compiled in.\n");
        return NULL;
 #else
        int pipefd[2];
@@ -206,7 +206,7 @@
        /* Is this safe? Can we always fseek back? Probably.*/
        fseek(conf->db_in,0L,SEEK_SET);
        if(pipe(pipefd)<0){
-         error(0,"Couldn't open a pipe for zipped input\n");
+         error(0,"Couldn't open a pipe for zlib-compressed input\n");
          return NULL;
        }
        if((retval=fork())==0){
@@ -248,17 +248,17 @@
       
       switch (conf->db_in_url->type) {
       case url_file : {
-       error(0,"Filedatabase must have one db_spec spesification\n");
+       error(0,"File database must have one db_spec specification\n");
        break;
       }
 
       case url_stdin : {
-       error(0,"Pipedatabase must have one db_spec spesification\n");
+       error(0,"Pipe database must have one db_spec specification\n");
        break;
       }
 
       case url_fd: {
-       error(0,"FD-database must have one db_spec spesification\n");
+       error(0,"FD-database must have one db_spec specification\n");
        break;
       }
 
@@ -295,7 +295,7 @@
       
     case TDBSPEC : {
       
-      error(0,"Databasefile can have only one db_spec.\nTrying to continue on 
line %i\n",db_lineno);
+      error(0,"Database file can have only one db_spec.\nTrying to continue on 
line %i\n",db_lineno);
       
       /*
        if (conf->db_in_order[i]!=db_unknown) {
@@ -372,12 +372,12 @@
   
 
   /*
-   * If we don't get newline after reading all sells we print an error
+   * If we don't get newline after reading all cells we print an error
    */
   a=db_scan();
 
   if (a!=TNEWLINE&&a!=TEOF) {
-    error(0,"Newline exptexted in database. Readin until end of line\n");
+    error(0,"Newline expected in database. Reading until end of line.\n");
     do {
       
       error(0,"Skipped value %s\n",dbtext);
@@ -475,7 +475,7 @@
 
   ptr=(char*)malloc(sizeof(char)*TIMEBUFSIZE);
   if (ptr==NULL) {
-    error(0,"\nCannot allocate memory..\n");
+    error(0,"\nCannot allocate memory.\n");
     abort();
   }
   memset((void*)ptr,0,sizeof(char)*TIMEBUFSIZE);


-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux kiwi 2.4.16 #1 Mon Nov 26 23:36:11 WST 2001 i586
Locale: LANG=C, LC_CTYPE=C

Versions of packages aide depends on:
ii  debconf                       1.0.17     Debian configuration management sy
ii  libc6                         2.2.4-5    GNU C Library: Shared libraries an


Andrew.

-- 
Andrew Shugg <[EMAIL PROTECTED]>                   http://www.neep.com.au/

"Just remember, Mr Fawlty, there's always someone worse off than yourself."
"Is there?  Well I'd like to meet him.  I could do with a good laugh."

Attachment: pgp2sRZodJSf5.pgp
Description: PGP signature


--- End Message ---
--- Begin Message ---
Version: 0.11-1

On Wed, Oct 19, 2005 at 09:45:50AM +0200, Richard van den Berg wrote:
> The changes reported here are now fixed in CVS.

And now in unstable as well. Closing the bug.

Greetings
Marc

-- 
-----------------------------------------------------------------------------
Marc Haber         | "I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things."    Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835

--- End Message ---

Reply via email to