]> andersk Git - moira.git/blobdiff - lib/mr_et.et
make it work with negative keys
[moira.git] / lib / mr_et.et
index 0075b824f67c5a36b7a46fe72f4e6c8983355d8c..85efc581f0a3ed54b1748ca044c6cb989677db01 100644 (file)
@@ -5,16 +5,16 @@
        error_table sms
 
 ec     SMS_NOT_CONNECTED,
-       "Not connected to SMS server"
+       "Not connected to Moira server"
 
 ec     SMS_CANT_CONNECT,
-       "Can't connect to SMS server"
+       "Can't connect to Moira server"
 
 ec     SMS_VERSION_MISMATCH,
-       "SMS version mismatch"
+       "Moira version mismatch"
 
 ec     SMS_ABORTED,
-       "SMS operation aborted"
+       "Moira operation aborted"
 
 ec     SMS_UNKNOWN_PROC,
        "Unknown procedure"
@@ -23,7 +23,7 @@ ec    SMS_INGRES_ERR,
        "Ingres system error occurred"
 
 ec     SMS_MORE_DATA,
-       "More data is available from SMS"
+       "More data is available from Moira"
 
 ec     SMS_NO_MATCH,
        "No records in database match query"
@@ -32,7 +32,7 @@ ec    SMS_NO_HANDLE,
        "Unknown query handle"
 
 ec     SMS_ALREADY_CONNECTED,
-       "Already connected to sms"
+       "Already connected to the moira server"
 
 ec     SMS_ARGS,
        "Incorrect number of arguments"
@@ -121,7 +121,7 @@ ec  SMS_BAD_CLASS,
        "Specified class is not known"
 
 ec     SMS_INTERNAL,
-       "SMS internal consistency failure"
+       "Moira internal consistency failure"
 
 ec     SMS_BAD_CHAR,
        "Illegal character in argument"
@@ -181,7 +181,7 @@ ec  SMS_MISSINGFILE,
        "Did not receive file for update"
 
 ec     SMS_MKCRED,
-       "mkcred failed while updating NFS credentials"
+       "unable to compile database files"
 
 ec     SMS_NAMED,
        "name daemon failed to start"
@@ -195,4 +195,10 @@ ec SMS_PROTO,
 ec     SMS_BUSY,
        "the database is busy; try again later"
 
+ec     SMS_DOWN,
+       "the database is closed right now; try again later"
+
+ec     SMS_LISTLOOP,
+       "Lists are not allowed to contain themselves as members"
+
        end
This page took 0.035424 seconds and 4 git commands to generate.