*BSD News Article 41552


Return to BSD News archive

Newsgroups: comp.os.386bsd.bugs
Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.mira.net.au!news.netspace.net.au!serval.net.wsu.edu!netnews.nwnet.net!oracle.pnl.gov!osi-east2.es.net!lll-winken.llnl.gov!sol.ctr.columbia.edu!hamblin.math.byu.edu!park.uvsc.edu!news
From: Terry Lambert <terry@cs.weber.edu>
Subject: Re: Problems with FTP install over SLIP
Organization: Utah Valley State College, Orem, Utah
Date: Mon, 23 Jan 1995 21:41:37 GMT
Message-ID: <D2vo9F.ByI@park.uvsc.edu>
X-Nntp-Posting-Host: hecate.artisoft.com
References: <daves.6.00002188@interlog.com> <3fgqpq$pnt@agate.berkeley.edu>
Sender: news@park.uvsc.edu (System Account)
Lines: 28

jkh@violet.berkeley.edu (Jordan K. Hubbard) wrote:
]
] In article <daves.6.00002188@interlog.com>,
] David Shadoff <daves@interlog.com> wrote:
] >The problem is because the touch command is not included in the 'stand' 
] >directory (or at least not in the immediate path).
] 
] Thank you for reporting this problem!  The slip installation is indeed
] something that's been scarcely tested.
] 
] I'll work on fixing it now (though, to tell the truth, I'm more inclined
] to fix cu/tip to not complain so bitterly about this :-).

Replace with:

touch()
{
	for i in $*
	do
		cat /dev/null >> $i
	done
}

                                        Terry Lambert
                                        terry@cs.weber.edu
---
Any opinions in this posting are my own and not those of my present
or previous employers.