]> andersk Git - moira.git/blobdiff - clients/passwd/chsh.c
Change `SMS' to `Moira' where possible.
[moira.git] / clients / passwd / chsh.c
index 06833b04dcad460e582d044c90b6376c27ff478a..5ba86718e65dd1a67f37b59398544d003545df1b 100644 (file)
@@ -13,7 +13,7 @@ static char *rcsid_chsh_c = "$Header$";
 #endif
 
 /*
- * Talk to the MOIRA database to change a person's login shell.  The chosen
+ * Talk to the Moira database to change a person's login shell.  The chosen
  * shell must exist.  A warning will be issued if the shell is not in
  * /etc/shells.
  *
@@ -34,7 +34,7 @@ static char *rcsid_chsh_c = "$Header$";
 #include <ctype.h>
 #include <errno.h>
 
-/* MOIRA includes */
+/* Moira includes */
 #include <moira.h>
 #include <moira_site.h>
 #include "mit-copyright.h"
@@ -102,7 +102,7 @@ int chsh(char *uname)
   int status;                  /* general purpose exit status */
   int q_argc;                  /* argc for mr_query */
   char *q_argv[U_END];         /* argv for mr_query */
-  char *motd;                  /* determine MR server status */
+  char *motd;                  /* determine Moira server status */
 
   int got_one = 0;             /* have we got a new shell yet? */
   char shell[BUFSIZ];          /* the new shell */
This page took 0.031417 seconds and 4 git commands to generate.