diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1997-05-30 20:13:24 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1997-05-30 20:13:24 +0000 |
commit | 16b58c70f39365b46f923a5b13fed4b8dbfbae58 (patch) | |
tree | e005cb5490bfb8737469131f0595e27c4e2bc92a /net/rwhois/files/patch-ae | |
parent | Import of a util to create PalPilot Doc format files from text files (diff) |
Import of the InterNIC's referral whois server and client
Notes
Notes:
svn path=/head/; revision=6647
Diffstat (limited to 'net/rwhois/files/patch-ae')
-rw-r--r-- | net/rwhois/files/patch-ae | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/rwhois/files/patch-ae b/net/rwhois/files/patch-ae new file mode 100644 index 000000000000..9fcaee9d93a5 --- /dev/null +++ b/net/rwhois/files/patch-ae @@ -0,0 +1,20 @@ +--- sample.data/rwhois.conf.orig Fri May 23 01:59:32 1997 ++++ sample.data/rwhois.conf Fri May 23 02:00:37 1997 +@@ -10,7 +10,7 @@ + # to. If it is not set, it will default to the current working + # directory. + # NOTE: you want to change this. +-root-dir: /home/devel2/davidb/src/rwhois-dev/sample.data ++root-dir: /usr/local/lib/rwhois + + # schema-file: The config file that contains the top-level schema + # information. This file must exist. The old 'object-file' refers to +@@ -85,7 +85,7 @@ + # chrooted: NO + + # userid: If run as root, rwhoisd will change to this user +-userid: davidb ++userid: nobody + + # verbosity: What level of reporting (to the console) do you wish. + # The default is '1'. '0' is quiet and numbers greater then '1' are |