151232SericPUSHDIVERT(-1) 251232Seric# 351232Seric# Copyright (c) 1983 Eric P. Allman 451232Seric# Copyright (c) 1988 The Regents of the University of California. 551232Seric# All rights reserved. 651232Seric# 751232Seric# %sccs.include.redist.sh% 851232Seric# 951232SericPOPDIVERT 1051232Seric 11*51299SericVERSIONID(@(#)cssubdomain.m4 2.3 (Berkeley) 10/03/91) 1251232Seric 1351232SericPUSHDIVERT(2) 1451232Seric# find possible (old & new) versions of our name via short circuit hack 1551232Seric# (this code should exist ONLY during the transition from .Berkeley.EDU 1651232Seric# names to .CS.Berkeley.EDU names -- probably not more than a few months) 17*51299SericR$* < @ $=w .CS.Berkeley.EDU > $* $: $1 < @ $j > $3 18*51299SericR$* < @ $=w .Berkeley.EDU> $* $: $1 < @ $j > $3 1951232SericPOPDIVERT 20