From 3d3af63fa7acb8dbb05a8dc72d70290d2c3592eb Mon Sep 17 00:00:00 2001 From: gdr-ftp Date: Thu, 28 Jan 1999 06:55:24 +0000 Subject: [PATCH] installboot1: - create /var/spool/lpq on the destination system --- verbatim/boot/installboot1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/verbatim/boot/installboot1 b/verbatim/boot/installboot1 index bf8a02d..cdd9b8f 100755 --- a/verbatim/boot/installboot1 +++ b/verbatim/boot/installboot1 @@ -1,7 +1,7 @@ # # installboot1 # -# $Id: installboot1,v 1.3 1999/01/18 01:59:52 gdr-ftp Exp $ +# $Id: installboot1,v 1.4 1999/01/28 06:55:24 gdr-ftp Exp $ # echo "Before running this script, you should have set your DOWNLOAD_DIR" @@ -135,7 +135,7 @@ install -dV usr/man/cat1 usr/man/cat2 usr/man/cat3 install -dV usr/man/cat4 usr/man/cat5 usr/man/cat6 install -dV usr/man/cat7 usr/man/cat8 install -dV usr/sbin -install -dV var/adm var/run var/spool +install -dV var/adm var/run var/spool/lpq echo "creating log files" touch var/adm/messages