home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / c / cnet9303.zip / POSTLINK.CFG < prev    next >
Text File  |  1993-03-14  |  21KB  |  574 lines

  1. # ====================================================================
  2. #
  3. # PostLink(tm) Configuration file
  4. # Copyright (C) 1992 by Kip Compton, ALL RIGHTS RESERVED.
  5. # POSTLINK.CFG file for CollNet(tm), from The Radio Wave BBS.  Only 
  6. # the first 222 lines of this file should be edited.
  7. #
  8. # If you need any help call me at 609-764-0812 (1200 - 16.8k)
  9. # ====================================================================
  10. #
  11. # This is your BBS tagline.
  12. #
  13. #                         60 Chars max for CollNet(tm) please
  14. #            |--------1---------2---------3---------4---------5---------|
  15. BBS-TAG-LINE=The Radio Wave BBS ■ 609-764-0812 ■ Delran, NJ
  16. #
  17. # --------------------------------------------------------------------
  18. #
  19. # If you are a Node then change this to YES, if not then leave this NO.
  20. #
  21. NODE-MODE=NO
  22. #
  23. # --------------------------------------------------------------------
  24. #
  25. # If set to YES PostLink will make a file called LASTTIME.TXT, which
  26. # contains a line telling when the last successful transfer was.
  27. #
  28. LASTTIME.TXT=YES
  29. #
  30. # --------------------------------------------------------------------
  31. #
  32. #  Leave USE-REAL-SYSOPS-NAME= set to YES.  Put you name where it says
  33. #  SYSOPS-NET-NAME=
  34. #
  35. USE-REAL-SYSOPS-NAME=YES
  36. SYSOPS-NET-NAME=TYLER MYERS
  37. #
  38. # --------------------------------------------------------------------
  39. #
  40. # These directories are not needed, but will make PostLink run quicker
  41. #
  42. SHARED-DIR=C:\COLLNET
  43. PUBLIC-DIR=C:\COLLNET
  44. MDT-DIR=C:\COLLNET\MDT
  45. DUPE-DIR=C:\COLLNET\DUPE
  46. #
  47. # --------------------------------------------------------------------
  48. #
  49. # Timezone information: TIMEZONE=n sets the timezone.  N should be the
  50. # number of hours after UTC (aka greenwich mean time) you are.
  51. #
  52. #  5 = Eastern
  53. #  6 =
  54. #  7 = Mountain
  55. #  8 = West Coast
  56. #
  57. # DAYLIGHT-SAVINGS should be set to NO if daylight savings time is not
  58. # in effect, YES if it is.
  59. #
  60. TIMEZONE=5
  61. DAYLIGHT-SAVINGS=YES
  62. #
  63. # --------------------------------------------------------------------
  64. #
  65. # Define MailStore...different MailStores are for different systems.
  66. # Currently supported MailStores:
  67. #
  68. #   UTI2   : UTI Revision 2
  69. #   PCB145 : PCBoard 14.5
  70. #
  71. MAILSTORE=PCB145
  72. #
  73. # If you are not using PCBoard 14.5 then these 3 lines should be commented.
  74. #
  75. PCBOARD.DAT=C:\PCB\PCBOARD.DAT
  76. UPDATE-PCB-MAIL-WAITTING=YES
  77. PCBSTATS-NODE=10
  78. #
  79. # --------------------------------------------------------------------
  80. #
  81. # This variable sets the name of the file to log activity to.  To have no
  82. # log at all, just comment this line out.
  83. #
  84. LOG=C:\COLLNET\COLLNET.LOG
  85. #
  86. # --------------------------------------------------------------------
  87. #
  88. # SYSTEM MESSAGE CONFIGURATION:
  89. #
  90. #   Messages for users (usually the SYSOP) from the networking software can
  91. #   either be placed in a text file, or placed right into a message base on
  92. #   your BBS.
  93. #
  94. #   To place the messages into your message base, define the variable
  95. #   "SYSTEM-MSG-CONFERENCE" and set it equal to the number of the conference
  96. #   that you want sysop messages to be placed in (note: these numbers are
  97. #   the same as the numbers used in MANAGE when editing conferences, and
  98. #   do not necessarily correspond to the conference numbers on your BBS).
  99. #
  100. #   To have the messages placed in a text file, define the configuration
  101. #   variable "SYSTEM-MSG-FILE" and set it equal to the full path of the
  102. #   file that you would like sysop messages placed in.  If none is specified,
  103. #   the messages will be placed in SYSMSG.TXT in the current directory.
  104. #
  105. #SYSTEM-MSG-FILE=C:\COLLNET\SYSMSG.LOG
  106. SYSTEM-MSG-CONFERENCE=1
  107. #
  108. # --------------------------------------------------------------------
  109. # AUTO-ADD-NEW-NODES should be set to YES if you want to automatically add
  110. # new nodes when they call.
  111. #
  112. # HUBs should set this to YES
  113. #
  114. AUTO-ADD-NEW-SITES=NO
  115. #
  116. # --------------------------------------------------------------------
  117. #
  118. # File Transfer Protocol Information:
  119. #
  120. # Each protocol has a character associated with it (ie A-Z and 0-9).
  121. #
  122. # Warning: Do not change the characters that these represent without talking
  123. # to the others on your network.  The software negotiates which protocol
  124. # to use based on which are available, and if the letters do not match up,
  125. # it will not work properly.
  126. #
  127. # (ie, if Z is ZModem on your system, it must be ZModem on all systems that
  128. # you call and that call you, unless they do not support ZModem, in which
  129. # case Z should not be defined as being any protocol)
  130. #
  131. # Each protocol has a letter associated with it.  The first thing you
  132. # need is a listing of the available protocols:
  133. #
  134. # PROTOCOLS=A B C D E F G H I J K ..
  135. #
  136. # Just list the letters that are being used.  NOTE: THE FIRST PROTOCOL LISTED
  137. #   WILL BE THE DEFAULT FOR ADDED SYSTEMS.
  138. # Then, define 3 other attributes:
  139. #
  140. #
  141. #  The name (for display purposes only)
  142. #  PROTO-NAME-Z=Zmodem
  143. #
  144. #  The send command
  145. #
  146. #   PROTO-SEND-Z=$$ZMODEMS
  147. #
  148. #  The receive command
  149. #
  150. #   PROTO-RECV-Z=$$ZMODEMR
  151. #
  152. # Note: Use the following for built-in protocols:
  153. #
  154. # Protocol             Send/Recv            Suggested Letter
  155. # Zmodem               $$ZMODEM               Z
  156. # XModem-1k            $$XMODEM-1K            O
  157. # XModem-1K-G          $$XMODEM-1K-G          F
  158. # XModem-CRC           $$XMODEM               X
  159. #
  160. # For external protocols, the following variables are defined:
  161. #
  162. #  $$PORT     ---> an integer representing the port # (ie 1 for COM1)
  163. #  $$RECDIR   ---> Directory to place received files in (ie C:\UPLOAD)
  164. #  $$RECNAME  ---> Expected name of file to be received (ie 3.NUL)
  165. #  $$SENDPATH ---> Full path of file to send (ie C:\POSTLINK\3.NDL)
  166. #
  167. # Note that it is perfectly acceptable to define "better" implementations
  168. # of protocols to these letters (for example, use DSZ ZModem for Z instead
  169. # of the built in one.)
  170. #
  171. #
  172. # In addition, some special protocol options must be configured.  They
  173. # are put in the PROTO-OPTIONS-X where X is the letter of the protocol.
  174. #
  175. # Currently, the only two options are BIDIRECTIONAL and FULLSCREEN.  So, for
  176. # a bidirectional protocol such as HSLINK, assuming that you're using H as the
  177. # protocol's letter, you would put the following to make it both FULLSCREEN and
  178. # BIDIRECTIONAL
  179. #
  180. # PROTO-OPTIONS-H=BIDIRECTIONAL FULLSCREEN
  181. #
  182. #  NOTE THAT IT IS IN ALL CAPS.  IT _IS_ CASE SENSITIVE.
  183. #
  184. # Supported protocols:
  185. #
  186. PROTOCOLS=Z F O X
  187. #
  188. # Built-in Zmodem
  189. PROTO-NAME-Z=Zmodem
  190. PROTO-SEND-Z=$$ZMODEM 
  191. PROTO-RECV-Z=$$ZMODEM
  192. # If you want to use DSZ for your Zmodem, just uncomment the following
  193. # 2 lines, then comment PROTO-SEND-Z=$$ZMODEM and PROTO-RECV-Z=$$ZMODEM
  194. # above
  195. #PROTO-SEND-Z=dsz handshake both port $$PORT sz $$SENDPATH
  196. #PROTO-RECV-Z=dsz handshake both port $$PORT rz $$RECDIR
  197. #
  198. # -- built in Xmodem-1k-G
  199. PROTO-NAME-F=Xmodem-1k-G
  200. PROTO-SEND-F=$$XMODEM-1K-G
  201. PROTO-RECV-F=$$XMODEM-1K-G
  202. #
  203. # -- built in Xmodem-1k
  204. PROTO-NAME-O=Xmodem-1k
  205. PROTO-SEND-O=$$XMODEM-1K
  206. PROTO-RECV-O=$$XMODEM-1K
  207. #
  208. # -- build in Xmodem-CRC
  209. PROTO-NAME-X=Xmodem-CRC
  210. PROTO-SEND-X=$$XMODEM
  211. PROTO-RECV-X=$$XMODEM
  212. #
  213. # -- HSLink bidirectional protocol (external)
  214. #
  215. # Uncomment the following 4 lines AND add an "H" to the PROTOCOLS
  216. # setting above to enable HS/Link support.
  217. #
  218. #PROTO-NAME-H=HS/Link
  219. #PROTO-SEND-H=hslink -P$$PORT -U$$RECDIR $$SENDPATH
  220. #PROTO-RECV-H=hslink -P$$PORT -U$$RECDIR $$SENDPATH
  221. #PROTO-OPTIONS-H=BIDIRECTIONAL FULLSCREEN
  222. #
  223. # ====================================================================
  224. #
  225. # In most cases everything below this line will not need editing.
  226. #
  227. # ====================================================================
  228. #
  229. # Compression Scheme Information.
  230. #
  231. #  Compression schemes are identified by strings of up to 3 characters.
  232. #  These strings s hould correspond to the extension that the compression
  233. #  program puts on the end of compressed files (ie ZIP for zip files).
  234. #
  235. #  The first thing you need is a listing of available compression schemes
  236. #
  237. #  COMPRESS=AAA BBB CCC ...
  238. #
  239. #  Then you need to define the command to compress a file:
  240. #
  241. # COMPRESS-AAA=COMPRESS $$FPATH $$DESTDIR
  242. #
  243. #  and the command to uncompress a file
  244. #
  245. # UNCOMPRESS-AAA=UNCOMPRESS $$FPATH $$DESTDIR
  246. #
  247. #  Where AAA is the up to three character identifier for the compression
  248. #  scheme.
  249. #
  250. # The following variables are available when defining compression programs:
  251. #
  252. # For both compressing and uncompressing:
  253. #
  254. #  $$CMP-PATH  --> Full path of compressed file without extension (ie C:\POSTLINK\RECV\U3)
  255. #
  256. # for uncompressing only
  257. #
  258. #  $$DESTDIR   --> Directory to place resutant file(s) in (ie C:\POSTLINK)
  259. #
  260. # for compressing only
  261. #
  262. #  $$INCFILE   --> Include these files (files or wildcards sep. by spaces)
  263. #
  264. #
  265. # NOTE : THE ABOVE VARIABLES ARE CASE-SENSITIVE, AND THUS MUST BE IN ALL CAPS!
  266. #
  267. COMPRESS=ZIP
  268. #
  269. # Definition for PKZIP
  270. COMPRESS-ZIP=PKZIP $$CMP-PATH $$INCFILES
  271. UNCOMPRESS-ZIP=PKUNZIP -o $$CMP-PATH $$DESTDIR
  272. #
  273. # --------------------------------------------------------------------
  274. #
  275. # Define the maximum number of channels that are available.  The system can
  276. # have up to 16767 channels, but the more channels you have, the worse the
  277. # performance becomes.  (ie, the site.lst file grows larger, etc)
  278. #
  279. # IF YOU NEED MORE THAN 16767 CHANNELS, CONTACT KIP COMPTON AS THE SOFTWARE
  280. # CAN EASILY BE CHANGED TO SUPPORT MANY MORE PORTS -- The 16767 limit was
  281. # introduced for efficency reasons...
  282. #
  283. MAX-CHANNELS=1400
  284. #
  285. # --------------------------------------------------------------------
  286. #
  287. # Options for mail..
  288. #
  289. # This option controls whether private mail addressed to the sysop is exported.
  290. #
  291. EXPORT-SYSOPS-PRIVATE-MAIL=NO
  292. #
  293. # --------------------------------------------------------------------
  294. #
  295. # This option is the name of the sysop as it should be on outside systems.
  296. #
  297. USE-SYSOPS-REAL-NAME=YES
  298. #
  299. # --------------------------------------------------------------------
  300. #
  301. # This option controls the default maximum number of packets to keep per
  302. # channel in the .PUB (public) files.
  303. #
  304. DEFAULT-MAX-TO-KEEP=10000
  305. #
  306. # --------------------------------------------------------------------
  307. #
  308. # This option controls the default minimum number of packets to keep per
  309. # channel in the .PUB (public) files.
  310. #
  311. DEFAULT-MIN-TO-KEEP=100
  312. #
  313. # --------------------------------------------------------------------
  314. #
  315. # The IMPORT-MODE and EXPORT-MODE variables control whether POSTLINK.EXE
  316. # automatically exports and imports on the fly.  If you set EXPORT-MODE and/or
  317. # IMPORT-MODE to AUTOMATIC, then the corresponding operation will be performed
  318. # on the fly by POSTLINK.EXE, only when needed.  You should then not have to run
  319. # EXPORT or IMPORT ever again.  For example, to be fully automatic, set both
  320. # EXPORT-MODE and IMPORT-MODE to AUTOMATIC.  To have mail imported onto your
  321. # board automatically (ie as it is uploaded) but not have mail exported from
  322. # your board until EXPORT.EXE is run, set IMPORT-MODE to AUTOMATIC and
  323. # EXPORT-MODE to MANUAL.
  324. #
  325. # If these variables are left out, the default is AUTOMATIC.
  326. #
  327. EXPORT-MODE=AUTOMATIC
  328. IMPORT-MODE=AUTOMATIC
  329. #
  330. # --------------------------------------------------------------------
  331. #
  332. # MINIMUM DISK SPACE REQUIREMENTS:
  333. #
  334. #   On startup, PostLink programs check the free space
  335. #   available in the work directory and shared directories.  If the free
  336. #   space is less than the minumum number of K to be free as defined by
  337. #   the following variables, the software will signal an error and terminate.
  338. #
  339. #   In addition, if the space free is within a certain percentage of the
  340. #   minimum free space allowed, a message will be sent to the sysop.  The
  341. #   default percentages are 20%, but they can be changed by changing the
  342. #   variables below:
  343. #
  344. #   Note that the amount of free space is expressed in K, ie 5000 is 5 megs.
  345. #   Setting the minimum free space to 0 will disable these checks.
  346. #
  347. #   For the shared directory:
  348. SHARED-DIR-MIN-SPACE=5000
  349. SHARED-DIR-MIN-PERCENT=20
  350. #
  351. #    For the work directory:
  352. WORK-DIR-MIN-SPACE=5000
  353. WORK-DIR-MIN-PERCENT=20
  354. #
  355. # --------------------------------------------------------------------
  356. #
  357. # DOS SHELL SWAPPING OPTIONS
  358. #
  359. #   SHELL-SWAP controls whether the programs swap themselves to disk or
  360. #   ems memory when they shell out to DOS.  (ie to call UTIs, PKZIP, protocol
  361. #   drivers, etc.)  If it is YES, the programs will attempt to swap themselves
  362. #   out, if it is NO, they will not.
  363. #
  364. SHELL-SWAP=YES
  365. #
  366. # --------------------------------------------------------------------
  367. #
  368. #   SHELL-SWAP-EMS controls whether, if configured to swap, the programs
  369. #   attempt to use EMS memory instead of disk when swapping out.  If set
  370. #   to YES, the programs will swap to EMS memory if enough is available;
  371. #   if enough EMS memory is not available, they will swap to disk.
  372. #
  373. SHELL-SWAP-EMS=YES
  374. #
  375. # --------------------------------------------------------------------
  376. #
  377. #    SHELL-SWAP-DIR controls where the programs place their swap files if
  378. #    they end up swapping to disk.  For example, if you have a RAM disk
  379. #    D and wish to have your swap files put in the root directory of this
  380. #    disk, you would use SHELL-SWAP-DIR=D:\.  NOTE: By default the swap
  381. #    file is placed in the current directory.  If there is not enough space
  382. #    on the drive that you specify, PostLink will not be able to shell to
  383. #    whatever it is trying to shell to (PKZIP, DSZ, UTI driver, etc) and
  384. #    will fail.
  385. #
  386. #SHELL-SWAP-DIR=C:\
  387. #
  388. # --------------------------------------------------------------------
  389. #
  390. # Site list Packing configuration:
  391. #
  392. #  The MAX-SITE-LIST-IDLE-DAYS variable controls how many days a site must
  393. #  be idle before it is automatically deleted by the packing routines.  If
  394. #  it is not specified, no sites will ever be deleted because they are too
  395. #  old.  Note that sites that you add yourself will not be deleted automaticaly
  396. #  until the site has called at least once.
  397. #
  398. MAX-SITE-LIST-IDLE-DAYS=30
  399. #
  400. # --------------------------------------------------------------------
  401. #
  402. # Automatic Packing configuration:
  403. #
  404. #  POSTLINK.EXE can be configured to automatically pack the dictionary, site list,
  405. #  and/or .PUB files on a regular basis.
  406. #
  407. #  AUTOMATIC-PACKING turns on and off the entire automatic packing apparatus.
  408. #  if is it set to "YES" automatic packing will occur; "NO" means no automatic
  409. #  packing.
  410. #
  411. #  In addition, there is an variable for each of the files to be packed which
  412. #  allows you to specify how often, in days, each file is packed.  If
  413. #  you set the number of days to 0, no automatic packing will take place.
  414. #  (for example, 1 means pack every day, 2 every other day, etc.)
  415. #
  416. #  The default values for these are 1 day for .PUB files and 10 days for
  417. #  both the site list and dictionary.
  418. #
  419. AUTOMATIC-PACKING=YES
  420. PACKET-PACK-DAYS=1
  421. SITELIST-PACK-DAYS=10
  422. DICTIONARY-PACK-DAYS=10
  423. #
  424. # --------------------------------------------------------------------
  425. #
  426. # "Message Data" File Configuration
  427. #
  428. #   The Message Data file is used to keep track of messages.  The primary
  429. #   function that this supports is reference numbers.
  430. #
  431. #   You can control how many messages back the software keeps track of.  You
  432. #   can have the software keep track of 0 to 5000 messages in each conference.
  433. #   The default is 1000 messages per conference.
  434. #
  435. NUM-RECS-IN-MSGDATA=1000
  436. #
  437. # --------------------------------------------------------------------
  438. #
  439. # Debugging Directory Option:
  440. #
  441. #   Normally, when it is done with PREAMBLE, U##, and D## files, POSTLINK.EXE
  442. #   deletes them.  If you set the DEBUG-DIR option to a directory, POSTLINK.EXE
  443. #   will, instead of deleting the files, move them to the directory specified.
  444. #   You must not specify your work directory as this directory or things will
  445. #   get screwed up.  This option is intended to be used only if you are having
  446. #   problems and need to examine exactly what was uploaded by the sites that
  447. #   call you.  Note that this directory must exist; the software will not
  448. #   create it for you.
  449. #
  450. #DEBUG-DIR=C:\POSTLINK\DEBUG
  451. #
  452. # --------------------------------------------------------------------
  453. #
  454. # MAIL CONFIGURATION:
  455. #
  456. #
  457. #  There are several options that control the _DEFAULTS_ for options that
  458. #  control how mail is handled on a conference by conference basis.  These
  459. #  variables only take effect when put new conference onto the net (ie give
  460. #  it a channel in manage.exe); they do not have any effect on conferences
  461. #  that have already been set up.  They are also only the DEFAULTS for these
  462. #  new conferences; they can be changed when adding the conference or any
  463. #  time later.
  464. #
  465. #  The first option, DEFAULT-PRIVATE-MAIL, controls whether or not private
  466. #  mail in general is exported and imported.  Note that if you set this to
  467. #  YES, the individual import and export Routed Mail options below have no
  468. #  effect; if this option is set to YES, all private mail is exported and
  469. #  imported regardless of whether it is routed or not.  Generally, it is a
  470. #  good idea to set this option to NO, as if it is set to YES, all private
  471. #  mail in the conference will be exported, and if it is not routed, it
  472. #  will appear on all boards that also have this flag set to YES and who
  473. #  take the conference on the network.
  474. #
  475. DEFAULT-PRIVATE-MAIL=NO
  476. #
  477. # --------------------------------------------------------------------
  478. #
  479. #  The next two options control whether Private and Public mail is "Auto
  480. #  Routed".   "Auto Routing" means that when exporting mail, the software
  481. #  looks at messages that have reference numbers (and are thus replies to
  482. #  a message) and routes that reply message back to the system where the
  483. #  message that it is a reply to was written.
  484. #
  485. #  In general, PRIVATE Auto Routing is very GOOD; it makes mail a lot more
  486. #  "private" in that once a series of replies has gotten started, the
  487. #  private messages only appear on the origin and destination systems.
  488. #
  489. #  In general, PUBLIC Auto Routing is BAD; it keeps people from seeing
  490. #  conversations that are going on.  However, in extremely busy conferences
  491. #  this may be desirable.
  492. #
  493. DEFAULT-AUTO-ROUTE-PRIV=YES
  494. DEFAULT-AUTO-ROUTE-PUBLIC=NO
  495. #
  496. # --------------------------------------------------------------------
  497. #
  498. #  The next two options control whether Routed Private Mail is exported and
  499. #  Imported.  If Private Mail is turned on for the conference, these two
  500. #  flags are ignored; all private mail is being exported and imported.  If
  501. #  Private Mail is turned off for the conference, these flags can allow you
  502. #  to import/export private messages that are routed, including Auto Routing.
  503. #  These options should generally be set ON, as a routed message is pretty
  504. #  private.
  505. #
  506. #  For Exporting:
  507. #
  508. DEFAULT-EXP-PRIV-ROUTED=YES
  509. #
  510. #  For Importing:
  511. #
  512. DEFAULT-IMP-PRIV-ROUTED=YES
  513. #
  514. # --------------------------------------------------------------------
  515. #
  516. #  The next two defaults control the default for Bridge Modes.  Generally,
  517. #  you want to have Bridge Mode turned OFF for all of your conferences.
  518. #  Bridge mode is generally used for "bridging" conferences across networks.
  519. #
  520. #
  521. DEFAULT-BRIDGE-EXPORT=NO
  522. DEFAULT-BRIDGE-IMPORT=NO
  523. #
  524. # --------------------------------------------------------------------
  525. #
  526. # File Request Configuration
  527. #
  528. # This option controls whether a message is sent to the sysop when somone
  529. # attempts to request a file that they are not allowed to request in the
  530. # REQUEST.DAT.  YES means a message is sent, NO means no message is sent.
  531. # The default is YES.
  532. #
  533. ILLEGAL-REQ-WARNING=YES
  534. #
  535. # --------------------------------------------------------------------
  536. #
  537. # This option controls whether a message is sent to the sysop when someone
  538. # attempts to request a file which is not found in any of the paths listed
  539. # in the REQUEST.DAT file.  YES means a message is sent, NO means no message
  540. # is sent.  The default is NO.
  541. #
  542. UNKNOWN-REQ-WARNING=NO
  543. #
  544. # --------------------------------------------------------------------
  545. #
  546. # Dictionary Administrative Update Configuration
  547. #
  548. # Normally, dictionary name publications (or unpublications) are noly honored
  549. # if they are from the site that they are updating.  However, in some
  550. # situations it is desirable to let some site(s) update your dictionary
  551. # for any names.  These updates are called "Administrative Updates" and this
  552. # configuration variable controls who is allowed to do them.
  553. #
  554. # To allow administrative dictionary updates, add the variable
  555. # DICTIONARY-ADMIN-SITES= and then put a list of ID(s) that are allowed
  556. # to send you administrative updates.  For example,
  557. #
  558. DICTIONARY-ADMIN-SITES= 
  559. #
  560. # Would allos sites 1,2,3, and 4 to send you administrative updates.  Note
  561. # that you _can_ use names here instead if you like.
  562. #
  563. # --------------------------------------------------------------------
  564. # DO NOT CHANGE THIS LINE AT ALL!
  565. #
  566. NET-TAG-LINE=CollNet
  567. #
  568. # --------------------------------------------------------------------
  569. #
  570.