home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume44 / rocat / part08 < prev    next >
Internet Message Format  |  1994-08-01  |  96KB

  1. From: shaw@stortek.stortek.com (Greg Shaw)
  2. Newsgroups: comp.sources.misc
  3. Subject: v44i008:  rocat - Roman Catacombs BBS System v.0.75, Part08/09
  4. Date: 1 Aug 1994 12:09:21 -0500
  5. Organization: Sterling Software
  6. Sender: kent@sparky.sterling.com
  7. Approved: kent@sparky.sterling.com
  8. Message-ID: <31ja81$b1v@sparky.sterling.com>
  9. X-Md4-Signature: 1bbdfe42d8ef4d629482fef37a842a32
  10.  
  11. Submitted-by: shaw@stortek.stortek.com (Greg Shaw)
  12. Posting-number: Volume 44, Issue 8
  13. Archive-name: rocat/part08
  14. Environment: Linux, GNU C++/libg++
  15.  
  16. #! /bin/sh
  17. # This is a shell archive.  Remove anything before this line, then feed it
  18. # into a shell via "sh file" or similar.  To overwrite existing files,
  19. # type "sh file -c".
  20. # Contents:  rocat-0.75/BUGS rocat-0.75/admin/.profile
  21. #   rocat-0.75/config/protocols rocat-0.75/doc/rocat.man
  22. #   rocat-0.75/examples/menus/cars rocat-0.75/examples/menus/dosapps
  23. #   rocat-0.75/examples/menus/doscomm
  24. #   rocat-0.75/examples/menus/doscomp
  25. #   rocat-0.75/examples/menus/dosdrivrs
  26. #   rocat-0.75/examples/menus/dosgames
  27. #   rocat-0.75/examples/menus/dossounds
  28. #   rocat-0.75/examples/menus/dostop
  29. #   rocat-0.75/examples/menus/dosutils
  30. #   rocat-0.75/examples/menus/famous rocat-0.75/examples/menus/fracts
  31. #   rocat-0.75/examples/menus/gaymale rocat-0.75/examples/menus/giftop
  32. #   rocat-0.75/examples/menus/helpbbs
  33. #   rocat-0.75/examples/menus/helpeditors
  34. #   rocat-0.75/examples/menus/helpemail
  35. #   rocat-0.75/examples/menus/helpfiles
  36. #   rocat-0.75/examples/menus/helplinux
  37. #   rocat-0.75/examples/menus/jpegtop
  38. #   rocat-0.75/examples/menus/lezbian
  39. #   rocat-0.75/examples/menus/linuxtop
  40. #   rocat-0.75/examples/menus/macapps rocat-0.75/examples/menus/macbbs
  41. #   rocat-0.75/examples/menus/maccomm
  42. #   rocat-0.75/examples/menus/maccomp
  43. #   rocat-0.75/examples/menus/macgames
  44. #   rocat-0.75/examples/menus/macinits
  45. #   rocat-0.75/examples/menus/macsounds
  46. #   rocat-0.75/examples/menus/macutils rocat-0.75/examples/menus/mail
  47. #   rocat-0.75/examples/menus/newsngames
  48. #   rocat-0.75/examples/menus/other rocat-0.75/examples/menus/planes
  49. #   rocat-0.75/examples/menus/space rocat-0.75/examples/menus/sysop
  50. #   rocat-0.75/examples/menus/usenet rocat-0.75/examples/menus/winapps
  51. #   rocat-0.75/examples/menus/wincomm
  52. #   rocat-0.75/examples/menus/wincomp
  53. #   rocat-0.75/examples/menus/windrivrs
  54. #   rocat-0.75/examples/menus/wingames
  55. #   rocat-0.75/examples/menus/winsounds
  56. #   rocat-0.75/examples/menus/winutils
  57. #   rocat-0.75/rocat.readme.unpacking rocat-0.75/scripts/mkuserdirs
  58. #   rocat-0.75/src/README rocat-0.75/text/bbsinfo
  59. #   rocat-0.75/text/bbswelcome rocat-0.75/text/helpfeedback
  60. #   rocat-0.75/text/helpgames rocat-0.75/text/helpmovement
  61. #   rocat-0.75/text/helpupload rocat-0.75/text/mostpopular
  62. #   rocat-0.75/text/system1.msg
  63. # Wrapped by kent@sparky on Mon Jul 11 22:22:54 1994
  64. PATH=/bin:/usr/bin:/usr/ucb:/usr/local/bin:/usr/lbin:$PATH ; export PATH
  65. echo If this archive is complete, you will see the following message:
  66. echo '          "shar: End of archive 8 (of 9)."'
  67. if test -f 'rocat-0.75/BUGS' -a "${1}" != "-c" ; then 
  68.   echo shar: Will not clobber existing file \"'rocat-0.75/BUGS'\"
  69. else
  70.   echo shar: Extracting \"'rocat-0.75/BUGS'\" \(574 characters\)
  71.   sed "s/^X//" >'rocat-0.75/BUGS' <<'END_OF_FILE'
  72. XThis is a list of the current bugs found in either the rocat BBS System or
  73. Xthe documentation:
  74. X
  75. X1.  The BBS asks for 'ansi' emulation (recommends it, in fact).  Slackware
  76. Xdoesn't ship with the /etc/termcap entry for 'ansi'.
  77. X
  78. X    To fix:
  79. X        Make an alias in the 'console' entry in the /etc/termcap
  80. X        file.
  81. X
  82. X        As root, edit the /etc/termcap file.
  83. X        search for console
  84. X            /console
  85. X        After the word console, put a pipe (|), and type 'ansi'.
  86. X        The resulting entry should look something like:
  87. X
  88. X            console|ansi|con80x25|dumb:\
  89. X
  90. X        This will allow persons using 'ansi' emulation to work.
  91. END_OF_FILE
  92.   if test 574 -ne `wc -c <'rocat-0.75/BUGS'`; then
  93.     echo shar: \"'rocat-0.75/BUGS'\" unpacked with wrong size!
  94.   fi
  95.   # end of 'rocat-0.75/BUGS'
  96. fi
  97. if test -f 'rocat-0.75/admin/.profile' -a "${1}" != "-c" ; then 
  98.   echo shar: Will not clobber existing file \"'rocat-0.75/admin/.profile'\"
  99. else
  100.   echo shar: Extracting \"'rocat-0.75/admin/.profile'\" \(906 characters\)
  101.   sed "s/^X//" >'rocat-0.75/admin/.profile' <<'END_OF_FILE'
  102. X# executable search  path
  103. XPATH=$HOME/bin:/usr/ucb:/usr/local/bin:/bin:/usr/bin:/etc:/usr/lib/uucp:/usr/bin/X11:/usr/games:/usr/lib:/sbin:/usr/sbin:
  104. X
  105. X# bbs stuff 
  106. XBBSDIR=/bbsdev
  107. XSYSOP=shaw
  108. X
  109. X# generic stuff (for X and such)
  110. XTERMINFO=/usr/lib/terminfo
  111. XOPENWINHOME=/usr/openwin
  112. XLD_LIBRARY_PATH=/usr/openwin/lib
  113. X
  114. X
  115. X# setup manual paths
  116. XMANPATH=/usr/man:/usr/local/man:/usr/openwin/man:/usr/X386/man
  117. X
  118. X# default prompt
  119. Xprompt="`hostname`-bbs % "
  120. X
  121. X# mail directory and check time
  122. Xmail=/usr/spool/mail/$LOGNAME
  123. X
  124. X# default permissions mask
  125. Xumask=066
  126. X
  127. X#timezone 
  128. XTZ=MST7MDT
  129. X
  130. X# default editor
  131. XVISUAL=vi
  132. X
  133. X# default time slice 
  134. XHZ=100
  135. X
  136. X# now export it to the shell
  137. Xexport PATH BBSDIR SYSOP TERMINFO OPENWINHOME LD_LIBRARY_PATH MANPATH TZ HZ
  138. X
  139. X# setup default terminal settings 
  140. X    stty erase "^H" kill "^U" intr "^C" eof "^D" 
  141. X    stty hupcl ixon ixoff
  142. X
  143. X# now give me my 'quote of the login'
  144. X    echo Quote of the Login
  145. X    fortune
  146. X
  147. END_OF_FILE
  148.   if test 906 -ne `wc -c <'rocat-0.75/admin/.profile'`; then
  149.     echo shar: \"'rocat-0.75/admin/.profile'\" unpacked with wrong size!
  150.   fi
  151.   chmod +x 'rocat-0.75/admin/.profile'
  152.   # end of 'rocat-0.75/admin/.profile'
  153. fi
  154. if test -f 'rocat-0.75/config/protocols' -a "${1}" != "-c" ; then 
  155.   echo shar: Will not clobber existing file \"'rocat-0.75/config/protocols'\"
  156. else
  157.   echo shar: Extracting \"'rocat-0.75/config/protocols'\" \(685 characters\)
  158.   sed "s/^X//" >'rocat-0.75/config/protocols' <<'END_OF_FILE'
  159. X# this file describes the external protocols to be used by the bbs and 
  160. X# the command to be used to invoke it.
  161. X# the format is:
  162. X# UPLOAD|command|needs filename (y or n)|key to select|text description for user
  163. X# DOWNLOAD|command|key to select|text description for user
  164. X# Note that if a command needs a filename, multiple file uploads are not 
  165. X# allowed.  (this is the case with the below protocols.  If something
  166. X# different is found, then it can be changed)
  167. X
  168. XU|rz|n|1|1. Zmodem
  169. XU|rb|n|2|2. Ymodem
  170. XU|rx|y|3|3. Xmodem
  171. XU|kermit -r|y|4|4. Kermit
  172. X
  173. XD|sz|1|1. Zmodem
  174. XD|sb|2|2. Ymodem
  175. XD|sb -k|3|3. Ymodem-1K
  176. XD|sb|4|4. Ymodem-G
  177. XD|sx|5|5. Xmodem
  178. XD|sx -k|6|6. Xmodem-1K
  179. XD|kermit -s|7|7. Kermit
  180. X
  181. X
  182. END_OF_FILE
  183.   if test 685 -ne `wc -c <'rocat-0.75/config/protocols'`; then
  184.     echo shar: \"'rocat-0.75/config/protocols'\" unpacked with wrong size!
  185.   fi
  186.   # end of 'rocat-0.75/config/protocols'
  187. fi
  188. if test -f 'rocat-0.75/doc/rocat.man' -a "${1}" != "-c" ; then 
  189.   echo shar: Will not clobber existing file \"'rocat-0.75/doc/rocat.man'\"
  190. else
  191.   echo shar: Extracting \"'rocat-0.75/doc/rocat.man'\" \(1272 characters\)
  192.   sed "s/^X//" >'rocat-0.75/doc/rocat.man' <<'END_OF_FILE'
  193. X.TH rocat 1 "06 Jun 94" "shaw" "rocat manual"
  194. X.IX rocat
  195. X.SH NAME
  196. Xrocat - BBS System for Linux/Unix
  197. X.SH SYNOPSIS
  198. X.B rocat
  199. X.SH DESCRIPTION
  200. XThe Roman Catacombs BBS System (rocat) for Linux/Unix (POSIX).
  201. X
  202. X.I rocat 
  203. Xis a BBS system written for Linux (POSIX).  It uses Unix-style utilities
  204. Xfor all major functions, when appropriate.  
  205. X.I rocat
  206. Xsupports the following features:
  207. X.PP    
  208. XError logging of all functions
  209. X.PP    
  210. XMulti-machine capabilities
  211. X.PP    
  212. XInternet sockets
  213. X.PP    
  214. XSysOp 'monitoring' of users
  215. X.PP    
  216. XCentralized error logging
  217. X.PP    
  218. XEasy and quick to setup and use
  219. X    
  220. X
  221. X.SH CONFIGURATION
  222. X.I rocat 
  223. Xrequires no configuration other than the $BBSDIR environment
  224. Xvariable.  However, configuration of the BBS configuration file 
  225. X.I $BBSDIR/config/bbsinfo
  226. Xis necessary to point the BBS to the correct error logging machine.
  227. X
  228. X.I rocat 
  229. Xis designed to be as flexible as possible with respect to large and small
  230. Xinstallations.  It is meant to be scalable to multiple architectures
  231. Xrunning concurrently.
  232. X
  233. X.SH BUGS
  234. X.I rocat
  235. Xis inefficient (e.g. slow) when the monitor process is running.  It should
  236. Xshow very little degradation when the SysOp is watching.  
  237. X
  238. X.SH "SEE ALSO"
  239. Xrocat(1), rocat documentation
  240. X.SH AUTHOR
  241. X.I rocat
  242. Xis Copyright (C) 1994 by Gregory Shaw, <shaw@manwe.fmsoft.com>.
  243. END_OF_FILE
  244.   if test 1272 -ne `wc -c <'rocat-0.75/doc/rocat.man'`; then
  245.     echo shar: \"'rocat-0.75/doc/rocat.man'\" unpacked with wrong size!
  246.   fi
  247.   # end of 'rocat-0.75/doc/rocat.man'
  248. fi
  249. if test -f 'rocat-0.75/examples/menus/cars' -a "${1}" != "-c" ; then 
  250.   echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/cars'\"
  251. else
  252.   echo shar: Extracting \"'rocat-0.75/examples/menus/cars'\" \(1170 characters\)
  253.   sed "s/^X//" >'rocat-0.75/examples/menus/cars' <<'END_OF_FILE'
  254. X0||||||| Roman Catacombs                                                Car Pictures
  255. X0||||||| ---------------------------------------------------------------------------
  256. X0||||||| 
  257. X0|||||||                        ----------------------------
  258. X0|||||||                        N>ew Files                 
  259. X0|||||||                        L>ist Files                
  260. X0|||||||                        S>earch for File           
  261. X0|||||||                        I>nformation on File       
  262. X0||199|>||||                        D>ownload file(s)          
  263. X0||199|>||||                        U>pload File(s)            
  264. X0|||||||                        H>elp                      
  265. X0|||||||                        ----------------------------
  266. X0||||||| 
  267. X0||||||| 
  268. X0||||||| 
  269. X0||||||| ---------------------------------------------------------------------------
  270. X0||||||| <-> Previous Menu     <F> Feedback to SysOp   <G> Quick Logout
  271. X1|g||||||
  272. X3|-||||||
  273. X21|f|||||elm -s feedback shaw|
  274. X25|n|199|>|||planes|
  275. X26|n|200|<|||planes|
  276. X27|l|199|>|||planes|
  277. X28|l|200|<|||planes|
  278. X29|s|199|>|||planes|
  279. X30|s|200|<|||planes|
  280. X31|i|||||planes|
  281. X32|d|199|>|||planes|
  282. X33|u|199|>|||planes|
  283. X2|h|||||helptop|
  284. END_OF_FILE
  285.   if test 1170 -ne `wc -c <'rocat-0.75/examples/menus/cars'`; then
  286.     echo shar: \"'rocat-0.75/examples/menus/cars'\" unpacked with wrong size!
  287.   fi
  288.   # end of 'rocat-0.75/examples/menus/cars'
  289. fi
  290. if test -f 'rocat-0.75/examples/menus/dosapps' -a "${1}" != "-c" ; then 
  291.   echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/dosapps'\"
  292. else
  293.   echo shar: Extracting \"'rocat-0.75/examples/menus/dosapps'\" \(1175 characters\)
  294.   sed "s/^X//" >'rocat-0.75/examples/menus/dosapps' <<'END_OF_FILE'
  295. X0||||||| Roman Catacombs                                         MS-DOS Applications
  296. X0||||||| ---------------------------------------------------------------------------
  297. X0||||||| 
  298. X0|||||||                        ----------------------------
  299. X0|||||||                        N>ew Files                 
  300. X0|||||||                    <W> L>ist Files                
  301. X0|||||||      Dos and Don'ts--- S>earch for File           
  302. X0|||||||                        I>nformation on File       
  303. X0||199|>||||                        D>ownload file(s)          
  304. X0||199|>||||                        U>pload File(s)            
  305. X0|||||||                        H>elp                      
  306. X0|||||||                        ----------------------------
  307. X0||||||| 
  308. X0||||||| ---------------------------------------------------------------------------
  309. X0||||||| <-> Previous Menu     <F> Feedback to SysOp   <G> Quick Logout
  310. X1|g||||||
  311. X3|-||||||
  312. X21|f|||||elm -s feedback shaw|
  313. X3|w|||||dostop|
  314. X25|n|199|>|||dosapps|
  315. X26|n|200|<|||dosapps|
  316. X27|l|199|>|||dosapps|
  317. X28|l|200|<|||dosapps|
  318. X29|s|199|>|||dosapps|
  319. X30|s|200|<|||dosapps|
  320. X31|i|||||dosapps|
  321. X32|d|199|>|||dosapps|
  322. X33|u|199|>|||dosapps|
  323. X2|h|||||helptop|
  324. END_OF_FILE
  325.   if test 1175 -ne `wc -c <'rocat-0.75/examples/menus/dosapps'`; then
  326.     echo shar: \"'rocat-0.75/examples/menus/dosapps'\" unpacked with wrong size!
  327.   fi
  328.   # end of 'rocat-0.75/examples/menus/dosapps'
  329. fi
  330. if test -f 'rocat-0.75/examples/menus/doscomm' -a "${1}" != "-c" ; then 
  331.   echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/doscomm'\"
  332. else
  333.   echo shar: Extracting \"'rocat-0.75/examples/menus/doscomm'\" \(1175 characters\)
  334.   sed "s/^X//" >'rocat-0.75/examples/menus/doscomm' <<'END_OF_FILE'
  335. X0||||||| Roman Catacombs                               MS-DOS Communcations Programs
  336. X0||||||| ---------------------------------------------------------------------------
  337. X0||||||| 
  338. X0|||||||                        ----------------------------
  339. X0|||||||                        N>ew Files                 
  340. X0|||||||                    <W> L>ist Files                
  341. X0|||||||      Dos and Don'ts--- S>earch for File           
  342. X0|||||||                        I>nformation on File       
  343. X0||199|>||||                        D>ownload file(s)          
  344. X0||199|>||||                        U>pload File(s)            
  345. X0|||||||                        H>elp                      
  346. X0|||||||                        ----------------------------
  347. X0||||||| 
  348. X0||||||| ---------------------------------------------------------------------------
  349. X0||||||| <-> Previous Menu     <F> Feedback to SysOp   <G> Quick Logout
  350. X1|g||||||
  351. X3|-||||||
  352. X21|f|||||elm -s feedback shaw|
  353. X3|w|||||dostop|
  354. X25|n|199|>|||doscomm|
  355. X26|n|200|<|||doscomm|
  356. X27|l|199|>|||doscomm|
  357. X28|l|200|<|||doscomm|
  358. X29|s|199|>|||doscomm|
  359. X30|s|200|<|||doscomm|
  360. X31|i|||||doscomm|
  361. X32|d|199|>|||doscomm|
  362. X33|u|199|>|||doscomm|
  363. X2|h|||||helptop|
  364. END_OF_FILE
  365.   if test 1175 -ne `wc -c <'rocat-0.75/examples/menus/doscomm'`; then
  366.     echo shar: \"'rocat-0.75/examples/menus/doscomm'\" unpacked with wrong size!
  367.   fi
  368.   # end of 'rocat-0.75/examples/menus/doscomm'
  369. fi
  370. if test -f 'rocat-0.75/examples/menus/doscomp' -a "${1}" != "-c" ; then 
  371.   echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/doscomp'\"
  372. else
  373.   echo shar: Extracting \"'rocat-0.75/examples/menus/doscomp'\" \(1175 characters\)
  374.   sed "s/^X//" >'rocat-0.75/examples/menus/doscomp' <<'END_OF_FILE'
  375. X0||||||| Roman Catacombs                                 MS-DOS Compression Programs
  376. X0||||||| ---------------------------------------------------------------------------
  377. X0||||||| 
  378. X0|||||||                        ----------------------------
  379. X0|||||||                        N>ew Files                 
  380. X0|||||||                    <W> L>ist Files                
  381. X0|||||||     Dos and Don'ts --- S>earch for File           
  382. X0|||||||                        I>nformation on File       
  383. X0||199|>||||                        D>ownload file(s)          
  384. X0||199|>||||                        U>pload File(s)            
  385. X0|||||||                        H>elp                      
  386. X0|||||||                        ----------------------------
  387. X0||||||| 
  388. X0||||||| ---------------------------------------------------------------------------
  389. X0||||||| <-> Previous Menu     <F> Feedback to SysOp   <G> Quick Logout
  390. X1|g||||||
  391. X3|-||||||
  392. X21|f|||||elm -s feedback shaw|
  393. X3|w|||||dostop|
  394. X25|n|199|>|||doscomp|
  395. X26|n|200|<|||doscomp|
  396. X27|l|199|>|||doscomp|
  397. X28|l|200|<|||doscomp|
  398. X29|s|199|>|||doscomp|
  399. X30|s|200|<|||doscomp|
  400. X31|i|||||doscomp|
  401. X32|d|199|>|||doscomp|
  402. X33|u|199|>|||doscomp|
  403. X2|h|||||helptop|
  404. END_OF_FILE
  405.   if test 1175 -ne `wc -c <'rocat-0.75/examples/menus/doscomp'`; then
  406.     echo shar: \"'rocat-0.75/examples/menus/doscomp'\" unpacked with wrong size!
  407.   fi
  408.   # end of 'rocat-0.75/examples/menus/doscomp'
  409. fi
  410. if test -f 'rocat-0.75/examples/menus/dosdrivrs' -a "${1}" != "-c" ; then 
  411.   echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/dosdrivrs'\"
  412. else
  413.   echo shar: Extracting \"'rocat-0.75/examples/menus/dosdrivrs'\" \(1193 characters\)
  414.   sed "s/^X//" >'rocat-0.75/examples/menus/dosdrivrs' <<'END_OF_FILE'
  415. X0||||||| Roman Catacombs                                              MS-DOS Drivers
  416. X0||||||| ---------------------------------------------------------------------------
  417. X0||||||| 
  418. X0|||||||                        ----------------------------
  419. X0|||||||                        N>ew Files                 
  420. X0|||||||                    <W> L>ist Files                
  421. X0|||||||      Dos and Don'ts--- S>earch for File           
  422. X0|||||||                        I>nformation on File       
  423. X0||199|>||||                        D>ownload file(s)          
  424. X0||199|>||||                        U>pload File(s)            
  425. X0|||||||                        H>elp                      
  426. X0|||||||                        ----------------------------
  427. X0||||||| 
  428. X0||||||| ---------------------------------------------------------------------------
  429. X0||||||| <-> Previous Menu     <F> Feedback to SysOp   <G> Quick Logout
  430. X1|g||||||
  431. X3|-||||||
  432. X21|f|||||elm -s feedback shaw|
  433. X3|w|||||dostop|
  434. X25|n|199|>|||dosdrivrs|
  435. X26|n|200|<|||dosdrivrs|
  436. X27|l|199|>|||dosdrivrs|
  437. X28|l|200|<|||dosdrivrs|
  438. X29|s|199|>|||dosdrivrs|
  439. X30|s|200|<|||dosdrivrs|
  440. X31|i|||||dosdrivrs|
  441. X32|d|199|>|||dosdrivrs|
  442. X33|u|199|>|||dosdrivrs|
  443. X2|h|||||helptop|
  444. END_OF_FILE
  445.   if test 1193 -ne `wc -c <'rocat-0.75/examples/menus/dosdrivrs'`; then
  446.     echo shar: \"'rocat-0.75/examples/menus/dosdrivrs'\" unpacked with wrong size!
  447.   fi
  448.   # end of 'rocat-0.75/examples/menus/dosdrivrs'
  449. fi
  450. if test -f 'rocat-0.75/examples/menus/dosgames' -a "${1}" != "-c" ; then 
  451.   echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/dosgames'\"
  452. else
  453.   echo shar: Extracting \"'rocat-0.75/examples/menus/dosgames'\" \(1184 characters\)
  454.   sed "s/^X//" >'rocat-0.75/examples/menus/dosgames' <<'END_OF_FILE'
  455. X0||||||| Roman Catacombs                                                MS-DOS Games
  456. X0||||||| ---------------------------------------------------------------------------
  457. X0||||||| 
  458. X0|||||||                        ----------------------------
  459. X0|||||||                        N>ew Files                 
  460. X0|||||||                    <W> L>ist Files                
  461. X0|||||||      Dos and Don'ts--- S>earch for File           
  462. X0|||||||                        I>nformation on File       
  463. X0||199|>||||                        D>ownload file(s)          
  464. X0||199|>||||                        U>pload File(s)            
  465. X0|||||||                        H>elp                      
  466. X0|||||||                        ----------------------------
  467. X0||||||| 
  468. X0||||||| ---------------------------------------------------------------------------
  469. X0||||||| <-> Previous Menu     <F> Feedback to SysOp   <G> Quick Logout
  470. X1|g||||||
  471. X3|-||||||
  472. X21|f|||||elm -s feedback shaw|
  473. X3|w|||||dostop|
  474. X25|n|199|>|||dosgames|
  475. X26|n|200|<|||dosgames|
  476. X27|l|199|>|||dosgames|
  477. X28|l|200|<|||dosgames|
  478. X29|s|199|>|||dosgames|
  479. X30|s|200|<|||dosgames|
  480. X31|i|||||dosgames|
  481. X32|d|199|>|||dosgames|
  482. X33|u|199|>|||dosgames|
  483. X2|h|||||helptop|
  484. END_OF_FILE
  485.   if test 1184 -ne `wc -c <'rocat-0.75/examples/menus/dosgames'`; then
  486.     echo shar: \"'rocat-0.75/examples/menus/dosgames'\" unpacked with wrong size!
  487.   fi
  488.   # end of 'rocat-0.75/examples/menus/dosgames'
  489. fi
  490. if test -f 'rocat-0.75/examples/menus/dossounds' -a "${1}" != "-c" ; then 
  491.   echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/dossounds'\"
  492. else
  493.   echo shar: Extracting \"'rocat-0.75/examples/menus/dossounds'\" \(1194 characters\)
  494.   sed "s/^X//" >'rocat-0.75/examples/menus/dossounds' <<'END_OF_FILE'
  495. X0||||||| Roman Catacombs                                                MS-DOS Sounds
  496. X0||||||| ---------------------------------------------------------------------------
  497. X0||||||| 
  498. X0|||||||                        ----------------------------
  499. X0|||||||                        N>ew Files                 
  500. X0|||||||                    <W> L>ist Files                
  501. X0|||||||      Dos and Don'ts--- S>earch for File           
  502. X0|||||||                        I>nformation on File       
  503. X0||199|>||||                        D>ownload file(s)          
  504. X0||199|>||||                        U>pload File(s)            
  505. X0|||||||                        H>elp                      
  506. X0|||||||                        ----------------------------
  507. X0||||||| 
  508. X0||||||| ---------------------------------------------------------------------------
  509. X0||||||| <-> Previous Menu     <F> Feedback to SysOp   <G> Quick Logout
  510. X1|g||||||
  511. X3|-||||||
  512. X21|f|||||elm -s feedback shaw|
  513. X3|w|||||dostop|
  514. X25|n|199|>|||dossounds|
  515. X26|n|200|<|||dossounds|
  516. X27|l|199|>|||dossounds|
  517. X28|l|200|<|||dossounds|
  518. X29|s|199|>|||dossounds|
  519. X30|s|200|<|||dossounds|
  520. X31|i|||||dossounds|
  521. X32|d|199|>|||dossounds|
  522. X33|u|199|>|||dossounds|
  523. X2|h|||||helptop|
  524. END_OF_FILE
  525.   if test 1194 -ne `wc -c <'rocat-0.75/examples/menus/dossounds'`; then
  526.     echo shar: \"'rocat-0.75/examples/menus/dossounds'\" unpacked with wrong size!
  527.   fi
  528.   # end of 'rocat-0.75/examples/menus/dossounds'
  529. fi
  530. if test -f 'rocat-0.75/examples/menus/dostop' -a "${1}" != "-c" ; then 
  531.   echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/dostop'\"
  532. else
  533.   echo shar: Extracting \"'rocat-0.75/examples/menus/dostop'\" \(1151 characters\)
  534.   sed "s/^X//" >'rocat-0.75/examples/menus/dostop' <<'END_OF_FILE'
  535. X0||||||| Roman Catacombs                                           MS-DOS Files Area
  536. X0||||||| ---------------------------------------------------------------------------
  537. X0||||||| 
  538. X0|||||||                        ----------------------------
  539. X0|||||||                        1> Applications            
  540. X0|||||||                        2> Games                   
  541. X0|||||||                        3> Compression Programs    
  542. X0|||||||                        4> Sounds                  
  543. X0|||||||                        5> Utilities               
  544. X0|||||||                        6> Communications Programs 
  545. X0|||||||                        7> Drivers                 
  546. X0|||||||                        H>elp                      
  547. X0|||||||                        ----------------------------
  548. X0|||||||
  549. X0||||||| 
  550. X0||||||| ---------------------------------------------------------------------------
  551. X0||||||| <-> Previous Menu     <F> Feedback to SysOp   <G> Quick Logout
  552. X1|g||||||
  553. X3|-||||||
  554. X2|1|||||dosapps|
  555. X2|2|||||dosgames|
  556. X2|3|||||doscomp|
  557. X2|4|||||dossounds|
  558. X2|5|||||dosutils|
  559. X2|6|||||doscomm|
  560. X2|7|||||dosdrivrs|
  561. X21|f|||||elm -s feedback shaw|
  562. X2|h|||||helptop|
  563. END_OF_FILE
  564.   if test 1151 -ne `wc -c <'rocat-0.75/examples/menus/dostop'`; then
  565.     echo shar: \"'rocat-0.75/examples/menus/dostop'\" unpacked with wrong size!
  566.   fi
  567.   # end of 'rocat-0.75/examples/menus/dostop'
  568. fi
  569. if test -f 'rocat-0.75/examples/menus/dosutils' -a "${1}" != "-c" ; then 
  570.   echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/dosutils'\"
  571. else
  572.   echo shar: Extracting \"'rocat-0.75/examples/menus/dosutils'\" \(1184 characters\)
  573.   sed "s/^X//" >'rocat-0.75/examples/menus/dosutils' <<'END_OF_FILE'
  574. X0||||||| Roman Catacombs                                            MS-DOS Utilities
  575. X0||||||| ---------------------------------------------------------------------------
  576. X0||||||| 
  577. X0|||||||                        ----------------------------
  578. X0|||||||                        N>ew Files                 
  579. X0|||||||                    <W> L>ist Files                
  580. X0|||||||      Dos and Don'ts--- S>earch for File           
  581. X0|||||||                        I>nformation on File       
  582. X0||199|>||||                        D>ownload file(s)          
  583. X0||199|>||||                        U>pload File(s)            
  584. X0|||||||                        H>elp                      
  585. X0|||||||                        ----------------------------
  586. X0||||||| 
  587. X0||||||| ---------------------------------------------------------------------------
  588. X0||||||| <-> Previous Menu     <F> Feedback to SysOp   <G> Quick Logout
  589. X1|g||||||
  590. X3|-||||||
  591. X21|f|||||elm -s feedback shaw|
  592. X3|w|||||dostop|
  593. X25|n|199|>|||dosutils|
  594. X26|n|200|<|||dosutils|
  595. X27|l|199|>|||dosutils|
  596. X28|l|200|<|||dosutils|
  597. X29|s|199|>|||dosutils|
  598. X30|s|200|<|||dosutils|
  599. X31|i|||||dosutils|
  600. X32|d|199|>|||dosutils|
  601. X33|u|199|>|||dosutils|
  602. X2|h|||||helptop|
  603. END_OF_FILE
  604.   if test 1184 -ne `wc -c <'rocat-0.75/examples/menus/dosutils'`; then
  605.     echo shar: \"'rocat-0.75/examples/menus/dosutils'\" unpacked with wrong size!
  606.   fi
  607.   # end of 'rocat-0.75/examples/menus/dosutils'
  608. fi
  609. if test -f 'rocat-0.75/examples/menus/famous' -a "${1}" != "-c" ; then 
  610.   echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/famous'\"
  611. else
  612.   echo shar: Extracting \"'rocat-0.75/examples/menus/famous'\" \(1194 characters\)
  613.   sed "s/^X//" >'rocat-0.75/examples/menus/famous' <<'END_OF_FILE'
  614. X0||||||| Roman Catacombs                                               Famous People
  615. X0||||||| ---------------------------------------------------------------------------
  616. X0||||||| 
  617. X0|||||||                        ----------------------------
  618. X0|||||||                        N>ew Files                 
  619. X0|||||||                        L>ist Files                
  620. X0|||||||                        S>earch for File           
  621. X0|||||||                        I>nformation on File       
  622. X0||199|>|1|=||                        D>ownload file(s)          
  623. X0||199|>|1|=||                        U>pload File(s)            
  624. X0|||||||                        H>elp                      
  625. X0|||||||                        ----------------------------
  626. X0||||||| 
  627. X0||||||| 
  628. X0||||||| 
  629. X0||||||| 
  630. X0||||||| ---------------------------------------------------------------------------
  631. X0||||||| <-> Previous Menu     <F> Feedback to SysOp   <G> Quick Logout
  632. X1|g||||||
  633. X3|-||||||
  634. X21|f|||||elm -s feedback shaw|
  635. X25|n|199|>|1|=|famous|
  636. X26|n|200|<|||famous|
  637. X27|l|199|>|1|=|famous|
  638. X28|l|200|<|||famous|
  639. X29|s|199|>|1|=|famous|
  640. X30|s|200|<|||famous|
  641. X31|i|||||famous|
  642. X32|d|199|>|1|=|famous|
  643. X33|u|199|>|1|=|famous|
  644. X2|h|||||helptop|
  645. END_OF_FILE
  646.   if test 1194 -ne `wc -c <'rocat-0.75/examples/menus/famous'`; then
  647.     echo shar: \"'rocat-0.75/examples/menus/famous'\" unpacked with wrong size!
  648.   fi
  649.   # end of 'rocat-0.75/examples/menus/famous'
  650. fi
  651. if test -f 'rocat-0.75/examples/menus/fracts' -a "${1}" != "-c" ; then 
  652.   echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/fracts'\"
  653. else
  654.   echo shar: Extracting \"'rocat-0.75/examples/menus/fracts'\" \(1170 characters\)
  655.   sed "s/^X//" >'rocat-0.75/examples/menus/fracts' <<'END_OF_FILE'
  656. X0||||||| Roman Catacombs                                            Fractal Pictures
  657. X0||||||| ---------------------------------------------------------------------------
  658. X0||||||| 
  659. X0|||||||                        ----------------------------
  660. X0|||||||                        N>ew Files                 
  661. X0|||||||                        L>ist Files                
  662. X0|||||||                        S>earch for File           
  663. X0|||||||                        I>nformation on File       
  664. X0||199|>||||                        D>ownload file(s)          
  665. X0||199|>||||                        U>pload File(s)            
  666. X0|||||||                        H>elp                      
  667. X0|||||||                        ----------------------------
  668. X0||||||| 
  669. X0||||||| 
  670. X0||||||| 
  671. X0||||||| ---------------------------------------------------------------------------
  672. X0||||||| <-> Previous Menu     <F> Feedback to SysOp   <G> Quick Logout
  673. X1|g||||||
  674. X3|-||||||
  675. X21|f|||||elm -s feedback shaw|
  676. X25|n|199|>|||fracts|
  677. X26|n|200|<|||fracts|
  678. X27|l|199|>|||fracts|
  679. X28|l|200|<|||fracts|
  680. X29|s|199|>|||fracts|
  681. X30|s|200|<|||fracts|
  682. X31|i|||||fracts|
  683. X32|d|199|>|||fracts|
  684. X33|u|199|>|||fracts|
  685. X2|h|||||helptop|
  686. END_OF_FILE
  687.   if test 1170 -ne `wc -c <'rocat-0.75/examples/menus/fracts'`; then
  688.     echo shar: \"'rocat-0.75/examples/menus/fracts'\" unpacked with wrong size!
  689.   fi
  690.   # end of 'rocat-0.75/examples/menus/fracts'
  691. fi
  692. if test -f 'rocat-0.75/examples/menus/gaymale' -a "${1}" != "-c" ; then 
  693.   echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/gaymale'\"
  694. else
  695.   echo shar: Extracting \"'rocat-0.75/examples/menus/gaymale'\" \(1203 characters\)
  696.   sed "s/^X//" >'rocat-0.75/examples/menus/gaymale' <<'END_OF_FILE'
  697. X0||||||| Roman Catacombs                                           Gay Male Pictures
  698. X0||||||| ---------------------------------------------------------------------------
  699. X0||||||| 
  700. X0|||||||                        ----------------------------
  701. X0|||||||                        N>ew Files                 
  702. X0|||||||                        L>ist Files                
  703. X0|||||||                        S>earch for File           
  704. X0|||||||                        I>nformation on File       
  705. X0||199|>|1|=||                        D>ownload file(s)          
  706. X0||199|>|1|=||                        U>pload File(s)            
  707. X0|||||||                        H>elp                      
  708. X0|||||||                        ----------------------------
  709. X0||||||| 
  710. X0||||||| 
  711. X0||||||| 
  712. X0||||||| 
  713. X0||||||| ---------------------------------------------------------------------------
  714. X0||||||| <-> Previous Menu     <F> Feedback to SysOp   <G> Quick Logout
  715. X1|g||||||
  716. X3|-||||||
  717. X21|f|||||elm -s feedback shaw|
  718. X25|n|199|>|1|=|gaymale|
  719. X26|n|200|<|||gaymale|
  720. X27|l|199|>|1|=|gaymale|
  721. X28|l|200|<|||gaymale|
  722. X29|s|199|>|1|=|gaymale|
  723. X30|s|200|<|||gaymale|
  724. X31|i|||||gaymale|
  725. X32|d|199|>|1|=|gaymale|
  726. X33|u|199|>|1|=|gaymale|
  727. X2|h|||||helptop|
  728. END_OF_FILE
  729.   if test 1203 -ne `wc -c <'rocat-0.75/examples/menus/gaymale'`; then
  730.     echo shar: \"'rocat-0.75/examples/menus/gaymale'\" unpacked with wrong size!
  731.   fi
  732.   # end of 'rocat-0.75/examples/menus/gaymale'
  733. fi
  734. if test -f 'rocat-0.75/examples/menus/giftop' -a "${1}" != "-c" ; then 
  735.   echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/giftop'\"
  736. else
  737.   echo shar: Extracting \"'rocat-0.75/examples/menus/giftop'\" \(1065 characters\)
  738.   sed "s/^X//" >'rocat-0.75/examples/menus/giftop' <<'END_OF_FILE'
  739. X0||||||| Roman Catacombs                                                  GIF Area
  740. X0||||||| ---------------------------------------------------------------------------
  741. X0||||||| 
  742. X0|||||||                        ----------------------------
  743. X0|||||||                        1> Fractals                 
  744. X0|||||||                        2> Cars                    
  745. X0|||||||                        3> Airplanes               
  746. X0|||||||                        4> Others                  
  747. X0|||||||                        H>elp                      
  748. X0|||||||                        ----------------------------
  749. X0|||||||                                      <S>
  750. X0|||||||                                     
  751. X0|||||||                                 Art Studio
  752. X0||||||| 
  753. X0||||||| ---------------------------------------------------------------------------
  754. X0||||||| <-> Previous Menu     <F> Feedback to SysOp   <G> Quick Logout
  755. X1|g||||||
  756. X3|-||||||
  757. X2|1|||||fracts|
  758. X2|2|||||cars|
  759. X2|3|||||planes|
  760. X2|4|||||other|
  761. X3|s|||||art_studio|
  762. X21|f|||||elm -s feedback shaw|
  763. X2|h|||||helptop|
  764. END_OF_FILE
  765.   if test 1065 -ne `wc -c <'rocat-0.75/examples/menus/giftop'`; then
  766.     echo shar: \"'rocat-0.75/examples/menus/giftop'\" unpacked with wrong size!
  767.   fi
  768.   # end of 'rocat-0.75/examples/menus/giftop'
  769. fi
  770. if test -f 'rocat-0.75/examples/menus/helpbbs' -a "${1}" != "-c" ; then 
  771.   echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/helpbbs'\"
  772. else
  773.   echo shar: Extracting \"'rocat-0.75/examples/menus/helpbbs'\" \(1062 characters\)
  774.   sed "s/^X//" >'rocat-0.75/examples/menus/helpbbs' <<'END_OF_FILE'
  775. X0||||||| Roman Catacombs                                                    BBS Help
  776. X0||||||| ---------------------------------------------------------------------------
  777. X0||||||| 
  778. X0|||||||         This is the help system.  Select the number for additional help
  779. X0|||||||                        ------------------------------
  780. X0|||||||                        1. How to move around TRC    
  781. X0|||||||                        2. What is TRC?              
  782. X0|||||||                        3. Changing User Information 
  783. X0|||||||                        4. How to contact the SysOp  
  784. X0|||||||                        5. How to leave feedback     
  785. X0|||||||                        ------------------------------
  786. X0||||||| 
  787. X0||||||| ---------------------------------------------------------------------------
  788. X0||||||| <-> Previous Menu     <F> Feedback to SysOp   <G> Quick Logout
  789. X1|g||||||
  790. X3|-||||||
  791. X8|c||||||
  792. X10|1|||||helpmovement|
  793. X2|2|||||helpTRC|
  794. X2|3|||||helpuserinfo|
  795. X2|4|||||helpsysop|
  796. X2|5|||||helpfeedback|
  797. X21|f|||||elm -s feedback shaw|
  798. X21|p|||||elm|
  799. X10|r|||||reg.instr|
  800. END_OF_FILE
  801.   if test 1062 -ne `wc -c <'rocat-0.75/examples/menus/helpbbs'`; then
  802.     echo shar: \"'rocat-0.75/examples/menus/helpbbs'\" unpacked with wrong size!
  803.   fi
  804.   # end of 'rocat-0.75/examples/menus/helpbbs'
  805. fi
  806. if test -f 'rocat-0.75/examples/menus/helpeditors' -a "${1}" != "-c" ; then 
  807.   echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/helpeditors'\"
  808. else
  809.   echo shar: Extracting \"'rocat-0.75/examples/menus/helpeditors'\" \(971 characters\)
  810.   sed "s/^X//" >'rocat-0.75/examples/menus/helpeditors' <<'END_OF_FILE'
  811. X0||||||| Roman Catacombs                                                Editors Help
  812. X0||||||| ---------------------------------------------------------------------------
  813. X0||||||| 
  814. X0|||||||         This is the help system.  Select the number for additional help
  815. X0|||||||                        ------------------------------
  816. X0|||||||                        1. Editors available on TRC  
  817. X0|||||||                        2. 'vi' manual               
  818. X0|||||||                        3. 'pico' manual             
  819. X0|||||||                        4. 'emacs' manual            
  820. X0|||||||                        ------------------------------
  821. X0||||||| 
  822. X0||||||| ---------------------------------------------------------------------------
  823. X0||||||| <-> Previous Menu     <F> Feedback to SysOp   <G> Quick Logout
  824. X1|g||||||
  825. X3|-||||||
  826. X8|c||||||
  827. X10|1|||||editors|
  828. X21|2|||||man vi|
  829. X21|3|||||man pico|
  830. X21|4|||||man emacs|
  831. X21|f|||||elm -s feedback shaw|
  832. X21|p|||||elm|
  833. X10|r|||||reg.instr|
  834. END_OF_FILE
  835.   if test 971 -ne `wc -c <'rocat-0.75/examples/menus/helpeditors'`; then
  836.     echo shar: \"'rocat-0.75/examples/menus/helpeditors'\" unpacked with wrong size!
  837.   fi
  838.   # end of 'rocat-0.75/examples/menus/helpeditors'
  839. fi
  840. if test -f 'rocat-0.75/examples/menus/helpemail' -a "${1}" != "-c" ; then 
  841.   echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/helpemail'\"
  842. else
  843.   echo shar: Extracting \"'rocat-0.75/examples/menus/helpemail'\" \(1210 characters\)
  844.   sed "s/^X//" >'rocat-0.75/examples/menus/helpemail' <<'END_OF_FILE'
  845. X0||||||| Roman Catacombs                                          News & E-Mail Help
  846. X0||||||| ---------------------------------------------------------------------------
  847. X0||||||| 
  848. X0|||||||         This is the help system.  Select the number for additional help
  849. X0|||||||                        ------------------------------
  850. X0|||||||                        1. What is E-Mail?           
  851. X0|||||||                        2. 'elm' manual              
  852. X0|||||||                        3. What is News?             
  853. X0|||||||                        4. 'tin' manual              
  854. X0|||||||                        5. 'rn' manual               
  855. X0|||||||                        6. 'trn' manual              
  856. X0|||||||                        7. 'nn' manual               
  857. X0|||||||                        ------------------------------
  858. X0||||||| 
  859. X0||||||| ---------------------------------------------------------------------------
  860. X0||||||| <-> Previous Menu     <F> Feedback to SysOp   <G> Quick Logout
  861. X1|g||||||
  862. X3|-||||||
  863. X8|c||||||
  864. X10|1|||||helpemail|
  865. X21|2|||||man elm|
  866. X10|3|||||helpnews|
  867. X21|4|||||man tin|
  868. X21|5|||||man rn|
  869. X21|6|||||man trn|
  870. X21|7|||||man nn|
  871. X21|f|||||elm -s feedback shaw|
  872. X21|p|||||elm|
  873. X10|r|||||reg.instr|
  874. END_OF_FILE
  875.   if test 1210 -ne `wc -c <'rocat-0.75/examples/menus/helpemail'`; then
  876.     echo shar: \"'rocat-0.75/examples/menus/helpemail'\" unpacked with wrong size!
  877.   fi
  878.   # end of 'rocat-0.75/examples/menus/helpemail'
  879. fi
  880. if test -f 'rocat-0.75/examples/menus/helpfiles' -a "${1}" != "-c" ; then 
  881.   echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/helpfiles'\"
  882. else
  883.   echo shar: Extracting \"'rocat-0.75/examples/menus/helpfiles'\" \(817 characters\)
  884.   sed "s/^X//" >'rocat-0.75/examples/menus/helpfiles' <<'END_OF_FILE'
  885. X0||||||| Roman Catacombs                                                  Files Help
  886. X0||||||| ---------------------------------------------------------------------------
  887. X0||||||| 
  888. X0|||||||         This is the help system.  Select the number for additional help
  889. X0|||||||                        ------------------------------
  890. X0|||||||                        1. How to download files     
  891. X0|||||||                        2. How to upload files       
  892. X0|||||||                        ------------------------------
  893. X0||||||| 
  894. X0||||||| ---------------------------------------------------------------------------
  895. X0||||||| <-> Previous Menu     <F> Feedback to SysOp   <G> Quick Logout
  896. X1|g||||||
  897. X3|-||||||
  898. X8|c||||||
  899. X10|1|||||helpdownload|
  900. X10|2|||||helpupload|
  901. X21|f|||||elm -s feedback shaw|
  902. X21|p|||||elm|
  903. X10|r|||||reg.instr|
  904. END_OF_FILE
  905.   if test 817 -ne `wc -c <'rocat-0.75/examples/menus/helpfiles'`; then
  906.     echo shar: \"'rocat-0.75/examples/menus/helpfiles'\" unpacked with wrong size!
  907.   fi
  908.   # end of 'rocat-0.75/examples/menus/helpfiles'
  909. fi
  910. if test -f 'rocat-0.75/examples/menus/helplinux' -a "${1}" != "-c" ; then 
  911.   echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/helplinux'\"
  912. else
  913.   echo shar: Extracting \"'rocat-0.75/examples/menus/helplinux'\" \(1197 characters\)
  914.   sed "s/^X//" >'rocat-0.75/examples/menus/helplinux' <<'END_OF_FILE'
  915. X0||||||| Roman Catacombs                                                   Linux Top
  916. X0||||||| ---------------------------------------------------------------------------
  917. X0||||||| 
  918. X0|||||||         This is the help system.  Select the number for additional help
  919. X0|||||||                        ----------------------------
  920. X0|||||||                        1. What is Linux?          
  921. X0|||||||                        2. How do I get Linux?     
  922. X0|||||||                        3. What do I need?         
  923. X0|||||||                        4. What can I do?          
  924. X0|||||||                        5. Can I get source code?  
  925. X0|||||||                        6. More information        
  926. X0|||||||                        7. Updates to Linux        
  927. X0|||||||                        ----------------------------
  928. X0||||||| 
  929. X0||||||| ---------------------------------------------------------------------------
  930. X0||||||| <-> Previous Menu     <F> Feedback to SysOp   <G> Quick Logout
  931. X1|g||||||
  932. X3|-||||||
  933. X8|c||||||
  934. X10|1|||||helplinuxwhat|
  935. X10|2|||||helplinuxhow|
  936. X10|3|||||helplinuxneed|
  937. X10|4|||||helplinuxuse|
  938. X10|5|||||helplinuxsour|
  939. X10|6|||||helplinuxinfo|
  940. X10|7|||||helplinuxupda|
  941. X21|f|||||elm -s feedback shaw|
  942. END_OF_FILE
  943.   if test 1197 -ne `wc -c <'rocat-0.75/examples/menus/helplinux'`; then
  944.     echo shar: \"'rocat-0.75/examples/menus/helplinux'\" unpacked with wrong size!
  945.   fi
  946.   # end of 'rocat-0.75/examples/menus/helplinux'
  947. fi
  948. if test -f 'rocat-0.75/examples/menus/jpegtop' -a "${1}" != "-c" ; then 
  949.   echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/jpegtop'\"
  950. else
  951.   echo shar: Extracting \"'rocat-0.75/examples/menus/jpegtop'\" \(1078 characters\)
  952.   sed "s/^X//" >'rocat-0.75/examples/menus/jpegtop' <<'END_OF_FILE'
  953. X0||||||| Roman Catacombs                                                  JPEG Area
  954. X0||||||| ---------------------------------------------------------------------------
  955. X0||||||| 
  956. X0|||||||                        ----------------------------
  957. X0|||||||                        1> Fractals                
  958. X0|||||||                        2> Cars                    
  959. X0|||||||                        3> Airplanes               
  960. X0|||||||                        4> Others                  
  961. X0|||||||                        H>elp                      
  962. X0|||||||                        ----------------------------
  963. X0|||||||                                      <S>
  964. X0|||||||                                     
  965. X0|||||||                                 Fractals
  966. X0||||||| 
  967. X0||||||| ---------------------------------------------------------------------------
  968. X0||||||| <-> Previous Menu     <F> Feedback to SysOp   <G> Quick Logout
  969. X1|g||||||
  970. X3|-||||||
  971. X2|e|||||other|
  972. X2|1|||||fracts|
  973. X2|2|||||cars|
  974. X2|3|||||planes|
  975. X2|4|||||other|
  976. X3|n|||||art_studio|
  977. X21|f|||||elm -s feedback shaw|
  978. X2|h|||||helptop|
  979. END_OF_FILE
  980.   if test 1078 -ne `wc -c <'rocat-0.75/examples/menus/jpegtop'`; then
  981.     echo shar: \"'rocat-0.75/examples/menus/jpegtop'\" unpacked with wrong size!
  982.   fi
  983.   # end of 'rocat-0.75/examples/menus/jpegtop'
  984. fi
  985. if test -f 'rocat-0.75/examples/menus/lezbian' -a "${1}" != "-c" ; then 
  986.   echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/lezbian'\"
  987. else
  988.   echo shar: Extracting \"'rocat-0.75/examples/menus/lezbian'\" \(1203 characters\)
  989.   sed "s/^X//" >'rocat-0.75/examples/menus/lezbian' <<'END_OF_FILE'
  990. X0||||||| Roman Catacombs                                            Lezbian Pictures
  991. X0||||||| ---------------------------------------------------------------------------
  992. X0||||||| 
  993. X0|||||||                        ----------------------------
  994. X0|||||||                        N>ew Files                 
  995. X0|||||||                        L>ist Files                
  996. X0|||||||                        S>earch for File           
  997. X0|||||||                        I>nformation on File       
  998. X0||199|>|1|=||                        D>ownload file(s)          
  999. X0||199|>|1|=||                        U>pload File(s)            
  1000. X0|||||||                        H>elp                      
  1001. X0|||||||                        ----------------------------
  1002. X0||||||| 
  1003. X0||||||| 
  1004. X0||||||| 
  1005. X0||||||| 
  1006. X0||||||| ---------------------------------------------------------------------------
  1007. X0||||||| <-> Previous Menu     <F> Feedback to SysOp   <G> Quick Logout
  1008. X1|g||||||
  1009. X3|-||||||
  1010. X21|f|||||elm -s feedback shaw|
  1011. X25|n|199|>|1|=|lezbian|
  1012. X26|n|200|<|||lezbian|
  1013. X27|l|199|>|1|=|lezbian|
  1014. X28|l|200|<|||lezbian|
  1015. X29|s|199|>|1|=|lezbian|
  1016. X30|s|200|<|||lezbian|
  1017. X31|i|||||lezbian|
  1018. X32|d|199|>|1|=|lezbian|
  1019. X33|u|199|>|1|=|lezbian|
  1020. X2|h|||||helptop|
  1021. END_OF_FILE
  1022.   if test 1203 -ne `wc -c <'rocat-0.75/examples/menus/lezbian'`; then
  1023.     echo shar: \"'rocat-0.75/examples/menus/lezbian'\" unpacked with wrong size!
  1024.   fi
  1025.   # end of 'rocat-0.75/examples/menus/lezbian'
  1026. fi
  1027. if test -f 'rocat-0.75/examples/menus/linuxtop' -a "${1}" != "-c" ; then 
  1028.   echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/linuxtop'\"
  1029. else
  1030.   echo shar: Extracting \"'rocat-0.75/examples/menus/linuxtop'\" \(875 characters\)
  1031.   sed "s/^X//" >'rocat-0.75/examples/menus/linuxtop' <<'END_OF_FILE'
  1032. X0||||||| Roman Catacombs                                                   Linux Top
  1033. X0||||||| ---------------------------------------------------------------------------
  1034. X0||||||| 
  1035. X0|||||||                        ----------------------------
  1036. X0|||||||                        1. Slackware Distribution  
  1037. X0|||||||                        2. Linux Source            
  1038. X0|||||||                        3. Linux Utilities (source)
  1039. X0|||||||                        H. Help                    
  1040. X0|||||||                        ----------------------------
  1041. X0||||||| 
  1042. X0||||||| ---------------------------------------------------------------------------
  1043. X0||||||| <-> Previous Menu     <F> Feedback to SysOp   <G> Quick Logout
  1044. X1|g||||||
  1045. X3|-||||||
  1046. X8|c||||||
  1047. X2|1|||||linux/linuxslackware|
  1048. X2|2|||||linux/linuxsource|
  1049. X2|3|||||linux/linuxutilities|
  1050. X21|f|||||elm -s feedback shaw|
  1051. X2|h|||||helptop|
  1052. X
  1053. END_OF_FILE
  1054.   if test 875 -ne `wc -c <'rocat-0.75/examples/menus/linuxtop'`; then
  1055.     echo shar: \"'rocat-0.75/examples/menus/linuxtop'\" unpacked with wrong size!
  1056.   fi
  1057.   # end of 'rocat-0.75/examples/menus/linuxtop'
  1058. fi
  1059. if test -f 'rocat-0.75/examples/menus/macapps' -a "${1}" != "-c" ; then 
  1060.   echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/macapps'\"
  1061. else
  1062.   echo shar: Extracting \"'rocat-0.75/examples/menus/macapps'\" \(1177 characters\)
  1063.   sed "s/^X//" >'rocat-0.75/examples/menus/macapps' <<'END_OF_FILE'
  1064. X0||||||| Roman Catacombs                                      Macintosh Applications
  1065. X0||||||| ---------------------------------------------------------------------------
  1066. X0||||||| 
  1067. X0|||||||                        ----------------------------
  1068. X0|||||||                        N>ew Files                 
  1069. X0|||||||                    <W> L>ist Files                
  1070. X0|||||||         Apple Pie  --- S>earch for File           
  1071. X0|||||||                        I>nformation on File       
  1072. X0||199|>||||                        D>ownload file(s)          
  1073. X0||199|>||||                        U>pload File(s)            
  1074. X0|||||||                        H>elp                      
  1075. X0|||||||                        ----------------------------
  1076. X0||||||| 
  1077. X0||||||| ---------------------------------------------------------------------------
  1078. X0||||||| <-> Previous Menu     <F> Feedback to SysOp   <G> Quick Logout
  1079. X1|g||||||
  1080. X3|-||||||
  1081. X21|f|||||elm -s feedback shaw|
  1082. X3|w|||||appletop|
  1083. X25|n|199|>|||macapps|
  1084. X26|n|200|<|||macapps|
  1085. X27|l|199|>|||macapps|
  1086. X28|l|200|<|||macapps|
  1087. X29|s|199|>|||macapps|
  1088. X30|s|200|<|||macapps|
  1089. X31|i|||||macapps|
  1090. X32|d|199|>|||macapps|
  1091. X33|u|199|>|||macapps|
  1092. X2|h|||||helptop|
  1093. END_OF_FILE
  1094.   if test 1177 -ne `wc -c <'rocat-0.75/examples/menus/macapps'`; then
  1095.     echo shar: \"'rocat-0.75/examples/menus/macapps'\" unpacked with wrong size!
  1096.   fi
  1097.   # end of 'rocat-0.75/examples/menus/macapps'
  1098. fi
  1099. if test -f 'rocat-0.75/examples/menus/macbbs' -a "${1}" != "-c" ; then 
  1100.   echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/macbbs'\"
  1101. else
  1102.   echo shar: Extracting \"'rocat-0.75/examples/menus/macbbs'\" \(1077 characters\)
  1103.   sed "s/^X//" >'rocat-0.75/examples/menus/macbbs' <<'END_OF_FILE'
  1104. X0||||||| Roman Catacombs                                      Macintosh BBS Programs
  1105. X0||||||| ---------------------------------------------------------------------------
  1106. X0||||||| 
  1107. X0|||||||                        ----------------------------
  1108. X0|||||||                        N>ew Files                 
  1109. X0|||||||                    <W> L>ist Files                
  1110. X0|||||||         Apple Pie  --- S>earch for File           
  1111. X0|||||||                        I>nformation on File       
  1112. X0|||||||                        D>ownload file(s)          
  1113. X0|||||||                        U>pload File(s)            
  1114. X0|||||||                        H>elp                      
  1115. X0|||||||                        ----------------------------
  1116. X0||||||| 
  1117. X0||||||| ---------------------------------------------------------------------------
  1118. X0||||||| <-> Previous Menu     <F> Feedback to SysOp   <G> Quick Logout
  1119. X1|g||||||
  1120. X3|-||||||
  1121. X21|f|||||elm -s feedback shaw|
  1122. X3|w|||||appletop|
  1123. X25|n|||||macbbs|
  1124. X27|l|||||macbbs|
  1125. X29|s|||||macbbs|
  1126. X31|i|||||macbbs|
  1127. X32|d|||||macbbs|
  1128. X33|u|||||macbbs|
  1129. X2|h|||||helptop|
  1130. END_OF_FILE
  1131.   if test 1077 -ne `wc -c <'rocat-0.75/examples/menus/macbbs'`; then
  1132.     echo shar: \"'rocat-0.75/examples/menus/macbbs'\" unpacked with wrong size!
  1133.   fi
  1134.   # end of 'rocat-0.75/examples/menus/macbbs'
  1135. fi
  1136. if test -f 'rocat-0.75/examples/menus/maccomm' -a "${1}" != "-c" ; then 
  1137.   echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/maccomm'\"
  1138. else
  1139.   echo shar: Extracting \"'rocat-0.75/examples/menus/maccomm'\" \(1177 characters\)
  1140.   sed "s/^X//" >'rocat-0.75/examples/menus/maccomm' <<'END_OF_FILE'
  1141. X0||||||| Roman Catacombs                            Macintosh Communcations Programs
  1142. X0||||||| ---------------------------------------------------------------------------
  1143. X0||||||| 
  1144. X0|||||||                        ----------------------------
  1145. X0|||||||                        N>ew Files                 
  1146. X0|||||||                    <W> L>ist Files                
  1147. X0|||||||         Apple Pie  --- S>earch for File           
  1148. X0|||||||                        I>nformation on File       
  1149. X0||199|>||||                        D>ownload file(s)          
  1150. X0||199|>||||                        U>pload File(s)            
  1151. X0|||||||                        H>elp                      
  1152. X0|||||||                        ----------------------------
  1153. X0||||||| 
  1154. X0||||||| ---------------------------------------------------------------------------
  1155. X0||||||| <-> Previous Menu     <F> Feedback to SysOp   <G> Quick Logout
  1156. X1|g||||||
  1157. X3|-||||||
  1158. X21|f|||||elm -s feedback shaw|
  1159. X3|w|||||appletop|
  1160. X25|n|199|>|||maccomm|
  1161. X26|n|200|<|||maccomm|
  1162. X27|l|199|>|||maccomm|
  1163. X28|l|200|<|||maccomm|
  1164. X29|s|199|>|||maccomm|
  1165. X30|s|200|<|||maccomm|
  1166. X31|i|||||maccomm|
  1167. X32|d|199|>|||maccomm|
  1168. X33|u|199|>|||maccomm|
  1169. X2|h|||||helptop|
  1170. END_OF_FILE
  1171.   if test 1177 -ne `wc -c <'rocat-0.75/examples/menus/maccomm'`; then
  1172.     echo shar: \"'rocat-0.75/examples/menus/maccomm'\" unpacked with wrong size!
  1173.   fi
  1174.   # end of 'rocat-0.75/examples/menus/maccomm'
  1175. fi
  1176. if test -f 'rocat-0.75/examples/menus/maccomp' -a "${1}" != "-c" ; then 
  1177.   echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/maccomp'\"
  1178. else
  1179.   echo shar: Extracting \"'rocat-0.75/examples/menus/maccomp'\" \(1177 characters\)
  1180.   sed "s/^X//" >'rocat-0.75/examples/menus/maccomp' <<'END_OF_FILE'
  1181. X0||||||| Roman Catacombs                             Macintosh Compression Utilities
  1182. X0||||||| ---------------------------------------------------------------------------
  1183. X0||||||| 
  1184. X0|||||||                        ----------------------------
  1185. X0|||||||                        N>ew Files                 
  1186. X0|||||||                    <W> L>ist Files                
  1187. X0|||||||         Apple Pie  --- S>earch for File           
  1188. X0|||||||                        I>nformation on File       
  1189. X0||199|>||||                        D>ownload file(s)          
  1190. X0||199|>||||                        U>pload File(s)            
  1191. X0|||||||                        H>elp                      
  1192. X0|||||||                        ----------------------------
  1193. X0||||||| 
  1194. X0||||||| ---------------------------------------------------------------------------
  1195. X0||||||| <-> Previous Menu     <F> Feedback to SysOp   <G> Quick Logout
  1196. X1|g||||||
  1197. X3|-||||||
  1198. X21|f|||||elm -s feedback shaw|
  1199. X3|w|||||appletop|
  1200. X25|n|199|>|||maccomp|
  1201. X26|n|200|<|||maccomp|
  1202. X27|l|199|>|||maccomp|
  1203. X28|l|200|<|||maccomp|
  1204. X29|s|199|>|||maccomp|
  1205. X30|s|200|<|||maccomp|
  1206. X31|i|||||maccomp|
  1207. X32|d|199|>|||maccomp|
  1208. X33|u|199|>|||maccomp|
  1209. X2|h|||||helptop|
  1210. END_OF_FILE
  1211.   if test 1177 -ne `wc -c <'rocat-0.75/examples/menus/maccomp'`; then
  1212.     echo shar: \"'rocat-0.75/examples/menus/maccomp'\" unpacked with wrong size!
  1213.   fi
  1214.   # end of 'rocat-0.75/examples/menus/maccomp'
  1215. fi
  1216. if test -f 'rocat-0.75/examples/menus/macgames' -a "${1}" != "-c" ; then 
  1217.   echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/macgames'\"
  1218. else
  1219.   echo shar: Extracting \"'rocat-0.75/examples/menus/macgames'\" \(1186 characters\)
  1220.   sed "s/^X//" >'rocat-0.75/examples/menus/macgames' <<'END_OF_FILE'
  1221. X0||||||| Roman Catacombs                                             Macintosh Games
  1222. X0||||||| ---------------------------------------------------------------------------
  1223. X0||||||| 
  1224. X0|||||||                        ----------------------------
  1225. X0|||||||                        N>ew Files                 
  1226. X0|||||||                    <W> L>ist Files                
  1227. X0|||||||         Apple Pie  --- S>earch for File           
  1228. X0|||||||                        I>nformation on File       
  1229. X0||199|>||||                        D>ownload file(s)          
  1230. X0||199|>||||                        U>pload File(s)            
  1231. X0|||||||                        H>elp                      
  1232. X0|||||||                        ----------------------------
  1233. X0||||||| 
  1234. X0||||||| ---------------------------------------------------------------------------
  1235. X0||||||| <-> Previous Menu     <F> Feedback to SysOp   <G> Quick Logout
  1236. X1|g||||||
  1237. X3|-||||||
  1238. X21|f|||||elm -s feedback shaw|
  1239. X3|w|||||appletop|
  1240. X25|n|199|>|||macgames|
  1241. X26|n|200|<|||macgames|
  1242. X27|l|199|>|||macgames|
  1243. X28|l|200|<|||macgames|
  1244. X29|s|199|>|||macgames|
  1245. X30|s|200|<|||macgames|
  1246. X31|i|||||macgames|
  1247. X32|d|199|>|||macgames|
  1248. X33|u|199|>|||macgames|
  1249. X2|h|||||helptop|
  1250. END_OF_FILE
  1251.   if test 1186 -ne `wc -c <'rocat-0.75/examples/menus/macgames'`; then
  1252.     echo shar: \"'rocat-0.75/examples/menus/macgames'\" unpacked with wrong size!
  1253.   fi
  1254.   # end of 'rocat-0.75/examples/menus/macgames'
  1255. fi
  1256. if test -f 'rocat-0.75/examples/menus/macinits' -a "${1}" != "-c" ; then 
  1257.   echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/macinits'\"
  1258. else
  1259.   echo shar: Extracting \"'rocat-0.75/examples/menus/macinits'\" \(1186 characters\)
  1260.   sed "s/^X//" >'rocat-0.75/examples/menus/macinits' <<'END_OF_FILE'
  1261. X0||||||| Roman Catacombs                                   Macintosh Inits and Cdevs
  1262. X0||||||| ---------------------------------------------------------------------------
  1263. X0||||||| 
  1264. X0|||||||                        ----------------------------
  1265. X0|||||||                        N>ew Files                 
  1266. X0|||||||                    <W> L>ist Files                
  1267. X0|||||||         Apple Pie  --- S>earch for File           
  1268. X0|||||||                        I>nformation on File       
  1269. X0||199|>||||                        D>ownload file(s)          
  1270. X0||199|>||||                        U>pload File(s)            
  1271. X0|||||||                        H>elp                      
  1272. X0|||||||                        ----------------------------
  1273. X0||||||| 
  1274. X0||||||| ---------------------------------------------------------------------------
  1275. X0||||||| <-> Previous Menu     <F> Feedback to SysOp   <G> Quick Logout
  1276. X1|g||||||
  1277. X3|-||||||
  1278. X21|f|||||elm -s feedback shaw|
  1279. X3|w|||||appletop|
  1280. X25|n|199|>|||macinits|
  1281. X26|n|200|<|||macinits|
  1282. X27|l|199|>|||macinits|
  1283. X28|l|200|<|||macinits|
  1284. X29|s|199|>|||macinits|
  1285. X30|s|200|<|||macinits|
  1286. X31|i|||||macinits|
  1287. X32|d|199|>|||macinits|
  1288. X33|u|199|>|||macinits|
  1289. X2|h|||||helptop|
  1290. END_OF_FILE
  1291.   if test 1186 -ne `wc -c <'rocat-0.75/examples/menus/macinits'`; then
  1292.     echo shar: \"'rocat-0.75/examples/menus/macinits'\" unpacked with wrong size!
  1293.   fi
  1294.   # end of 'rocat-0.75/examples/menus/macinits'
  1295. fi
  1296. if test -f 'rocat-0.75/examples/menus/macsounds' -a "${1}" != "-c" ; then 
  1297.   echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/macsounds'\"
  1298. else
  1299.   echo shar: Extracting \"'rocat-0.75/examples/menus/macsounds'\" \(1195 characters\)
  1300.   sed "s/^X//" >'rocat-0.75/examples/menus/macsounds' <<'END_OF_FILE'
  1301. X0||||||| Roman Catacombs                                            Macintosh Sounds
  1302. X0||||||| ---------------------------------------------------------------------------
  1303. X0||||||| 
  1304. X0|||||||                        ----------------------------
  1305. X0|||||||                        N>ew Files                 
  1306. X0|||||||                    <W> L>ist Files                
  1307. X0|||||||         Apple Pie  --- S>earch for File           
  1308. X0|||||||                        I>nformation on File       
  1309. X0||199|>||||                        D>ownload file(s)          
  1310. X0||199|>||||                        U>pload File(s)            
  1311. X0|||||||                        H>elp                      
  1312. X0|||||||                        ----------------------------
  1313. X0||||||| 
  1314. X0||||||| ---------------------------------------------------------------------------
  1315. X0||||||| <-> Previous Menu     <F> Feedback to SysOp   <G> Quick Logout
  1316. X1|g||||||
  1317. X3|-||||||
  1318. X21|f|||||elm -s feedback shaw|
  1319. X3|w|||||appletop|
  1320. X25|n|199|>|||macsounds|
  1321. X26|n|200|<|||macsounds|
  1322. X27|l|199|>|||macsounds|
  1323. X28|l|200|<|||macsounds|
  1324. X29|s|199|>|||macsounds|
  1325. X30|s|200|<|||macsounds|
  1326. X31|i|||||macsounds|
  1327. X32|d|199|>|||macsounds|
  1328. X33|u|199|>|||macsounds|
  1329. X2|h|||||helptop|
  1330. END_OF_FILE
  1331.   if test 1195 -ne `wc -c <'rocat-0.75/examples/menus/macsounds'`; then
  1332.     echo shar: \"'rocat-0.75/examples/menus/macsounds'\" unpacked with wrong size!
  1333.   fi
  1334.   # end of 'rocat-0.75/examples/menus/macsounds'
  1335. fi
  1336. if test -f 'rocat-0.75/examples/menus/macutils' -a "${1}" != "-c" ; then 
  1337.   echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/macutils'\"
  1338. else
  1339.   echo shar: Extracting \"'rocat-0.75/examples/menus/macutils'\" \(1186 characters\)
  1340.   sed "s/^X//" >'rocat-0.75/examples/menus/macutils' <<'END_OF_FILE'
  1341. X0||||||| Roman Catacombs                                         Macintosh Utilities
  1342. X0||||||| ---------------------------------------------------------------------------
  1343. X0||||||| 
  1344. X0|||||||                        ----------------------------
  1345. X0|||||||                        N>ew Files                 
  1346. X0|||||||                    <W> L>ist Files                
  1347. X0|||||||         Apple Pie  --- S>earch for File           
  1348. X0|||||||                        I>nformation on File       
  1349. X0||199|>||||                        D>ownload file(s)          
  1350. X0||199|>||||                        U>pload File(s)            
  1351. X0|||||||                        H>elp                      
  1352. X0|||||||                        ----------------------------
  1353. X0||||||| 
  1354. X0||||||| ---------------------------------------------------------------------------
  1355. X0||||||| <-> Previous Menu     <F> Feedback to SysOp   <G> Quick Logout
  1356. X1|g||||||
  1357. X3|-||||||
  1358. X21|f|||||elm -s feedback shaw|
  1359. X3|w|||||appletop|
  1360. X25|n|199|>|||macutils|
  1361. X26|n|200|<|||macutils|
  1362. X27|l|199|>|||macutils|
  1363. X28|l|200|<|||macutils|
  1364. X29|s|199|>|||macutils|
  1365. X30|s|200|<|||macutils|
  1366. X31|i|||||macutils|
  1367. X32|d|199|>|||macutils|
  1368. X33|u|199|>|||macutils|
  1369. X2|h|||||helptop|
  1370. END_OF_FILE
  1371.   if test 1186 -ne `wc -c <'rocat-0.75/examples/menus/macutils'`; then
  1372.     echo shar: \"'rocat-0.75/examples/menus/macutils'\" unpacked with wrong size!
  1373.   fi
  1374.   # end of 'rocat-0.75/examples/menus/macutils'
  1375. fi
  1376. if test -f 'rocat-0.75/examples/menus/mail' -a "${1}" != "-c" ; then 
  1377.   echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/mail'\"
  1378. else
  1379.   echo shar: Extracting \"'rocat-0.75/examples/menus/mail'\" \(984 characters\)
  1380.   sed "s/^X//" >'rocat-0.75/examples/menus/mail' <<'END_OF_FILE'
  1381. X0||||||| Roman Catacombs                                                Private Mail
  1382. X0||||||| ---------------------------------------------------------------------------
  1383. X0||||||| 
  1384. X0|||||||                        ----------------------------
  1385. X0|||||||                        1.  elm mailer 
  1386. X0|||||||                        2.  mailx mailer
  1387. X0|||||||                        3.  clean elm mailbox 
  1388. X0|||||||                                (use for elm error)
  1389. X0|||||||                        4.  chat with SysOp           
  1390. X0|||||||                        H>elp                      
  1391. X0|||||||                        ----------------------------
  1392. X0||||||| 
  1393. X0||||||| ---------------------------------------------------------------------------
  1394. X0||||||| <-> Previous Menu     <F> Feedback to SysOp   <G> Quick Logout
  1395. X1|g||||||
  1396. X3|-||||||
  1397. X21|1|||||elm|
  1398. X21|2|||||mailx|
  1399. X21|3|||||rm -f /tmp/* > /dev/null|
  1400. X8|4||||||
  1401. X21|f|||||elm -s feedback shaw|
  1402. X10|r|||||reg.instr|
  1403. X2|h|||||helptop|
  1404. X2|h|||||helptop|
  1405. END_OF_FILE
  1406.   if test 984 -ne `wc -c <'rocat-0.75/examples/menus/mail'`; then
  1407.     echo shar: \"'rocat-0.75/examples/menus/mail'\" unpacked with wrong size!
  1408.   fi
  1409.   # end of 'rocat-0.75/examples/menus/mail'
  1410. fi
  1411. if test -f 'rocat-0.75/examples/menus/newsngames' -a "${1}" != "-c" ; then 
  1412.   echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/newsngames'\"
  1413. else
  1414.   echo shar: Extracting \"'rocat-0.75/examples/menus/newsngames'\" \(1109 characters\)
  1415.   sed "s/^X//" >'rocat-0.75/examples/menus/newsngames' <<'END_OF_FILE'
  1416. X0||||||| Roman Catacombs                                           Philosopher's Den
  1417. X0||||||| ---------------------------------------------------------------------------
  1418. X0||||||| 
  1419. X0|||||||                                Entry Vault
  1420. X0|||||||                                     
  1421. X0|||||||                                      <N>
  1422. X0|||||||                        ----------------------------
  1423. X0|||||||                        H>elp                      
  1424. X0|||||||                    <W> L>ogoff                    <E>
  1425. X0|||||||      Usenet News    --                            -- Arcade
  1426. X0|||||||                                                   
  1427. X0|||||||                                                   
  1428. X0|||||||                        ----------------------------
  1429. X0||||||| 
  1430. X0||||||| 
  1431. X0||||||| 
  1432. X0||||||| 
  1433. X0||||||| ---------------------------------------------------------------------------
  1434. X0||||||| <-> Previous Menu     <F> Feedback to SysOp   <G> Quick Logout
  1435. X1|g||||||
  1436. X3|-||||||
  1437. X2|l|||||logoff|
  1438. X3|n|||||main|
  1439. X2|e|||||arcade|
  1440. X2|w|||||usenet|
  1441. X21|s|||||/bin/tcsh|
  1442. X21|f|||||elm -s feedback shaw|
  1443. X2|h|||||helptop|
  1444. END_OF_FILE
  1445.   if test 1109 -ne `wc -c <'rocat-0.75/examples/menus/newsngames'`; then
  1446.     echo shar: \"'rocat-0.75/examples/menus/newsngames'\" unpacked with wrong size!
  1447.   fi
  1448.   # end of 'rocat-0.75/examples/menus/newsngames'
  1449. fi
  1450. if test -f 'rocat-0.75/examples/menus/other' -a "${1}" != "-c" ; then 
  1451.   echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/other'\"
  1452. else
  1453.   echo shar: Extracting \"'rocat-0.75/examples/menus/other'\" \(1161 characters\)
  1454.   sed "s/^X//" >'rocat-0.75/examples/menus/other' <<'END_OF_FILE'
  1455. X0||||||| Roman Catacombs                                    "Other" Subject Pictures
  1456. X0||||||| ---------------------------------------------------------------------------
  1457. X0||||||| 
  1458. X0|||||||                        ----------------------------
  1459. X0|||||||                        N>ew Files                 
  1460. X0|||||||                        L>ist Files                
  1461. X0|||||||                        S>earch for File           
  1462. X0|||||||                        I>nformation on File       
  1463. X0||199|>||||                        D>ownload file(s)          
  1464. X0||199|>||||                        U>pload File(s)            
  1465. X0|||||||                        H>elp                      
  1466. X0|||||||                        ----------------------------
  1467. X0||||||| 
  1468. X0||||||| 
  1469. X0||||||| 
  1470. X0||||||| ---------------------------------------------------------------------------
  1471. X0||||||| <-> Previous Menu     <F> Feedback to SysOp   <G> Quick Logout
  1472. X1|g||||||
  1473. X3|-||||||
  1474. X21|f|||||elm -s feedback shaw|
  1475. X25|n|199|>|||other|
  1476. X26|n|200|<|||other|
  1477. X27|l|199|>|||other|
  1478. X28|l|200|<|||other|
  1479. X29|s|199|>|||other|
  1480. X30|s|200|<|||other|
  1481. X31|i|||||other|
  1482. X32|d|199|>|||other|
  1483. X33|u|199|>|||other|
  1484. X2|h|||||helptop|
  1485. END_OF_FILE
  1486.   if test 1161 -ne `wc -c <'rocat-0.75/examples/menus/other'`; then
  1487.     echo shar: \"'rocat-0.75/examples/menus/other'\" unpacked with wrong size!
  1488.   fi
  1489.   # end of 'rocat-0.75/examples/menus/other'
  1490. fi
  1491. if test -f 'rocat-0.75/examples/menus/planes' -a "${1}" != "-c" ; then 
  1492.   echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/planes'\"
  1493. else
  1494.   echo shar: Extracting \"'rocat-0.75/examples/menus/planes'\" \(1160 characters\)
  1495.   sed "s/^X//" >'rocat-0.75/examples/menus/planes' <<'END_OF_FILE'
  1496. X0||||||| Roman Catacombs                                           Airplane Pictures
  1497. X0||||||| ---------------------------------------------------------------------------
  1498. X0||||||| 
  1499. X0|||||||                        ----------------------------
  1500. X0|||||||                        N>ew Files                 
  1501. X0|||||||                        L>ist Files                
  1502. X0|||||||                        S>earch for File           
  1503. X0|||||||                        I>nformation on File       
  1504. X0||199|>||||                        D>ownload file(s)          
  1505. X0||199|>||||                        U>pload File(s)            
  1506. X0|||||||                        H>elp                      
  1507. X0|||||||                        ----------------------------
  1508. X0||||||| 
  1509. X0||||||| 
  1510. X0||||||| ---------------------------------------------------------------------------
  1511. X0||||||| <-> Previous Menu     <F> Feedback to SysOp   <G> Quick Logout
  1512. X1|g||||||
  1513. X3|-||||||
  1514. X21|f|||||elm -s feedback shaw|
  1515. X25|n|199|>|||planes|
  1516. X26|n|200|<|||planes|
  1517. X27|l|199|>|||planes|
  1518. X28|l|200|<|||planes|
  1519. X29|s|199|>|||planes|
  1520. X30|s|200|<|||planes|
  1521. X31|i|||||planes|
  1522. X32|d|199|>|||planes|
  1523. X33|u|199|>|||planes|
  1524. X2|h|||||helptop|
  1525. END_OF_FILE
  1526.   if test 1160 -ne `wc -c <'rocat-0.75/examples/menus/planes'`; then
  1527.     echo shar: \"'rocat-0.75/examples/menus/planes'\" unpacked with wrong size!
  1528.   fi
  1529.   # end of 'rocat-0.75/examples/menus/planes'
  1530. fi
  1531. if test -f 'rocat-0.75/examples/menus/space' -a "${1}" != "-c" ; then 
  1532.   echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/space'\"
  1533. else
  1534.   echo shar: Extracting \"'rocat-0.75/examples/menus/space'\" \(1161 characters\)
  1535.   sed "s/^X//" >'rocat-0.75/examples/menus/space' <<'END_OF_FILE'
  1536. X0||||||| Roman Catacombs                                              Space Pictures
  1537. X0||||||| ---------------------------------------------------------------------------
  1538. X0||||||| 
  1539. X0|||||||                        ----------------------------
  1540. X0|||||||                        N>ew Files                 
  1541. X0|||||||                        L>ist Files                
  1542. X0|||||||                        S>earch for File           
  1543. X0|||||||                        I>nformation on File       
  1544. X0||199|>||||                        D>ownload file(s)          
  1545. X0||199|>||||                        U>pload File(s)            
  1546. X0|||||||                        H>elp                      
  1547. X0|||||||                        ----------------------------
  1548. X0||||||| 
  1549. X0||||||| 
  1550. X0||||||| 
  1551. X0||||||| ---------------------------------------------------------------------------
  1552. X0||||||| <-> Previous Menu     <F> Feedback to SysOp   <G> Quick Logout
  1553. X1|g||||||
  1554. X3|-||||||
  1555. X21|f|||||elm -s feedback shaw|
  1556. X25|n|199|>|||space|
  1557. X26|n|200|<|||space|
  1558. X27|l|199|>|||space|
  1559. X28|l|200|<|||space|
  1560. X29|s|199|>|||space|
  1561. X30|s|200|<|||space|
  1562. X31|i|||||space|
  1563. X32|d|199|>|||space|
  1564. X33|u|199|>|||space|
  1565. X2|h|||||helptop|
  1566. END_OF_FILE
  1567.   if test 1161 -ne `wc -c <'rocat-0.75/examples/menus/space'`; then
  1568.     echo shar: \"'rocat-0.75/examples/menus/space'\" unpacked with wrong size!
  1569.   fi
  1570.   # end of 'rocat-0.75/examples/menus/space'
  1571. fi
  1572. if test -f 'rocat-0.75/examples/menus/sysop' -a "${1}" != "-c" ; then 
  1573.   echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/sysop'\"
  1574. else
  1575.   echo shar: Extracting \"'rocat-0.75/examples/menus/sysop'\" \(960 characters\)
  1576.   sed "s/^X//" >'rocat-0.75/examples/menus/sysop' <<'END_OF_FILE'
  1577. X0||||||| Roman Catacombs                                                  SysOp Menu
  1578. X0||400|>|||| ---------------------------------------------------------------------------
  1579. X0||400|>|||| 
  1580. X0||400|>|||| 
  1581. X0||400|>|||| 
  1582. X0||400|>|||| 
  1583. X0||400|>||||                        ----------------------------
  1584. X0||400|>||||                        1.  Search for Users          
  1585. X0||400|>||||                        2.  List Users                
  1586. X0||400|>||||                        3.  Inactive User List     
  1587. X0||400|>||||                        4.  Inactive User Delete   
  1588. X0||400|>||||                        ----------------------------
  1589. X0||400|>|||| 
  1590. X0||400|>|||| 
  1591. X0||400|>|||| 
  1592. X0||400|>|||| 
  1593. X0||400|>|||| ---------------------------------------------------------------------------
  1594. X0||||||| <-> Previous Menu     <F> Feedback to SysOp   <G> Quick Logout
  1595. X1|g||||||
  1596. X3|-||||||
  1597. X8|c||||||
  1598. X40|1|400|>||||
  1599. X41|2|400|>||||
  1600. X42|3|400|>||||
  1601. X43|4|400|>||||
  1602. X21|f|||||elm -s feedback shaw|
  1603. END_OF_FILE
  1604.   if test 960 -ne `wc -c <'rocat-0.75/examples/menus/sysop'`; then
  1605.     echo shar: \"'rocat-0.75/examples/menus/sysop'\" unpacked with wrong size!
  1606.   fi
  1607.   # end of 'rocat-0.75/examples/menus/sysop'
  1608. fi
  1609. if test -f 'rocat-0.75/examples/menus/usenet' -a "${1}" != "-c" ; then 
  1610.   echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/usenet'\"
  1611. else
  1612.   echo shar: Extracting \"'rocat-0.75/examples/menus/usenet'\" \(989 characters\)
  1613.   sed "s/^X//" >'rocat-0.75/examples/menus/usenet' <<'END_OF_FILE'
  1614. X0||||||| Roman Catacombs                                                 Usenet News
  1615. X0||||||| ---------------------------------------------------------------------------
  1616. X0||||||| 
  1617. X0||||||| 
  1618. X0||||||| 
  1619. X0|||||||                        ----------------------------
  1620. X0|||||||                        1. Tin Newsreader          <E>
  1621. X0|||||||                        2. Rn (rn) Newsreader      -- Philsopher's
  1622. X0|||||||                        3. Trn (trn) Newsreader          Den
  1623. X0|||||||                        4. Nn (nn) Newsreader      
  1624. X0|||||||                        H>elp                      
  1625. X0|||||||                        ----------------------------
  1626. X0||||||| 
  1627. X0||||||| 
  1628. X0||||||| 
  1629. X0||||||| 
  1630. X0||||||| ---------------------------------------------------------------------------
  1631. X0||||||| <-> Previous Menu     <F> Feedback to SysOp   <G> Quick Logout
  1632. X1|g||||||
  1633. X3|-||||||
  1634. X21|f|||||elm -s feedback shaw|
  1635. X3|e|||||philsophers|
  1636. X21|1|||||tin|
  1637. X21|2|||||rn|
  1638. X21|3|||||trn|
  1639. X21|4|||||rn|
  1640. X2|h|||||helptop|
  1641. END_OF_FILE
  1642.   if test 989 -ne `wc -c <'rocat-0.75/examples/menus/usenet'`; then
  1643.     echo shar: \"'rocat-0.75/examples/menus/usenet'\" unpacked with wrong size!
  1644.   fi
  1645.   # end of 'rocat-0.75/examples/menus/usenet'
  1646. fi
  1647. if test -f 'rocat-0.75/examples/menus/winapps' -a "${1}" != "-c" ; then 
  1648.   echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/winapps'\"
  1649. else
  1650.   echo shar: Extracting \"'rocat-0.75/examples/menus/winapps'\" \(1175 characters\)
  1651.   sed "s/^X//" >'rocat-0.75/examples/menus/winapps' <<'END_OF_FILE'
  1652. X0||||||| Roman Catacombs                                        Windows Applications
  1653. X0||||||| ---------------------------------------------------------------------------
  1654. X0||||||| 
  1655. X0|||||||                        ----------------------------
  1656. X0|||||||                        N>ew Files                 
  1657. X0|||||||                    <W> L>ist Files                
  1658. X0|||||||      Windows World --- S>earch for File           
  1659. X0|||||||                        I>nformation on File       
  1660. X0||199|>||||                        D>ownload file(s)          
  1661. X0||199|>||||                        U>pload File(s)            
  1662. X0|||||||                        H>elp                      
  1663. X0|||||||                        ----------------------------
  1664. X0||||||| 
  1665. X0||||||| ---------------------------------------------------------------------------
  1666. X0||||||| <-> Previous Menu     <F> Feedback to SysOp   <G> Quick Logout
  1667. X1|g||||||
  1668. X3|-||||||
  1669. X21|f|||||elm -s feedback shaw|
  1670. X3|w|||||wintop|
  1671. X25|n|199|>|||winapps|
  1672. X26|n|200|<|||winapps|
  1673. X27|l|199|>|||winapps|
  1674. X28|l|200|<|||winapps|
  1675. X29|s|199|>|||winapps|
  1676. X30|s|200|<|||winapps|
  1677. X31|i|||||winapps|
  1678. X32|d|199|>|||winapps|
  1679. X33|u|199|>|||winapps|
  1680. X2|h|||||helptop|
  1681. END_OF_FILE
  1682.   if test 1175 -ne `wc -c <'rocat-0.75/examples/menus/winapps'`; then
  1683.     echo shar: \"'rocat-0.75/examples/menus/winapps'\" unpacked with wrong size!
  1684.   fi
  1685.   # end of 'rocat-0.75/examples/menus/winapps'
  1686. fi
  1687. if test -f 'rocat-0.75/examples/menus/wincomm' -a "${1}" != "-c" ; then 
  1688.   echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/wincomm'\"
  1689. else
  1690.   echo shar: Extracting \"'rocat-0.75/examples/menus/wincomm'\" \(1175 characters\)
  1691.   sed "s/^X//" >'rocat-0.75/examples/menus/wincomm' <<'END_OF_FILE'
  1692. X0||||||| Roman Catacombs                             Windows Communications Programs
  1693. X0||||||| ---------------------------------------------------------------------------
  1694. X0||||||| 
  1695. X0|||||||                        ----------------------------
  1696. X0|||||||                        N>ew Files                 
  1697. X0|||||||                    <W> L>ist Files                
  1698. X0|||||||      Windows World --- S>earch for File           
  1699. X0|||||||                        I>nformation on File       
  1700. X0||199|>||||                        D>ownload file(s)          
  1701. X0||199|>||||                        U>pload File(s)            
  1702. X0|||||||                        H>elp                      
  1703. X0|||||||                        ----------------------------
  1704. X0||||||| 
  1705. X0||||||| ---------------------------------------------------------------------------
  1706. X0||||||| <-> Previous Menu     <F> Feedback to SysOp   <G> Quick Logout
  1707. X1|g||||||
  1708. X3|-||||||
  1709. X21|f|||||elm -s feedback shaw|
  1710. X3|w|||||wintop|
  1711. X25|n|199|>|||wincomm|
  1712. X26|n|200|<|||wincomm|
  1713. X27|l|199|>|||wincomm|
  1714. X28|l|200|<|||wincomm|
  1715. X29|s|199|>|||wincomm|
  1716. X30|s|200|<|||wincomm|
  1717. X31|i|||||wincomm|
  1718. X32|d|199|>|||wincomm|
  1719. X33|u|199|>|||wincomm|
  1720. X2|h|||||helptop|
  1721. END_OF_FILE
  1722.   if test 1175 -ne `wc -c <'rocat-0.75/examples/menus/wincomm'`; then
  1723.     echo shar: \"'rocat-0.75/examples/menus/wincomm'\" unpacked with wrong size!
  1724.   fi
  1725.   # end of 'rocat-0.75/examples/menus/wincomm'
  1726. fi
  1727. if test -f 'rocat-0.75/examples/menus/wincomp' -a "${1}" != "-c" ; then 
  1728.   echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/wincomp'\"
  1729. else
  1730.   echo shar: Extracting \"'rocat-0.75/examples/menus/wincomp'\" \(1175 characters\)
  1731.   sed "s/^X//" >'rocat-0.75/examples/menus/wincomp' <<'END_OF_FILE'
  1732. X0||||||| Roman Catacombs                                Windows Compression Programs
  1733. X0||||||| ---------------------------------------------------------------------------
  1734. X0||||||| 
  1735. X0|||||||                        ----------------------------
  1736. X0|||||||                        N>ew Files                 
  1737. X0|||||||                    <W> L>ist Files                
  1738. X0|||||||      Windows World --- S>earch for File           
  1739. X0|||||||                        I>nformation on File       
  1740. X0||199|>||||                        D>ownload file(s)          
  1741. X0||199|>||||                        U>pload File(s)            
  1742. X0|||||||                        H>elp                      
  1743. X0|||||||                        ----------------------------
  1744. X0||||||| 
  1745. X0||||||| ---------------------------------------------------------------------------
  1746. X0||||||| <-> Previous Menu     <F> Feedback to SysOp   <G> Quick Logout
  1747. X1|g||||||
  1748. X3|-||||||
  1749. X21|f|||||elm -s feedback shaw|
  1750. X3|w|||||wintop|
  1751. X25|n|199|>|||wincomp|
  1752. X26|n|200|<|||wincomp|
  1753. X27|l|199|>|||wincomp|
  1754. X28|l|200|<|||wincomp|
  1755. X29|s|199|>|||wincomp|
  1756. X30|s|200|<|||wincomp|
  1757. X31|i|||||wincomp|
  1758. X32|d|199|>|||wincomp|
  1759. X33|u|199|>|||wincomp|
  1760. X2|h|||||helptop|
  1761. END_OF_FILE
  1762.   if test 1175 -ne `wc -c <'rocat-0.75/examples/menus/wincomp'`; then
  1763.     echo shar: \"'rocat-0.75/examples/menus/wincomp'\" unpacked with wrong size!
  1764.   fi
  1765.   # end of 'rocat-0.75/examples/menus/wincomp'
  1766. fi
  1767. if test -f 'rocat-0.75/examples/menus/windrivrs' -a "${1}" != "-c" ; then 
  1768.   echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/windrivrs'\"
  1769. else
  1770.   echo shar: Extracting \"'rocat-0.75/examples/menus/windrivrs'\" \(1193 characters\)
  1771.   sed "s/^X//" >'rocat-0.75/examples/menus/windrivrs' <<'END_OF_FILE'
  1772. X0||||||| Roman Catacombs                                             Windows Drivers
  1773. X0||||||| ---------------------------------------------------------------------------
  1774. X0||||||| 
  1775. X0|||||||                        ----------------------------
  1776. X0|||||||                        N>ew Files                 
  1777. X0|||||||                    <W> L>ist Files                
  1778. X0|||||||      Windows World --- S>earch for File           
  1779. X0|||||||                        I>nformation on File       
  1780. X0||199|>||||                        D>ownload file(s)          
  1781. X0||199|>||||                        U>pload File(s)            
  1782. X0|||||||                        H>elp                      
  1783. X0|||||||                        ----------------------------
  1784. X0||||||| 
  1785. X0||||||| ---------------------------------------------------------------------------
  1786. X0||||||| <-> Previous Menu     <F> Feedback to SysOp   <G> Quick Logout
  1787. X1|g||||||
  1788. X3|-||||||
  1789. X21|f|||||elm -s feedback shaw|
  1790. X3|w|||||wintop|
  1791. X25|n|199|>|||windrivrs|
  1792. X26|n|200|<|||windrivrs|
  1793. X27|l|199|>|||windrivrs|
  1794. X28|l|200|<|||windrivrs|
  1795. X29|s|199|>|||windrivrs|
  1796. X30|s|200|<|||windrivrs|
  1797. X31|i|||||windrivrs|
  1798. X32|d|199|>|||windrivrs|
  1799. X33|u|199|>|||windrivrs|
  1800. X2|h|||||helptop|
  1801. END_OF_FILE
  1802.   if test 1193 -ne `wc -c <'rocat-0.75/examples/menus/windrivrs'`; then
  1803.     echo shar: \"'rocat-0.75/examples/menus/windrivrs'\" unpacked with wrong size!
  1804.   fi
  1805.   # end of 'rocat-0.75/examples/menus/windrivrs'
  1806. fi
  1807. if test -f 'rocat-0.75/examples/menus/wingames' -a "${1}" != "-c" ; then 
  1808.   echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/wingames'\"
  1809. else
  1810.   echo shar: Extracting \"'rocat-0.75/examples/menus/wingames'\" \(1184 characters\)
  1811.   sed "s/^X//" >'rocat-0.75/examples/menus/wingames' <<'END_OF_FILE'
  1812. X0||||||| Roman Catacombs                                               Windows Games
  1813. X0||||||| ---------------------------------------------------------------------------
  1814. X0||||||| 
  1815. X0|||||||                        ----------------------------
  1816. X0|||||||                        N>ew Files                 
  1817. X0|||||||                    <W> L>ist Files                
  1818. X0|||||||      Windows World --- S>earch for File           
  1819. X0|||||||                        I>nformation on File       
  1820. X0||199|>||||                        D>ownload file(s)          
  1821. X0||199|>||||                        U>pload File(s)            
  1822. X0|||||||                        H>elp                      
  1823. X0|||||||                        ----------------------------
  1824. X0||||||| 
  1825. X0||||||| ---------------------------------------------------------------------------
  1826. X0||||||| <-> Previous Menu     <F> Feedback to SysOp   <G> Quick Logout
  1827. X1|g||||||
  1828. X3|-||||||
  1829. X21|f|||||elm -s feedback shaw|
  1830. X3|w|||||wintop|
  1831. X25|n|199|>|||wingames|
  1832. X26|n|200|<|||wingames|
  1833. X27|l|199|>|||wingames|
  1834. X28|l|200|<|||wingames|
  1835. X29|s|199|>|||wingames|
  1836. X30|s|200|<|||wingames|
  1837. X31|i|||||wingames|
  1838. X32|d|199|>|||wingames|
  1839. X33|u|199|>|||wingames|
  1840. X2|h|||||helptop|
  1841. END_OF_FILE
  1842.   if test 1184 -ne `wc -c <'rocat-0.75/examples/menus/wingames'`; then
  1843.     echo shar: \"'rocat-0.75/examples/menus/wingames'\" unpacked with wrong size!
  1844.   fi
  1845.   # end of 'rocat-0.75/examples/menus/wingames'
  1846. fi
  1847. if test -f 'rocat-0.75/examples/menus/winsounds' -a "${1}" != "-c" ; then 
  1848.   echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/winsounds'\"
  1849. else
  1850.   echo shar: Extracting \"'rocat-0.75/examples/menus/winsounds'\" \(1193 characters\)
  1851.   sed "s/^X//" >'rocat-0.75/examples/menus/winsounds' <<'END_OF_FILE'
  1852. X0||||||| Roman Catacombs                                              Windows Sounds
  1853. X0||||||| ---------------------------------------------------------------------------
  1854. X0||||||| 
  1855. X0|||||||                        ----------------------------
  1856. X0|||||||                        N>ew Files                 
  1857. X0|||||||                    <W> L>ist Files                
  1858. X0|||||||      Windows World --- S>earch for File           
  1859. X0|||||||                        I>nformation on File       
  1860. X0||199|>||||                        D>ownload file(s)          
  1861. X0||199|>||||                        U>pload File(s)            
  1862. X0|||||||                        H>elp                      
  1863. X0|||||||                        ----------------------------
  1864. X0||||||| 
  1865. X0||||||| ---------------------------------------------------------------------------
  1866. X0||||||| <-> Previous Menu     <F> Feedback to SysOp   <G> Quick Logout
  1867. X1|g||||||
  1868. X3|-||||||
  1869. X21|f|||||elm -s feedback shaw|
  1870. X3|w|||||wintop|
  1871. X25|n|199|>|||winsounds|
  1872. X26|n|200|<|||winsounds|
  1873. X27|l|199|>|||winsounds|
  1874. X28|l|200|<|||winsounds|
  1875. X29|s|199|>|||winsounds|
  1876. X30|s|200|<|||winsounds|
  1877. X31|i|||||winsounds|
  1878. X32|d|199|>|||winsounds|
  1879. X33|u|199|>|||winsounds|
  1880. X2|h|||||helptop|
  1881. END_OF_FILE
  1882.   if test 1193 -ne `wc -c <'rocat-0.75/examples/menus/winsounds'`; then
  1883.     echo shar: \"'rocat-0.75/examples/menus/winsounds'\" unpacked with wrong size!
  1884.   fi
  1885.   # end of 'rocat-0.75/examples/menus/winsounds'
  1886. fi
  1887. if test -f 'rocat-0.75/examples/menus/winutils' -a "${1}" != "-c" ; then 
  1888.   echo shar: Will not clobber existing file \"'rocat-0.75/examples/menus/winutils'\"
  1889. else
  1890.   echo shar: Extracting \"'rocat-0.75/examples/menus/winutils'\" \(1184 characters\)
  1891.   sed "s/^X//" >'rocat-0.75/examples/menus/winutils' <<'END_OF_FILE'
  1892. X0||||||| Roman Catacombs                                           Windows Utilities
  1893. X0||||||| ---------------------------------------------------------------------------
  1894. X0||||||| 
  1895. X0|||||||                        ----------------------------
  1896. X0|||||||                        N>ew Files                 
  1897. X0|||||||                    <W> L>ist Files                
  1898. X0|||||||      Windows World --- S>earch for File           
  1899. X0|||||||                        I>nformation on File       
  1900. X0||199|>||||                        D>ownload file(s)          
  1901. X0||199|>||||                        U>pload File(s)            
  1902. X0|||||||                        H>elp                      
  1903. X0|||||||                        ----------------------------
  1904. X0||||||| 
  1905. X0||||||| ---------------------------------------------------------------------------
  1906. X0||||||| <-> Previous Menu     <F> Feedback to SysOp   <G> Quick Logout
  1907. X1|g||||||
  1908. X3|-||||||
  1909. X21|f|||||elm -s feedback shaw|
  1910. X3|w|||||wintop|
  1911. X25|n|199|>|||winutils|
  1912. X26|n|200|<|||winutils|
  1913. X27|l|199|>|||winutils|
  1914. X28|l|200|<|||winutils|
  1915. X29|s|199|>|||winutils|
  1916. X30|s|200|<|||winutils|
  1917. X31|i|||||winutils|
  1918. X32|d|199|>|||winutils|
  1919. X33|u|199|>|||winutils|
  1920. X2|h|||||helptop|
  1921. END_OF_FILE
  1922.   if test 1184 -ne `wc -c <'rocat-0.75/examples/menus/winutils'`; then
  1923.     echo shar: \"'rocat-0.75/examples/menus/winutils'\" unpacked with wrong size!
  1924.   fi
  1925.   # end of 'rocat-0.75/examples/menus/winutils'
  1926. fi
  1927. if test -f 'rocat-0.75/rocat.readme.unpacking' -a "${1}" != "-c" ; then 
  1928.   echo shar: Will not clobber existing file \"'rocat-0.75/rocat.readme.unpacking'\"
  1929. else
  1930.   echo shar: Extracting \"'rocat-0.75/rocat.readme.unpacking'\" \(567 characters\)
  1931.   sed "s/^X//" >'rocat-0.75/rocat.readme.unpacking' <<'END_OF_FILE'
  1932. XThis is the README for the rocat BBS System.  Please read this before doing
  1933. Xanything else, including unpacking the archive.
  1934. X
  1935. XDo not unpack the distribution indiscriminately!
  1936. X
  1937. XDo the following: (gnu tar)
  1938. X
  1939. X    tar xvfoz rocat.tar.gz "src/doc/bbsinstl*" "src/README"
  1940. X
  1941. X(regular Unix tar)
  1942. X    zcat rocat.tar.gz | tar xvfo - "src/doc/bbsinstl*" "src/README"
  1943. X
  1944. X
  1945. XThis will bring the README and the installation documents out of the
  1946. Xarchive.  The detailed instructions are found in the bbsinstl documents. 
  1947. XSee the README file for the file formats for the bbsinstl documents.
  1948. X
  1949. XGreg.
  1950. END_OF_FILE
  1951.   if test 567 -ne `wc -c <'rocat-0.75/rocat.readme.unpacking'`; then
  1952.     echo shar: \"'rocat-0.75/rocat.readme.unpacking'\" unpacked with wrong size!
  1953.   fi
  1954.   # end of 'rocat-0.75/rocat.readme.unpacking'
  1955. fi
  1956. if test -f 'rocat-0.75/scripts/mkuserdirs' -a "${1}" != "-c" ; then 
  1957.   echo shar: Will not clobber existing file \"'rocat-0.75/scripts/mkuserdirs'\"
  1958. else
  1959.   echo shar: Extracting \"'rocat-0.75/scripts/mkuserdirs'\" \(586 characters\)
  1960.   sed "s/^X//" >'rocat-0.75/scripts/mkuserdirs' <<'END_OF_FILE'
  1961. X# script to build user directory structure 
  1962. X#
  1963. X#  default builds 26 user directories, with user login directories
  1964. X#  residing below the 26 directories:
  1965. X#    ex:  /bbs/users/j/jimbo for Jim Bo's account.
  1966. X#  
  1967. X#  If you're running a *MUCH* larger bbs, uncomment the 
  1968. X#  lines below to create 26 directories with each letter's 
  1969. X#  directory for a final user structure of:
  1970. X#    ex;  /bbs/users/j/b/jimbo for Jim Bo's account.
  1971. X
  1972. Xfor x in a b c d e f g h i j k l m n o p q r s t u v w x y z
  1973. Xdo mkdir $x
  1974. X# for y in a b c d e f g h i j k l m n o p q r s t u v w x y z
  1975. X# do mkdir $x/$y
  1976. X# done
  1977. Xdone
  1978. END_OF_FILE
  1979.   if test 586 -ne `wc -c <'rocat-0.75/scripts/mkuserdirs'`; then
  1980.     echo shar: \"'rocat-0.75/scripts/mkuserdirs'\" unpacked with wrong size!
  1981.   fi
  1982.   chmod +x 'rocat-0.75/scripts/mkuserdirs'
  1983.   # end of 'rocat-0.75/scripts/mkuserdirs'
  1984. fi
  1985. if test -f 'rocat-0.75/src/README' -a "${1}" != "-c" ; then 
  1986.   echo shar: Will not clobber existing file \"'rocat-0.75/src/README'\"
  1987. else
  1988.   echo shar: Extracting \"'rocat-0.75/src/README'\" \(650 characters\)
  1989.   sed "s/^X//" >'rocat-0.75/src/README' <<'END_OF_FILE'
  1990. XThis is the README for the rocat BBS System.
  1991. X
  1992. XIn the doc directory are three files that document the BBS:
  1993. X
  1994. Xbbsinstl.ps    postscript output for above document
  1995. Xbbsintsl.txt    text only output for above document
  1996. X
  1997. X
  1998. XPlease refer to these documents for compilation, setup and usage of the
  1999. Xrocat BBS System.
  2000. X
  2001. X
  2002. XHow to update files sections from the previous version:
  2003. X
  2004. XThere is a utility called 'filesupdate' that will update every files area
  2005. Xfor the new format.  Make a copy of all of your files areas, then, as
  2006. X'bbs', run filesupdate.  This will create new files sections in the new
  2007. Xformat, and rename the old ones to 'files_section.old'.
  2008. X
  2009. XGregory Shaw
  2010. X7/5/94
  2011. X
  2012. END_OF_FILE
  2013.   if test 650 -ne `wc -c <'rocat-0.75/src/README'`; then
  2014.     echo shar: \"'rocat-0.75/src/README'\" unpacked with wrong size!
  2015.   fi
  2016.   chmod +x 'rocat-0.75/src/README'
  2017.   # end of 'rocat-0.75/src/README'
  2018. fi
  2019. if test -f 'rocat-0.75/text/bbsinfo' -a "${1}" != "-c" ; then 
  2020.   echo shar: Will not clobber existing file \"'rocat-0.75/text/bbsinfo'\"
  2021. else
  2022.   echo shar: Extracting \"'rocat-0.75/text/bbsinfo'\" \(955 characters\)
  2023.   sed "s/^X//" >'rocat-0.75/text/bbsinfo' <<'END_OF_FILE'
  2024. XThe Roman Catacombs runs on the following equipment:
  2025. X
  2026. X    386/33 clone (128K cache)
  2027. X    8 meg memory
  2028. X    Interactive Unix v3.01 (System V release 3.2)
  2029. X    680 meg of disk space:
  2030. X        2 Quantum 240 meg SCSI drives
  2031. X        1 Quantum 80 meg SCSI drive
  2032. X        1 Seagate 20 meg SCSI drive
  2033. X        1 Fujitsu 100 meg RLL drive
  2034. X    Wangtek 150 meg tape backup
  2035. X    US Robotics Dual Standard V.32, V.42bis modem.
  2036. X    (ordered) ZyXEL U1496+ V.32bis modem.
  2037. X    1024x768x256 X11
  2038. X
  2039. X    The rocat BBS Software system is a package that has been written 
  2040. X    entirely in C++ (with the gnu compiler) under unix using internet
  2041. X    sockets for all IPC and error control.  The package has been written
  2042. X    by the SysOp (Greg Shaw) for Fort Mac Software (fmSoft, Inc.).
  2043. X
  2044. X    Fort Mac Software may be reached at:
  2045. X        fmSoft, Inc.
  2046. X        15651 E. Caspian Cir. #203
  2047. X        Aurora CO 80013
  2048. X
  2049. X    Because the software is still under development, it is not available
  2050. X    for download.  When it becomes available, it will be posted to the 
  2051. X    internet news groups.
  2052. END_OF_FILE
  2053.   if test 955 -ne `wc -c <'rocat-0.75/text/bbsinfo'`; then
  2054.     echo shar: \"'rocat-0.75/text/bbsinfo'\" unpacked with wrong size!
  2055.   fi
  2056.   # end of 'rocat-0.75/text/bbsinfo'
  2057. fi
  2058. if test -f 'rocat-0.75/text/bbswelcome' -a "${1}" != "-c" ; then 
  2059.   echo shar: Will not clobber existing file \"'rocat-0.75/text/bbswelcome'\"
  2060. else
  2061.   echo shar: Extracting \"'rocat-0.75/text/bbswelcome'\" \(475 characters\)
  2062.   sed "s/^X//" >'rocat-0.75/text/bbswelcome' <<'END_OF_FILE'
  2063. XWelcome to The Roman Catacombs!
  2064. X
  2065. XThis is an entirely NEW bbs running under Unix.  The features of the bbs are:
  2066. X
  2067. X    On-line chatting
  2068. X    Files areas (around 400 meg right now)
  2069. X    a direct news (internet netnews) feed
  2070. X    a *BUNCH* of online games
  2071. X    and MUCH MUCH more!
  2072. X
  2073. XWe are currently supporting Macintosh (of course), Windows, DOS and graphics
  2074. Xfiles areas.
  2075. X
  2076. XNOTE:  Fort Mac no longer exists.  You must re-register to be a valid user
  2077. Xof The Roman Catacombs.
  2078. X
  2079. XTry it.  You'll LOVE it.
  2080. X
  2081. END_OF_FILE
  2082.   if test 475 -ne `wc -c <'rocat-0.75/text/bbswelcome'`; then
  2083.     echo shar: \"'rocat-0.75/text/bbswelcome'\" unpacked with wrong size!
  2084.   fi
  2085.   # end of 'rocat-0.75/text/bbswelcome'
  2086. fi
  2087. if test -f 'rocat-0.75/text/helpfeedback' -a "${1}" != "-c" ; then 
  2088.   echo shar: Will not clobber existing file \"'rocat-0.75/text/helpfeedback'\"
  2089. else
  2090.   echo shar: Extracting \"'rocat-0.75/text/helpfeedback'\" \(656 characters\)
  2091.   sed "s/^X//" >'rocat-0.75/text/helpfeedback' <<'END_OF_FILE'
  2092. XHow to leave the sysop feedback:
  2093. X
  2094. XAt any menu, you may hit 'f' to leave the sysop e-mail.  Note that this
  2095. Xinvokes 'elm' the default mailer on the sysop.  The elm mailer will then
  2096. Xask for a subject.  It will have 'feedback' as the subject.  You may change
  2097. Xthis by backspacing over the subject and entering your own.  At this point,
  2098. Xthe editor will be invoked and you will be able to enter your message.
  2099. XEnter your message, save the message, then exit the editor.  At that point,
  2100. Xthe elm mailer will ask you 'Do you want to send this message?'.  You may
  2101. Xenter 'n' if you have changed your mind.  Otherwise, hit 'y' and the
  2102. Xmessage will be sent to the SysOp.
  2103. END_OF_FILE
  2104.   if test 656 -ne `wc -c <'rocat-0.75/text/helpfeedback'`; then
  2105.     echo shar: \"'rocat-0.75/text/helpfeedback'\" unpacked with wrong size!
  2106.   fi
  2107.   # end of 'rocat-0.75/text/helpfeedback'
  2108. fi
  2109. if test -f 'rocat-0.75/text/helpgames' -a "${1}" != "-c" ; then 
  2110.   echo shar: Will not clobber existing file \"'rocat-0.75/text/helpgames'\"
  2111. else
  2112.   echo shar: Extracting \"'rocat-0.75/text/helpgames'\" \(705 characters\)
  2113.   sed "s/^X//" >'rocat-0.75/text/helpgames' <<'END_OF_FILE'
  2114. XThe games available on The Roman Catacombs are:
  2115. X
  2116. XBackgammon - A text version of the classic game
  2117. XBattlestar - A text adventure based on Battlestar Galactica
  2118. XCanfield   - A solitare card game
  2119. XCribbage   - A text version of the classic game
  2120. XFish       - A version of 'go fish'
  2121. XHangman    - The classic children's game
  2122. XMille Bournes - the famous french road card game
  2123. XMonopoly   - The classic board game
  2124. XNethack    - a much larger moria
  2125. XParanoia   - ???
  2126. XRobots     - Escape the robots
  2127. XSail       - Sail to attack other gunboats with cannon-fire
  2128. XStar Trek  - the original 'star trek' game.  Neat.
  2129. XHunt the Wumpus - the original wumpus game
  2130. X
  2131. XLook at the manuals for the games that have them for more information.
  2132. END_OF_FILE
  2133.   if test 705 -ne `wc -c <'rocat-0.75/text/helpgames'`; then
  2134.     echo shar: \"'rocat-0.75/text/helpgames'\" unpacked with wrong size!
  2135.   fi
  2136.   # end of 'rocat-0.75/text/helpgames'
  2137. fi
  2138. if test -f 'rocat-0.75/text/helpmovement' -a "${1}" != "-c" ; then 
  2139.   echo shar: Will not clobber existing file \"'rocat-0.75/text/helpmovement'\"
  2140. else
  2141.   echo shar: Extracting \"'rocat-0.75/text/helpmovement'\" \(966 characters\)
  2142.   sed "s/^X//" >'rocat-0.75/text/helpmovement' <<'END_OF_FILE'
  2143. XHow to move around the BBS:
  2144. X
  2145. XTo move around the BBS, all you need to do is type the key that is highlighted
  2146. Xby the command.  If it is the only capital letter in the word that you want to
  2147. Xselect (for instance, Help would use 'H'), then it is the right character.  In
  2148. Xsome cases, it is necessary to do away with letters and have numbers as the
  2149. Xselection.  Both work the same way - select what identifies that item in the
  2150. Xmenu.
  2151. X
  2152. XTo exit any menu that doesn't have an 'exit' direction, simply press '-' (that's
  2153. Xa dash).  It will take you to the previous menu.   
  2154. X
  2155. XIf that doesn't work, simply hang up.  The BBS won't be hurt, nor will your user
  2156. Xinformation be messed up.  You may call back in immediately to re-access your
  2157. Xaccount.  The BBS will reset.  
  2158. X
  2159. XPlease, if you should find errors (like a menu you can't get out of), notify the
  2160. Xsysop of the problem.  He is far from perfect -- occasionally, he misses the
  2161. Xobvious.  (like "How do I get out of this darn menu!")
  2162. X
  2163. END_OF_FILE
  2164.   if test 966 -ne `wc -c <'rocat-0.75/text/helpmovement'`; then
  2165.     echo shar: \"'rocat-0.75/text/helpmovement'\" unpacked with wrong size!
  2166.   fi
  2167.   # end of 'rocat-0.75/text/helpmovement'
  2168. fi
  2169. if test -f 'rocat-0.75/text/helpupload' -a "${1}" != "-c" ; then 
  2170.   echo shar: Will not clobber existing file \"'rocat-0.75/text/helpupload'\"
  2171. else
  2172.   echo shar: Extracting \"'rocat-0.75/text/helpupload'\" \(815 characters\)
  2173.   sed "s/^X//" >'rocat-0.75/text/helpupload' <<'END_OF_FILE'
  2174. XYou may upload any file to the BBS at any time.   Simply go to the section in which
  2175. Xthe file most aptly belongs (an example would be win communications for a terminal
  2176. Xprogram) and select upload.  The system will then ask you what protocol you want to
  2177. Xuse to upload.  You may then upload a single file or multiple files, as you wish.
  2178. X
  2179. XAt the end of the upload, the system will ask you whether the upload was
  2180. Xsuccessful.  If any files were uploaded correctly (it didn't fail due to errors),
  2181. Xyou may enter a description for every file.  Any file that wasn't uploaded
  2182. Xcorrectly can be ignored by the system -- simply say 'n' to the 'Was the file XXXXX
  2183. Xuploaded correctly'.
  2184. X
  2185. XUploads are entered into the uploads area.  After they have been examined (if
  2186. Xpossible) by the sysop, they will be placed into the files areas.
  2187. X
  2188. END_OF_FILE
  2189.   if test 815 -ne `wc -c <'rocat-0.75/text/helpupload'`; then
  2190.     echo shar: \"'rocat-0.75/text/helpupload'\" unpacked with wrong size!
  2191.   fi
  2192.   # end of 'rocat-0.75/text/helpupload'
  2193. fi
  2194. if test -f 'rocat-0.75/text/mostpopular' -a "${1}" != "-c" ; then 
  2195.   echo shar: Will not clobber existing file \"'rocat-0.75/text/mostpopular'\"
  2196. else
  2197.   echo shar: Extracting \"'rocat-0.75/text/mostpopular'\" \(922 characters\)
  2198.   sed "s/^X//" >'rocat-0.75/text/mostpopular' <<'END_OF_FILE'
  2199. XMost popular files on BBS by downloads: (11/27/93)
  2200. XName            Section                  Dls  Date   Uploaded by
  2201. XBattleField.se     Macintosh BBS Programs    6 08/10/93 shaw    
  2202. Xgifconve.sit       Graphics (Art) Programs   5 08/14/93 Greg    
  2203. XBolo-992.cpt       Macintosh Games           4 10/20/93 shaw    
  2204. Xstained-glass.     Macintosh Games           4 10/20/93 shaw    
  2205. XMacBzone1.3.1.     Macintosh Games           3 10/20/93 shaw    
  2206. XCallerVerify.s     Macintosh BBS Programs    3 10/20/93 shaw    
  2207. XBankTime.sea       Macintosh BBS Programs    3 10/20/93 shaw    
  2208. Xsky.gif            Other Pictures            2 08/14/93 sysop   
  2209. Xvas2o.jpg          Adult XXX-Rated JPEGs     1 08/14/93 sysop   
  2210. Xvas3f.jpg          Adult XXX-Rated JPEGs     1 08/14/93 sysop   
  2211. Xanita-4.jpg        Adult XXX-Rated JPEGs     1 08/14/93 sysop   
  2212. Xdr_f3_01.gif       Fractal Pictures          1 09/24/93 sysop   
  2213. Xavp.gif            Other Pictures            1 08/14/93 sysop   
  2214. END_OF_FILE
  2215.   if test 922 -ne `wc -c <'rocat-0.75/text/mostpopular'`; then
  2216.     echo shar: \"'rocat-0.75/text/mostpopular'\" unpacked with wrong size!
  2217.   fi
  2218.   # end of 'rocat-0.75/text/mostpopular'
  2219. fi
  2220. if test -f 'rocat-0.75/text/system1.msg' -a "${1}" != "-c" ; then 
  2221.   echo shar: Will not clobber existing file \"'rocat-0.75/text/system1.msg'\"
  2222. else
  2223.   echo shar: Extracting \"'rocat-0.75/text/system1.msg'\" \(929 characters\)
  2224.   sed "s/^X//" >'rocat-0.75/text/system1.msg' <<'END_OF_FILE'
  2225. XWelcome back to TRC!
  2226. X
  2227. XSystem Notes:
  2228. X
  2229. X  If you have problems dialing in on 429-8914, there is a second line at
  2230. X  429-6257.  This line is only 9600bps or slower, but it does work.
  2231. X
  2232. X  I hope to put two 14.4 modems online soon.  I've got to buy a new modem
  2233. X  for the line prior to the modem going online.
  2234. X
  2235. X  The current Slackware release (1.2.0.2) is online and available.
  2236. X
  2237. X  I really want to move the BBS to become a Linux/Pictures BBS.  There is
  2238. X  no (other) Linux BBS in the Denver area that has the entire Slackware
  2239. X  distribution available for download.  I'm open to suggestions on what I
  2240. X  need to do to make the BBS friendlier/easier to use.
  2241. X
  2242. X  Please tell your friends about the Roman Catacombs.
  2243. X
  2244. X  If you see that something doesn't work, *PLEASE TELL ME*.  I've been very
  2245. X  very busy trying to make the BBS a useful place -- sometimes I don't try
  2246. X  an option for a while, and when it doesn't work, it makes me feel bad.
  2247. X  
  2248. X
  2249. END_OF_FILE
  2250.   if test 929 -ne `wc -c <'rocat-0.75/text/system1.msg'`; then
  2251.     echo shar: \"'rocat-0.75/text/system1.msg'\" unpacked with wrong size!
  2252.   fi
  2253.   # end of 'rocat-0.75/text/system1.msg'
  2254. fi
  2255. echo shar: End of archive 8 \(of 9\).
  2256. cp /dev/null ark8isdone
  2257. MISSING=""
  2258. for I in 1 2 3 4 5 6 7 8 9 ; do
  2259.     if test ! -f ark${I}isdone ; then
  2260.     MISSING="${MISSING} ${I}"
  2261.     fi
  2262. done
  2263. if test "${MISSING}" = "" ; then
  2264.     echo You have unpacked all 9 archives.
  2265.     rm -f ark[1-9]isdone ark[1-9][0-9]isdone
  2266. else
  2267.     echo You still must unpack the following archives:
  2268.     echo "        " ${MISSING}
  2269. fi
  2270. exit 0
  2271. exit 0 # Just in case...
  2272.