! ---------------------------------------------------------------------------- ! ! note -- it is helpful to keep information about each neighbor in comments ! in the control file proceeding that neighbor's entry(s), as shown here ! for infopiz only. ! ! ---------------------------------------------------------------------------- ! ---------------------------------------------------------------------------- ! Infocomm Computer Consulting ! Mark Pizzolato system@infopiz, mark@infopiz ! 1558 Fernside Street ! Redwood City CA 94061 ! 415-369-9366 ! they log into us with password xxxxxxx ! guest login is username yyyyyyyy, password zzzzzzzz ! [just an example -- they don't really have a guest login] ! infopiz tb uu_infopiz g - Any,60,15,1440 \ ACU 19200 12135555555 vms usrnm pwd infopiz norm uu_infopiz g - Any,60,15,1440 \ ACU 2400 12135555555 vms usrnm pwd ! ---------------------------------------------------------------------------- ! ! the following two entries specify a debug level of 217 octal (possibly ! overriding that specified in the control file) ! esther - uu_esther g x0217 Any,60,15,1440 \ ACU 2400 14085555555 vms usrnm pwd syspwd scubed - uu_scubed g x0217 Any,60,15,1440 \ ACU 2400 9876543 scubed sysname usrnm pwd ! ! the following specifies even parity for the login script, plus ! debug level of 3617 octal ! groucho - uu_groucho g pex03617 Any,60,15,1440 \ ACU 2400 5656565 unix usrnm harpo - uharpo g - Never,60,15,0 \ ACU 19200 6565656 unix usrnm pwd ! ! ---------------------------------------------------------------------------- ! hname ename luname prot opts times port sp number script ! ! hname: The remote host's uucp hostname ! ename: The name of this entry in the system file. If "-", assumed to ! be the same as hname. Used in some logfile and debug log ! messages to denote which entry we're dealing with, since there ! might be more than one entry for a given hostname. ! luname: The local user name on your system that they log into on inbound ! calls. May be - to suppress checking. ! prot: Not used now, but must be present. Make it a "g" for ! compatibility with future releases. ! opts: c for callback ! pn, ps, po, pe, pm to force no (default), space, odd, even, ! or mark parity during startup sequence ! xn to set debug level ! - for none of the above ! times: Days[Times][|Days[Times]...][,succ[,fail[,poll]]] ! where "Days" can be any of Never Any Su Sa Mo Tu We Th Fr Sa Wk ! "Times" is precisely of the form hhmm-hhmm ! "succ", "fail", and "poll" specify intervals in minutes ! port, sp: match portname and speed in a "port" entry in the ctl file ! number: phone number to dial ! script: filename extension of login script (uucp_cfg:login.scriptname) ! str0, str1, ... str7: sent by "sendstr n" commands in scripts ! ! debug bit numbers: ! ! (bit 0 must be set if any others are to be effective) ! ! 000001 error messages and a copy of the log file output ! 000002 dial,login,init trace -- errors only ! 000004 dial,login,init trace -- nonerrors (incl char I/O) ! ! 000010 file transfer commands -- errors only ! 000020 file transfer commands -- nonerrors ! 000040 file name munging trace ! ! 000100 file directory scanning trace ! 000200 packets -- errors only ! 000400 packets -- nonerrors ! ! 001000 every byte sent/rcvd (in pkt mode) ! 002000 packet driver internals ! 004000 enable packet error generator (DB_PKT m/b set) ! ! 010000 call decisions ! 020000 status file updates ! 040000 xfile interior (uuxqt) ! ! 100000 uucico/uuxqt doorbell lock trace ! 200000 script processing internals