?RCS: $Id: d_hidnet.U 1 2006-08-24 12:32:52Z rmanfredi $ ?RCS: ?RCS: Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi ?RCS: ?RCS: You may redistribute only under the terms of the Artistic Licence, ?RCS: as specified in the README file that comes with the distribution. ?RCS: You may reuse parts of this distribution only within the terms of ?RCS: that same Artistic Licence; a copy of which may be found at the root ?RCS: of the source tree for dist 4.0. ?RCS: ?RCS: $Log: d_hidnet.U,v $ ?RCS: Revision 3.0 1993/08/18 12:06:20 ram ?RCS: Baseline for dist 3.0 netwide release. ?RCS: ?MAKE:d_hidnet hiddennet: cat sed myhostname mydomain Myread Oldconfig ?MAKE: -pick add $@ %< ?S:d_hidnet: ?S: This variable conditionally defines the symbol HIDDEN_NET, which ?S: tells the C program that it should pretend it is on a different ?S: host for purposes of advertising a mailing address. ?S:. ?S:hiddennet: ?S: This variable contains the value eventually given to the symbol ?S: HIDDEN_NET, if d_hidnet defines it. If defined, it's the name ?S: of the host which serves as the mail server for a network that ?S: is invisible to the outside world. ?S:. ?C:HIDDEN_NET (HIDDENNET): ?C: This symbol, if defined, contains the host name that you want to ?C: advertise to the outside world. This name can be different from ?C: your actual host name, as long as the machine you specify knows ?C: how to forward mail to you. ?C:. ?H:#$d_hidnet HIDDEN_NET "$hiddennet" /**/ ?H:. : now get the host name to advertise as our mailing address case "$hiddennet" in '') dflt=n;; *) dflt=y;; esac $cat <