changed newfileinfo() to print the number of deleted
[unix-history] / usr / src / usr.bin / mail / config.c
index 49816ce..fa5fcc5 100644 (file)
@@ -1,6 +1,6 @@
 #
 
 #
 
-static char    *SccsID[] = "@(#)config.c       1.1 %G%";
+static char    *SccsID[] = "@(#)config.c       1.4 %G%";
 
 /*
  * This file contains definitions of network data used by Mail
 
 /*
  * This file contains definitions of network data used by Mail
@@ -24,6 +24,10 @@ char *metanet = "!^:%@.";
  * not all accessible hosts need be here (fortunately).
  */
 struct netmach netmach[] = {
  * not all accessible hosts need be here (fortunately).
  */
 struct netmach netmach[] = {
+       "c70",          '7',            AN|SN,
+       "berkeley",     '7',            AN|SN,
+       "berk-c70",     '7',            AN|SN,
+       "ucb-c70",      '7',            AN|SN,
        "a",            'a',            SN,
        "b",            'b',            SN,
        "c",            'c',            SN,
        "a",            'a',            SN,
        "b",            'b',            SN,
        "c",            'c',            SN,
@@ -31,16 +35,17 @@ struct netmach netmach[] = {
        "e",            'e',            SN,
        "f",            'f',            SN,
        "g",            'g',            SN,
        "e",            'e',            SN,
        "f",            'f',            SN,
        "g",            'g',            SN,
-       "ingres",       'i',            AN|SN,
-       "ing70",        'i',            AN|SN,
-       "berkeley",     'i',            AN|SN,
+       "ingres",       'i',            SN,
+       "ing70",        'i',            SN,
        "ingvax",       'j',            SN|BN,
        "virus",        'k',            SN,
        "vlsi",         'l',            SN,
        "image",        'm',            SN,
        "esvax",        'o',            SN,
        "sesm",         'o',            SN,
        "ingvax",       'j',            SN|BN,
        "virus",        'k',            SN,
        "vlsi",         'l',            SN,
        "image",        'm',            SN,
        "esvax",        'o',            SN,
        "sesm",         'o',            SN,
+       "ucbcad",       'p',            SN|BN,
        "q",            'q',            SN,
        "q",            'q',            SN,
+       "kim",          'n',            SN,
        "research",     'R',            BN,
        "arpavax",      'r',            SN|BN,
        "src",          's',            SN,
        "research",     'R',            BN,
        "arpavax",      'r',            SN|BN,
        "src",          's',            SN,
@@ -50,7 +55,6 @@ struct netmach netmach[] = {
        "ucb",          'v',            BN|SN,
        "ucbvax",       'v',            BN|SN,
        "onyx",         'x',            SN,
        "ucb",          'v',            BN|SN,
        "ucbvax",       'v',            BN|SN,
        "onyx",         'x',            SN,
-       "vax135",       'X',            BN,
        "cory",         'y',            SN,
        "eecs40",       'z',            SN,
        0,              0,              0
        "cory",         'y',            SN,
        "eecs40",       'z',            SN,
        0,              0,              0