home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.infosystems.gopher
- Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!uwm.edu!spool.mu.edu!umn.edu!mudhoney!lindner
- From: lindner@mudhoney.micro.umn.edu (Paul Lindner)
- Subject: Re: unix gopherd -s and -l don't work togeather
- Message-ID: <1992Nov17.070258.10075@news2.cis.umn.edu>
- Sender: news@news2.cis.umn.edu (Usenet News Administration)
- Nntp-Posting-Host: mudhoney.micro.umn.edu
- Organization: University of Minnesota, Minneapolis
- References: <BxtyKC.B39@uxa.ecn.bgu.edu>
- Date: Tue, 17 Nov 1992 07:02:58 GMT
- Lines: 30
-
- In <BxtyKC.B39@uxa.ecn.bgu.edu> xcea@uxa.ecn.bgu.edu (Chad Adams) writes:
-
- >I am tring to use the following in inetd.conf on SunOS 4.1.2 and it does
- >not work: (line split up to into 80 column chunks to put in article)
-
- >gopher stream tcp nowait root /usr/local/etc/gopherd gopherd -I
- >-s/home/uxa/xgopher/public_access -l/home/uxa/xgopher/log/public -uxgopher
- >/home/uxa/xgopher/gopher-public 70
-
- >It can't access the main menu. If I take out the -s or the -l it works.
- >We need to use both -s and -l.
-
- >We are useing the gopherd from gopher1.03.
-
- SunOS is really braindamaged in that it only allows four real
- parameters to an inetd.conf entry. You can do one of two things:
-
- remove paramaters (not possible in your case..)
-
- Or make a shellscript "wrapper"
-
- #!/bin/sh
- gopherd -l moo -s goo -I -c etc etc 70
-
- Then you execute the wrapper instead of the actual program..
- --
- | Paul Lindner | lindner@boombox.micro.umn.edu | Slipping into madness
- | | Computer & Information Services | is good for the sake
- | Gophermaster | University of Minnesota | of comparision.
- ///// / / / /////// / / / / / / / / //// / / / / / / / /
-