From d5cc72c07dcd838837e3296686d257f8ec708e06 Mon Sep 17 00:00:00 2001
From: Robert Ricci <ricci@cs.utah.edu>
Date: Thu, 25 Apr 2002 18:37:44 +0000
Subject: [PATCH] Added creating of log directories to the boss-install target,
 and removed mention of them from the boss setup documentation.

Note that this means we no longer tell people to /var/log/testbed to
/usr/testbed/log, since the former is deprecated.
---
 GNUmakefile.in | 2 ++
 doc/setup.txt  | 3 ---
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/GNUmakefile.in b/GNUmakefile.in
index f7e4ff32f7..9eac7d2c1b 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -52,6 +52,8 @@ ops-install:
 install-mkdirs:
 	-mkdir -p $(INSTALL_TOPDIR)/locks
 	-mkdir -p $(INSTALL_TOPDIR)/log
+	-mkdir -p $(INSTALL_TOPDIR)/log/mysql
+	-mkdir -p $(INSTALL_TOPDIR)/log/exports
 	-mkdir -p $(INSTALL_TOPDIR)/lists
 	-mkdir -p $(INSTALL_TOPDIR)/backup
 	-mkdir -p $(INSTALL_TOPDIR)/batch
diff --git a/doc/setup.txt b/doc/setup.txt
index ce803554e1..b57388943b 100644
--- a/doc/setup.txt
+++ b/doc/setup.txt
@@ -145,9 +145,6 @@ See the file setup-db.txt in this directory
 
 ##### Step 5 - Directories to create, and other misc. filesystem changes
 
-Logs - Create /usr/testbed/log, and link /var/log/testbed to it . Create
-'tiplogs', 'mysql', and 'exports' subdirectories in this directory.
-
 NFS - Make the machine an NFS server and client with the following in
 /etc/rc.conf:
 nfs_server_enable="YES"
-- 
GitLab