]> andersk Git - moira.git/blobdiff - clients/moira/delete.c
Athena is a dirty word.
[moira.git] / clients / moira / delete.c
index 379069db9bf6384cc035f40f413be47e8562e24e..871ebf6119baa3707bc0354fc53a5b9f90894ad1 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id $
+/* $Id$
  *
  *     This is the file delete.c for the Moira Client, which allows users
  *      to quickly and easily maintain most parts of the Moira database.
@@ -376,7 +376,7 @@ int DeleteUserGroup(char *name, Bool verbose)
            }
          if (ans < 0)
            {
-             Put_message("Aborting...\n");
+             Put_message("Aborting...");
              return SUB_ERROR;
            }
        }
@@ -416,12 +416,12 @@ int DeleteHomeFilesys(char *name, Bool verbose)
          switch (YesNoQuestion(buf, FALSE))
            {
            case FALSE:
-             Put_message("Filesystem Not Deleted, continuing...\n");
+             Put_message("Filesystem Not Deleted, continuing...");
              return SUB_NORMAL;
            case TRUE:
              break;
            default:
-             Put_message("Filesystem Not Deleted, aborting...\n\n");
+             Put_message("Filesystem Not Deleted, aborting...");
              return SUB_ERROR;
            }
        }
@@ -592,11 +592,6 @@ int DeleteList(int argc, char *argv[])
     {
     case MR_SUCCESS:
       break;
-#if 0
-    case MR_NO_WILDCARD:
-      Put_message("Wildcards are not accepted here.");
-      return DM_NORMAL;
-#endif
     case MR_NO_MATCH:
     case MR_LIST:
       Put_message("There is no list that matches that name.");
This page took 0.02819 seconds and 4 git commands to generate.