head	1.1;
access;
symbols
	TIGRIS_1_0_8_1:1.1
	TIGRIS_1_0_8_0:1.1
	TIGRIS_1_0_4:1.1;
locks; strict;
comment	@# @;


1.1
date	2000.07.20.03.41.34;	author manoj;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Bootstrap the release engineering repository with the current sources
for the RPMs. Contains only things that we develop.
@
text
@#!/bin/sh -noprofile
###############################################################################
#
# File:         ssh-tunnel-shell
# RCS:          $Header: $
# Description: The SSH tunnel stays open forever (one year). However,
#		 "IdleTimeout 4h" in /etc/ssh/sshd_config forces connection to timeout
#		 after 4hrs of inactivity.
# Author:       Niels P. Mayer
# Created:      Sun Jun 11 22:51:35 2000
# Modified:     Sun Jun 11 22:53:44 2000 (Niels Mayer) root@@h02.sny.collab.net
# Language:     Shell-script
# Package:      N/A
# Status:       Experimental (Do Not Distribute)
#
# (C) Copyright 2000, Collab.Net.
#
###############################################################################

exec sleep 31536000
@
