home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre4.z / postgre4 / moveme.src < prev   
Encoding:
Text File  |  1993-05-07  |  1.1 KB  |  20 lines

  1. #! /bin/sh
  2. # I used the Minix file system to port postgres. If you have any
  3. # of the others, run this script, so that all files with names
  4. # longer with 14 characters are named correctly.
  5. mv newconf/CONFIG/config.mk.linu newconf/CONFIG/config.mk.linux
  6. mv newconf/CONFIG/config.mk.spar newconf/CONFIG/config.mk.sparc
  7. mv newconf/CONFIG/config.mk.suno newconf/CONFIG/config.mk.sunos4
  8. mv newconf/CONFIG/config.mk.ultr newconf/CONFIG/config.mk.ultrix4
  9. mv newconf/IPCCLEAN/ipcclean.sunos newconf/IPCCLEAN/ipcclean.sunos4
  10. mv newconf/IPCCLEAN/ipcclean.ultri newconf/IPCCLEAN/ipcclean.ultrix4
  11. mv src/contrib/3M/observation.pg src/contrib/3M/observation.pgd
  12. mv src/lib/C/simplelists.do src/lib/C/simplelists.doc
  13. mv src/lib/Gen/Gen_accessors. src/lib/Gen/Gen_accessors.sh
  14. mv src/lib/H/access/btree-externs. src/lib/H/access/btree-externs.h
  15. mv src/lib/H/catalog/pg_inheritproc src/lib/H/catalog/pg_inheritproc.h
  16. mv src/lib/H/executor/paralleldebug. src/lib/H/executor/paralleldebug.h
  17. mv src/lib/H/storage/buf_internals. src/lib/H/storage/buf_internals.h
  18. mv src/lib/H/utils/dynamic_loader src/lib/H/utils/dynamic_loader.h
  19. mv src/storage/page/internal_page. src/storage/page/internal_page.h
  20.