BSD 4_3_Net_1 development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Sat, 24 Dec 1988 08:05:22 +0000 (00:05 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Sat, 24 Dec 1988 08:05:22 +0000 (00:05 -0800)
Work on file sendmail/cf/sitedep/README

Synthesized-from: CSRG/cd2/net.1

sendmail/cf/sitedep/README [new file with mode: 0644]

diff --git a/sendmail/cf/sitedep/README b/sendmail/cf/sitedep/README
new file mode 100644 (file)
index 0000000..e33ca3b
--- /dev/null
@@ -0,0 +1,19 @@
+
+Everything in this directory is site dependent.  It contains info
+such as UUCP host lists, SMTPUUCP host lists, etc.  The idea here
+is that there is one .m4 file for every generic type of configuration
+file, and can be one .m4 file for hosts that have oddball needs.
+
+
+On okeeffe:
+
+To edit one of these files (say to add a uucp host), do
+
+       sccs edit file
+
+make your changes, and then do
+
+       sccs delget file
+
+Then cd to ../cf and do a "make".
+