From f62cd5c0864e17952783262d4c597f48844bdbdf Mon Sep 17 00:00:00 2001 From: zacheiss Date: Tue, 4 Feb 2003 04:42:03 +0000 Subject: [PATCH] bella becomes mitch to stay consistant with our naming scheme --- clients/Makefile.in | 2 +- clients/{bella => mitch}/Makefile.in | 6 +++--- clients/{bella/bella.c => mitch/mitch.c} | 2 +- configure | 12 ++++++------ configure.in | 6 +++--- man/Makefile.in | 4 ++-- man/{bella.1 => mitch.1} | 10 +++++----- 7 files changed, 21 insertions(+), 21 deletions(-) rename clients/{bella => mitch}/Makefile.in (90%) rename clients/{bella/bella.c => mitch/mitch.c} (99%) rename man/{bella.1 => mitch.1} (96%) diff --git a/clients/Makefile.in b/clients/Makefile.in index 1f157464..371377c0 100644 --- a/clients/Makefile.in +++ b/clients/Makefile.in @@ -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 diff --git a/clients/bella/Makefile.in b/clients/mitch/Makefile.in similarity index 90% rename from clients/bella/Makefile.in rename to clients/mitch/Makefile.in index badacdf2..d82290d9 100644 --- a/clients/bella/Makefile.in +++ b/clients/mitch/Makefile.in @@ -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) diff --git a/clients/bella/bella.c b/clients/mitch/mitch.c similarity index 99% rename from clients/bella/bella.c rename to clients/mitch/mitch.c index f6ab9e52..bdb81649 100644 --- a/clients/bella/bella.c +++ b/clients/mitch/mitch.c @@ -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 " diff --git a/configure b/configure index 30d029b7..40912fe4 100755 --- 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 <