[2031] in Moira Commits

home help back first fref pref prev next nref lref last post

/svn/moira r4173 - in trunk/moira: . clients clients/addusr man

daemon@ATHENA.MIT.EDU (Garry Zacheiss)
Mon Jul 21 13:55:26 2014

Date: Mon, 21 Jul 2014 13:55:18 -0400
From: Garry Zacheiss <zacheiss@MIT.EDU>
Message-Id: <201407211755.s6LHtIs7024497@drugstore.mit.edu>
To: moira-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: zacheiss
Date: 2014-07-21 13:55:18 -0400 (Mon, 21 Jul 2014)
New Revision: 4173

Removed:
   trunk/moira/clients/addusr/Makefile.in
   trunk/moira/clients/addusr/addusr.c
   trunk/moira/man/addusr.1
Modified:
   trunk/moira/clients/Makefile.in
   trunk/moira/configure
   trunk/moira/configure.in
   trunk/moira/man/Makefile.in
Log:
Delete addusr(1).

Modified: trunk/moira/clients/Makefile.in
===================================================================
--- trunk/moira/clients/Makefile.in	2014-07-09 19:27:36 UTC (rev 4172)
+++ trunk/moira/clients/Makefile.in	2014-07-21 17:55:18 UTC (rev 4173)
@@ -7,7 +7,7 @@
 VPATH=@srcdir@
 
 CURSES_SUBDIRS=mailmaint
-SUBDIRS=lib addusr blanche chfn chpobox chsh eunice mitch moira mrcheck mrtest stanley stella @CURSES_SUBDIRS@
+SUBDIRS=lib blanche chfn chpobox chsh eunice 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

Modified: trunk/moira/configure
===================================================================
--- trunk/moira/configure	2014-07-09 19:27:36 UTC (rev 4172)
+++ trunk/moira/configure	2014-07-21 17:55:18 UTC (rev 4173)
@@ -21654,7 +21654,7 @@
 LIBS="$MR_LIBDEP $KLIBS"
 
 
-                                                                                                                                                                                                                                                                    ac_config_files="$ac_config_files Makefile lib/Makefile include/Makefile clients/Makefile clients/lib/Makefile clients/addusr/Makefile clients/blanche/Makefile clients/chfn/Makefile clients/chpobox/Makefile clients/chsh/Makefile clients/eunice/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 $WEBMOIRA_OUTPUT_FILES $SERVER_OUTPUT_FILES $WINAD_OUTPUT_FILES $AFS_OUTPUT_FILES $KERBEROS_OUTPUT_FILES $RSAREF_OUTPUT_FILES"
+                                                                                                                                                                                                                                                          ac_config_files="$ac_config_files Makefile lib/Makefile include/Makefile clients/Makefile clients/lib/Makefile clients/blanche/Makefile clients/chfn/Makefile clients/chpobox/Makefile clients/chsh/Makefile clients/eunice/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 $WEBMOIRA_OUTPUT_FILES $SERVER_OUTPUT_FILES $WINAD_OUTPUT_FILES $AFS_OUTPUT_FILES $KERBEROS_OUTPUT_FILES $RSAREF_OUTPUT_FILES"
 cat >confcache <<\_ACEOF
 # This file is a shell script that caches the results of configure
 # tests run on this system so they can be shared between configure
@@ -22211,7 +22211,6 @@
   "include/Makefile" ) CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
   "clients/Makefile" ) CONFIG_FILES="$CONFIG_FILES clients/Makefile" ;;
   "clients/lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES clients/lib/Makefile" ;;
-  "clients/addusr/Makefile" ) CONFIG_FILES="$CONFIG_FILES clients/addusr/Makefile" ;;
   "clients/blanche/Makefile" ) CONFIG_FILES="$CONFIG_FILES clients/blanche/Makefile" ;;
   "clients/chfn/Makefile" ) CONFIG_FILES="$CONFIG_FILES clients/chfn/Makefile" ;;
   "clients/chpobox/Makefile" ) CONFIG_FILES="$CONFIG_FILES clients/chpobox/Makefile" ;;

Modified: trunk/moira/configure.in
===================================================================
--- trunk/moira/configure.in	2014-07-09 19:27:36 UTC (rev 4172)
+++ trunk/moira/configure.in	2014-07-21 17:55:18 UTC (rev 4173)
@@ -511,8 +511,7 @@
 AC_SUBST(KLIBS)
 
 AC_OUTPUT(Makefile lib/Makefile include/Makefile clients/Makefile \
-	  clients/lib/Makefile clients/addusr/Makefile \
-	  clients/blanche/Makefile clients/chfn/Makefile \
+	  clients/lib/Makefile clients/blanche/Makefile clients/chfn/Makefile \
 	  clients/chpobox/Makefile clients/chsh/Makefile \
 	  clients/eunice/Makefile clients/mailmaint/Makefile \
 	  clients/mitch/Makefile clients/moira/Makefile \

Modified: trunk/moira/man/Makefile.in
===================================================================
--- trunk/moira/man/Makefile.in	2014-07-09 19:27:36 UTC (rev 4172)
+++ trunk/moira/man/Makefile.in	2014-07-21 17:55:18 UTC (rev 4173)
@@ -11,7 +11,7 @@
 prefix=@prefix@
 mandir=@mandir@
 
-MAN1=	addusr.1 blanche.1 chfn.1 chpobox.1 chsh.1 dcmmaint.1 eunice.1 \
+MAN1=	blanche.1 chfn.1 chpobox.1 chsh.1 dcmmaint.1 eunice.1 \
 	listmaint.1 mailmaint.1 mitch.1 moira.1 mrcheck.1 namespace.1 \
 	stanley.1 stella.1 usermaint.1
 MAN3=	canonicalize_hostname.3 format_filesys_type.3 moira.3 \


home help back first fref pref prev next nref lref last post