]> andersk Git - moira.git/commitdiff
bella becomes mitch to stay consistant with our naming scheme
authorzacheiss <zacheiss>
Tue, 4 Feb 2003 04:42:03 +0000 (04:42 +0000)
committerzacheiss <zacheiss>
Tue, 4 Feb 2003 04:42:03 +0000 (04:42 +0000)
clients/Makefile.in
clients/mitch/Makefile.in [moved from clients/bella/Makefile.in with 90% similarity]
clients/mitch/mitch.c [moved from clients/bella/bella.c with 99% similarity]
configure
configure.in
man/Makefile.in
man/mitch.1 [moved from man/bella.1 with 96% similarity]

index 1f157464531d1910b877a0395983ebf699463980..371377c097ec849b248fdfdae424232577973043 100644 (file)
@@ -7,7 +7,7 @@ srcdir=@srcdir@
 VPATH=@srcdir@
 
 CURSES_SUBDIRS=mailmaint
-SUBDIRS=lib addusr bella blanche chfn chpobox chsh moira mrcheck mrtest stanley stella @CURSES_SUBDIRS@
+SUBDIRS=lib addusr blanche chfn chpobox chsh mitch moira mrcheck mrtest stanley stella @CURSES_SUBDIRS@
 
 all:
        @for d in $(SUBDIRS); do (echo "### Making $@ in clients/$$d"; cd $$d; $(MAKE) $@) || exit 1; done
similarity index 90%
rename from clients/bella/Makefile.in
rename to clients/mitch/Makefile.in
index badacdf22467bb46936204a3d8a0c8dc8c2912f7..d82290d9cf3858f144b1dfd320231c6c3641f12f 100644 (file)
@@ -22,9 +22,9 @@ prefix=@prefix@
 exec_prefix=@exec_prefix@
 bindir=@bindir@
 
-OBJS=bella.o
+OBJS=mitch.o
 
-TARGET=bella
+TARGET=mitch
 
 .c.o:
        $(CC) -c $(ALL_CFLAGS) $<
@@ -40,7 +40,7 @@ cleandir distclean: clean
 depend:
 
 install: all
-       $(INSTALL_PROGRAM) bella $(bindir)
+       $(INSTALL_PROGRAM) mitch $(bindir)
 
 $(TARGET): $(OBJS) ../lib/libmrclient.a $(MR_LIBDEP)
        $(CC) -o $@ $(LDFLAGS) $(OBJS) $(LIBS)
similarity index 99%
rename from clients/bella/bella.c
rename to clients/mitch/mitch.c
index f6ab9e5238561da84df805d7f18006844442ab2c..bdb816497e447564fa308d4c24c9fdb4a63e66b7 100644 (file)
@@ -222,7 +222,7 @@ int main(int argc, char **argv)
   }
 
   /* fire up Moira */
-  status = mrcl_connect(server, "bella", 9, !noauth);
+  status = mrcl_connect(server, "mitch", 9, !noauth);
   if (status == MRCL_AUTH_ERROR)
     {
       com_err(whoami, 0, "Try the -noauth flag if you don't "
index 30d029b74ba092d372f1a08bc0a8c79481d6a97b..40912fe46a60a187c2744ac62b248b37b52cac91 100755 (executable)
--- a/configure
+++ b/configure
@@ -2965,9 +2965,9 @@ ac_given_INSTALL="$INSTALL"
 
 trap 'rm -fr `echo "Makefile lib/Makefile include/Makefile clients/Makefile \
          clients/lib/Makefile clients/addusr/Makefile \
-         clients/bella/Makefile clients/blanche/Makefile \
-         clients/chfn/Makefile clients/chpobox/Makefile \
-         clients/chsh/Makefile clients/mailmaint/Makefile \
+         clients/blanche/Makefile clients/chfn/Makefile \
+         clients/chpobox/Makefile clients/chsh/Makefile \
+         clients/mailmaint/Makefile clients/mitch/Makefile \
          clients/moira/Makefile clients/mrcheck/Makefile \
          clients/mrtest/Makefile clients/stanley/Makefile \
          clients/stella/Makefile update/Makefile man/Makefile \
@@ -3095,9 +3095,9 @@ cat >> $CONFIG_STATUS <<EOF
 
 CONFIG_FILES=\${CONFIG_FILES-"Makefile lib/Makefile include/Makefile clients/Makefile \
          clients/lib/Makefile clients/addusr/Makefile \
-         clients/bella/Makefile clients/blanche/Makefile \
-         clients/chfn/Makefile clients/chpobox/Makefile \
-         clients/chsh/Makefile clients/mailmaint/Makefile \
+         clients/blanche/Makefile clients/chfn/Makefile \
+         clients/chpobox/Makefile clients/chsh/Makefile \
+         clients/mailmaint/Makefile clients/mitch/Makefile \
          clients/moira/Makefile clients/mrcheck/Makefile \
          clients/mrtest/Makefile clients/stanley/Makefile \
          clients/stella/Makefile update/Makefile man/Makefile \
index d478628992cc3bd183ee26f3408de38eacf3563c..9680e937eac4eab814b250c4549db9606b918867 100755 (executable)
@@ -453,9 +453,9 @@ AC_SUBST(MR_LIBDEP)
 
 AC_OUTPUT(Makefile lib/Makefile include/Makefile clients/Makefile \
          clients/lib/Makefile clients/addusr/Makefile \
-         clients/bella/Makefile clients/blanche/Makefile \
-         clients/chfn/Makefile clients/chpobox/Makefile \
-         clients/chsh/Makefile clients/mailmaint/Makefile \
+         clients/blanche/Makefile clients/chfn/Makefile \
+         clients/chpobox/Makefile clients/chsh/Makefile \
+         clients/mailmaint/Makefile clients/mitch/Makefile \
          clients/moira/Makefile clients/mrcheck/Makefile \
          clients/mrtest/Makefile clients/stanley/Makefile \
          clients/stella/Makefile update/Makefile man/Makefile \
index fbd5ec9553af89ed9bfe7c3c8ac22c288094d075..46118eb452172d7cd664d9cd5b427b692e1c2e05 100644 (file)
@@ -11,8 +11,8 @@ VPATH=@srcdir@
 prefix=@prefix@
 mandir=@mandir@
 
-MAN1=  bella.1 blanche.1 chfn.1 chpobox.1 chsh.1 dcmmaint.1 listmaint.1 \
-       mailmaint.1 moira.1 mrcheck.1 stanley.1 stella.1 usermaint.1 userreg.1
+MAN1=  blanche.1 chfn.1 chpobox.1 chsh.1 dcmmaint.1 listmaint.1 mailmaint.1 \
+       mitch.1 moira.1 mrcheck.1 stanley.1 stella.1 usermaint.1 userreg.1
 MAN3=  canonicalize_hostname.3 format_filesys_type.3 moira.3 \
        mr_access.3 mr_auth.3 mr_connect.3 mr_disconnect.3 \
        mr_host.3 mr_motd.3 mr_noop.3 mr_query.3 \
similarity index 96%
rename from man/bella.1
rename to man/mitch.1
index bc438212eaa52e389d3ddd2d3c0c0b1b74f51496..59cfa94a340134e747a54f1bd8f6bd017616c770 100644 (file)
@@ -1,11 +1,11 @@
-.TH BELLA 1 "22 Jan 2003" "MIT Athena"
+.TH MITCH 1 "22 Jan 2003" "MIT Athena"
 \" RCSID: $Header$
 .SH NAME
-bella \- examine and modify informtion about containers in Moira
+mitch \- examine and modify informtion about containers in Moira
 .SH SYNOPSIS
-.B bella containername [options]
+.B mitch containername [options]
 .SH DESCRIPTION
-.I Bella
+.I Mitch
 is a tool for updating information about containers in Moira.  It
 supports all container modification commands and options to list, add,
 and remove machines to and from containers.
@@ -32,7 +32,7 @@ Set the owner of the specified container to \fIowner\fR.
 You may specify an owner explicitly, as user:username, list:listname, or
 kerberos:principal_name; or the type may be left off if the owner name
 is non ambiguous.
-.B Bella
+.B Mitch
 will try first as a user, and if that fails will try the member as a
 list.
 
This page took 3.585857 seconds and 5 git commands to generate.