File:  [CSRG BSD Unix] / 43BSD / contrib / mh / zotnet / mf / mmdfI / src / conf_chan.add
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:54 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43
BSD 4.3

/* additions to conf_chan.c for UUCP support */

/* 1.  Add this structure after the definition for ch_sloc */

Chan	ch_sbboards = {
    'c', DLVRREG, "ch_uucp", 
	 "UUCP", "uucp", "uucp.names",
	 locname, "UUCP", NOLOGIN, NOPHONE, 0, 0l
};


/* 2.  Add &ch_suucp to ch_tbsrch[] after &ch_sloc */

Chan * ch_tbsrch[] =		  /* order chan tables searched         */
{
	&ch_sloc,
	&ch_suucp,
/* ... */
	(Chan *) 0
};


/* 3.  Add &ch_suucp to ch_exsrch[] after &ch_sloc */

Chan * ch_exsrch[] =              /* order of active chan execution     */
{
	&ch_sloc,
	&ch_suucp,
/* ... */
	(Chan *) 0
};

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.