aboutsummaryrefslogtreecommitdiff
path: root/news/nntp/files/patch-doc-config.sh
blob: fbd31f3ce2234ae28dd037d2c9f1957ea67c26bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
--- doc/config.sh.orig	Tue Nov  1 06:36:57 1994
+++ doc/config.sh	Sun Jan  9 09:30:03 2000
@@ -11,11 +11,11 @@
 # (modify these lines to suit your system)
 #
 # the location of inetd on your system (usually /etc/inetd)
-MINETD=/etc/inetd
+MINETD=/usr/sbin/inetd
 # the location of the inetd configuration file (usually /etc/inetd.conf)
 MINETDCONFIG=/etc/inetd.conf
 # the location of nntpd following installation (usually /etc/nntpd)
-MNNTPD=/etc/nntpd
+MNNTPD=/usr/local/sbin/nntpd
 # the location of the hosts file (usually /etc/hosts)
 MHOSTFILE=/etc/hosts
 # the location of the services file (usually /etc/services)
@@ -23,12 +23,12 @@
 # the location of the networks file (usually /etc/networks)
 MNETWORKFILE=/etc/networks
 # The location of the news spool directory (usually /usr/spool/news)
-MNEWSSPOOL=/usr/spool/news
+MNEWSSPOOL=/var/news
 # The location of the news library directory (usually /usr/lib/news)
-MNEWSLIB=/usr/lib/news
+MNEWSLIB=/usr/local/news/lib
 # The location of the file containing the name of the nntp server machine
 # (usually /usr/local/lib/rn/server)
-MSERVERFILE=/usr/local/lib/rn/server
+MSERVERFILE=/usr/local/etc/nntpserver
 # The location of rn's local library (usually /usr/local/lib/rn)
 MRNLIB=/usr/local/lib/rn
 #