9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Rob Pike rob@plan9.bell-labs.com
Subject: Inferno httpd(8), listen(8), "lib/srv"
Date: Fri, 20 Sep 1996 18:06:12 -0400	[thread overview]
Message-ID: <19960920220612.BI9v612WCUMUqbA67zBviTbjjcPxb7ipR61ddU1xy-c@z> (raw)

Cross-posting between the mailing list and comp.os.plan9
seems broken, as does my ability to send things to Usenet.
This message is in response to something on the news group.
I'll try to get it to appear there if that doesn't happen
automatically soon.

The httpd that was shipped has some silly file names in its .m files.
Go to /appl/svc/httpd and edit the .m files, making the obvious
changes like this:

httpd%g diff alarm.m original/appl/svc/httpd/alarm.m
2c2
< 	PATH:  		con	"/dis/svc/httpd/alarm.dis";
---
> 	PATH:  		con	"/usr/mig/src/alarm.dis";

Build and install and it should work fine.

Listen(8) does not exist; the reference is in error.

lib/srv should be documented but isn't.  It should be
easy to understand by reading the source.  Also it does
much of the function that listen(8) would do if it were
there.

-Rob Pike





             reply	other threads:[~1996-09-20 22:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-09-20 22:06 Rob [this message]
1996-09-21 16:47 Peach

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=19960920220612.BI9v612WCUMUqbA67zBviTbjjcPxb7ipR61ddU1xy-c@z \
    --to=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).