home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / TOP / USR / LIB / SMAIL / make.paths.sh < prev    next >
Text File  |  2009-11-06  |  358b  |  17 lines

  1. -t
  2. * Convert map to paths file
  3. *
  4. pathalias <map -c ! sed 's/\(.*\)    \(.*\)    \(.*\)/\2    \3    \1/' ! lcasep ! qsort >-/h0/USR/LIB/SMAIL/paths
  5. chown /h0/USR/LIB/SMAIL/paths -u=uucp
  6. attr  /h0/USR/LIB/SMAIL/paths -rwprnpw
  7. *
  8. * Make path database
  9. *
  10. -nx
  11. del pathdb.dir pathdb.pag
  12. -x
  13. makedb <paths
  14. chown pathdb.dir pathdb.pag -u=uucp
  15. attr  pathdb.dir pathdb.pag -rwprnpw
  16.  
  17.