]> andersk Git - moira.git/blobdiff - backup/rest_db.pc
Command line printer manipulation client, and build goo.
[moira.git] / backup / rest_db.pc
index 7477be81ac19e6b6cff0ce1a98f918cdb755cb4d..85474a5ab86ff3b9edb8b8f03d429b3dbe23267d 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id $
+/* $Id$
  *
  *     This program restores the Moira database from an mrbackup.
  *
@@ -55,7 +55,7 @@ int main(int argc, char **argv)
   EXEC SQL CONNECT :db IDENTIFIED BY :db;
   if (sqlca.sqlcode != 0)
     {
-      com_err(argv[0], 0, "Ingres database open failed");
+      com_err(argv[0], 0, "Database open failed");
       exit(1);
     }
   printf(" done\n");
This page took 0.032054 seconds and 4 git commands to generate.