Google
 

Trailing-Edge - PDP-10 Archives - BB-M080K-SM - tcpip-sources/tcpsv4.ctl
There are no other files named tcpsv4.ctl in the archive.
;
;   TCPSV4.CTL -- Patch TCPIP V4.0 Sources
;   Version 1(0)
;	January 13, 1986 / HAH
;
;
; COPYRIGHT (c) 1986 BY
;	    Digital Equipment Corporation, Maynard, MA.
;
;   This software is furnished under a license and may be  used
;   and  copied  only  in  accordance  with  the  terms of such
;   license and with  the  inclusion  of  the  above  copyright
;   notice.   This software or any other copies thereof may not
;   be provided  or  otherwise	made  available  to  any  other
;   person.   No  title  to  and  ownership  of the software is
;   hereby transferred.
;
;   The information in	this  software	is  subject  to  change
;   without  notice and should not be construed as a commitment
;   by Digital Equipment Corporation.
;
;   Digital  assumes  no  responsibility   for	 the   use   or
;   reliability  of  its  software  on	equipment  which is not
;   supplied by Digital.
;

;
;   This .CTL file replaces and decrypts TCPIP source modules.
;
;   For this .CTL file to run, the connected directory must  be
;   the patching directory (Logical name PAT:).
;
;   This control file is expected to run without errors.
;

@PEPB
*INITIALIZE TCPIP-SOURCES-V4
*EXIT
;

;
;	Signal success
;

@EXP PAT:
@PEPB
*SIGNAL-SUCCESS TCPIP-SOURCES-V4
*EXIT
@GOTO EXIT

;
;	Signal failure on error
;

%ERR::
@GOTO ERROR
%TERR::
@GOTO ERROR
ERROR::

@EXP PAT:
@PEPB
*SIGNAL-FAILURE TCPIP-SOURCES-V4
*EXIT

EXIT::
%FIN::