Path: utzoo!mnetor!uunet!lll-winken!lll-tis!ames!pacbell!lamc!kdavis From: kdavis@lamc.UUCP (Ken Davis) Newsgroups: comp.sys.att Subject: Re: Systems File for 3b2 Message-ID: <1186@lamc.UUCP> Date: 25 Apr 88 22:14:53 GMT References: <348@spock.UUCP> <559@vsi.UUCP> <66@skep2.ATT.COM> Reply-To: kdavis@lamc.UUCP (Ken Davis) Organization: Letterman Army Medical Center - San Francisco, CA Lines: 37 In article <66@skep2.ATT.COM> wcs@skep2.UUCP (46323-Bill.Stewart.,2G218,x0705,) writes: >This still doesn't help incoming >uucp jobs, since uucico doesn't see /etc/profile; does it do the right thing? >-- ># Thanks; ># Bill Stewart, AT&T Bell Labs 2G218, Holmdel NJ 1-201-949-0705 ihnp4!ho95c!wcs ># skep2 is a local machine I'm trying to turn into a server. Please send ># mail to ho95c or ho95e instead. Thanks. I use a pseudoshell for uucico logins called uucicotime : it follows: -------------------------cut here------------- #! /bin/sh # # Yes, I know the above probably won't help on a vanilla # S5 system, but it can't hurt, and on some S5 systems # it *will* work. # . /etc/TIMEZONE # forcibly set TZ # # Get around Bourne shell bug, present in all vanilla # Bourne shells prior to the S5R3 one, that causes "$@" # to expand to "", rather than nothing, if there are no # arguments to the script. # if [ $# != 0 ] then exec /usr/lib/uucp/uucico "$@" else exec /usr/lib/uucp/uucico fi ----------------------------- cut here ------------------------ -- Ken Davis - Letterman Army Medical Center - San Francisco, CA {pacbell,well,hoptoad}!lamc!kdavis kdavis@optimis-pent.arpa