]> andersk Git - moira.git/commitdiff
explode clients/passwd into clients/{chfn,chpobox,chsh}
authorzacheiss <zacheiss>
Thu, 16 Mar 2000 06:05:43 +0000 (06:05 +0000)
committerzacheiss <zacheiss>
Thu, 16 Mar 2000 06:05:43 +0000 (06:05 +0000)
clients/Makefile.in
configure
configure.in

index 2e71322e76420ea5599615f35147abae844e81c7..49b30f27d5151034dfa521ddf8185b077617567d 100644 (file)
@@ -7,7 +7,7 @@ srcdir=@srcdir@
 VPATH=@srcdir@
 
 CURSES_SUBDIRS=mailmaint
-SUBDIRS=lib addusr blanche moira mrcheck mrtest stella passwd @CURSES_SUBDIRS@
+SUBDIRS=lib addusr blanche chfn chpobox chsh moira mrcheck mrtest stella @CURSES_SUBDIRS@
 
 all:
        @for d in $(SUBDIRS); do (echo "### Making $@ in clients/$$d"; cd $$d; $(MAKE) $@) || exit 1; done
index 13be8a455a2e1ddc55891c5dcee3e0f8d4fe2938..de4a329c5cce52726c17cb1a5f9e9e29f3a1176d 100755 (executable)
--- a/configure
+++ b/configure
@@ -2873,12 +2873,12 @@ ac_given_INSTALL="$INSTALL"
 
 trap 'rm -fr `echo "Makefile lib/Makefile include/Makefile clients/Makefile \
          clients/lib/Makefile clients/addusr/Makefile \
-         clients/blanche/Makefile clients/mailmaint/Makefile
-         clients/moira/Makefile clients/mrcheck/Makefile
-         clients/mrtest/Makefile clients/stella/Makefile \
-         clients/passwd/Makefile update/Makefile man/Makefile \
-         $SERVER_OUTPUT_FILES $AFS_OUTPUT_FILES \
-         $RSAREF_OUTPUT_FILES" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
+         clients/blanche/Makefile clients/chfn/Makefile \
+         clients/chpobox/Makefile clients/chsh/Makefile \
+         clients/mailmaint/Makefile clients/moira/Makefile \
+         clients/mrcheck/Makefile clients/mrtest/Makefile \
+         clients/stella/Makefile update/Makefile man/Makefile \
+         $SERVER_OUTPUT_FILES $AFS_OUTPUT_FILES $RSAREF_OUTPUT_FILES" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
 EOF
 cat >> $CONFIG_STATUS <<EOF
 
@@ -2990,12 +2990,12 @@ cat >> $CONFIG_STATUS <<EOF
 
 CONFIG_FILES=\${CONFIG_FILES-"Makefile lib/Makefile include/Makefile clients/Makefile \
          clients/lib/Makefile clients/addusr/Makefile \
-         clients/blanche/Makefile clients/mailmaint/Makefile
-         clients/moira/Makefile clients/mrcheck/Makefile
-         clients/mrtest/Makefile clients/stella/Makefile \
-         clients/passwd/Makefile update/Makefile man/Makefile \
-         $SERVER_OUTPUT_FILES $AFS_OUTPUT_FILES \
-         $RSAREF_OUTPUT_FILES"}
+         clients/blanche/Makefile clients/chfn/Makefile \
+         clients/chpobox/Makefile clients/chsh/Makefile \
+         clients/mailmaint/Makefile clients/moira/Makefile \
+         clients/mrcheck/Makefile clients/mrtest/Makefile \
+         clients/stella/Makefile update/Makefile man/Makefile \
+         $SERVER_OUTPUT_FILES $AFS_OUTPUT_FILES $RSAREF_OUTPUT_FILES"}
 EOF
 cat >> $CONFIG_STATUS <<\EOF
 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
index 63c574600d70861e22e6193ff1501840a3ef684c..8c787fed34b924a6a094862b5ce0f6d705b6571e 100755 (executable)
@@ -374,9 +374,9 @@ AC_SUBST(MR_LIBDEP)
 
 AC_OUTPUT(Makefile lib/Makefile include/Makefile clients/Makefile \
          clients/lib/Makefile clients/addusr/Makefile \
-         clients/blanche/Makefile clients/mailmaint/Makefile
-         clients/moira/Makefile clients/mrcheck/Makefile
-         clients/mrtest/Makefile clients/stella/Makefile \
-         clients/passwd/Makefile update/Makefile man/Makefile \
-         $SERVER_OUTPUT_FILES $AFS_OUTPUT_FILES \
-         $RSAREF_OUTPUT_FILES)
+         clients/blanche/Makefile clients/chfn/Makefile \
+         clients/chpobox/Makefile clients/chsh/Makefile \
+         clients/mailmaint/Makefile clients/moira/Makefile \
+         clients/mrcheck/Makefile clients/mrtest/Makefile \
+         clients/stella/Makefile update/Makefile man/Makefile \
+         $SERVER_OUTPUT_FILES $AFS_OUTPUT_FILES $RSAREF_OUTPUT_FILES)
This page took 0.548099 seconds and 5 git commands to generate.