Changeset 1493


Ignore:
Timestamp:
2000-09-04T15:03:29+12:00 (24 years ago)
Author:
sjboddie
Message:

added getpw and ability to set initial password from within installation
script

Location:
trunk/gsdl
Files:
3 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/Makefile.in

    r1339 r1493  
    4646ALLFILES = $(OBJECTS)
    4747
    48 INSTALLDIRS = src/recpt src/txt2db src/db2txt src/hashfile packages/mg
     48INSTALLDIRS = src/recpt src/txt2db src/db2txt src/hashfile src/getpw packages/mg
    4949
    50 OTHERDIRS = packages/mg lib src/mgpp src/colservr  src/recpt src/txt2db src/db2txt src/hashfile
     50OTHERDIRS = packages/mg lib src/mgpp src/colservr src/recpt src/txt2db src/db2txt src/hashfile src/getpw
    5151
    5252all:
  • trunk/gsdl/configure

    r1332 r1493  
    34033403
    34043404trap 'rm -fr `echo "packages/mg/Makefile packages/mg/src/text/Makefile packages/mg/src/images/Makefile
    3405           packages/mg/src/scripts/Makefile packages/mg/lib/Makefile src/mgpp/Makefile
    3406       src/mgpp/text/Makefile src/mgpp/lib/Makefile
     3405          packages/mg/src/scripts/Makefile packages/mg/lib/Makefile src/mgpp/Makefile 
     3406      src/mgpp/lib/Makefile src/mgpp/text/Makefile
    34073407          src/hashfile/Makefile src/colservr/Makefile src/recpt/Makefile src/txt2db/Makefile
    3408           src/db2txt/Makefile lib/Makefile Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
     3408          src/db2txt/Makefile lib/Makefile Makefile src/getpw/Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
    34093409EOF
    34103410cat >> $CONFIG_STATUS <<EOF
     
    34993499
    35003500CONFIG_FILES=\${CONFIG_FILES-"packages/mg/Makefile packages/mg/src/text/Makefile packages/mg/src/images/Makefile
    3501           packages/mg/src/scripts/Makefile packages/mg/lib/Makefile src/mgpp/Makefile
    3502       src/mgpp/text/Makefile src/mgpp/lib/Makefile
     3501          packages/mg/src/scripts/Makefile packages/mg/lib/Makefile src/mgpp/Makefile 
     3502      src/mgpp/lib/Makefile src/mgpp/text/Makefile
    35033503          src/hashfile/Makefile src/colservr/Makefile src/recpt/Makefile src/txt2db/Makefile
    3504           src/db2txt/Makefile lib/Makefile Makefile"}
     3504          src/db2txt/Makefile lib/Makefile Makefile src/getpw/Makefile"}
    35053505EOF
    35063506cat >> $CONFIG_STATUS <<\EOF
  • trunk/gsdl/configure.in

    r1332 r1493  
    246246      src/mgpp/lib/Makefile src/mgpp/text/Makefile
    247247          src/hashfile/Makefile src/colservr/Makefile src/recpt/Makefile src/txt2db/Makefile
    248           src/db2txt/Makefile lib/Makefile Makefile)
    249 
    250 
     248          src/db2txt/Makefile lib/Makefile Makefile src/getpw/Makefile)
     249
     250
Note: See TracChangeset for help on using the changeset viewer.