]> andersk Git - moira.git/blobdiff - clients/passwd/chpobox.c
Change `SMS' to `Moira' where possible.
[moira.git] / clients / passwd / chpobox.c
index ed38d5b032778762fd88df66edd75fd1896c1a63..d36ed476bd9740363ab9ffb9ae9e3f5453ded06d 100644 (file)
@@ -13,7 +13,7 @@ static char *rcsid_chpobox_c = "$Header$";
 #endif
 
 /*
- * Talk to the MOIRA database to change a person's home mail machine. This may
+ * Talk to the Moira database to change a person's home mail machine. This may
  * be an Athena machine, or a completely arbitrary address.
  *
  * chpobox with no modifiers reports the current mailbox.
@@ -35,7 +35,7 @@ static char *rcsid_chpobox_c = "$Header$";
 #include <ctype.h>
 #include <errno.h>
 
-/* MOIRA includes */
+/* Moira includes */
 #include <moira.h>
 #include <moira_site.h>
 #include "mit-copyright.h"
@@ -280,7 +280,7 @@ int get_pobox(int argc, char **argv, char *callarg)
 }
 
 /*
- * given a canonicalized machine name, ask the MR server if it is of type
+ * given a canonicalized machine name, ask the Moira server if it is of type
  * pop, or of type local -- if neither, we assume that it's of type foreign.
  */
 char *potype(char *machine)
This page took 1.46273 seconds and 4 git commands to generate.