head	1.5;
access;
symbols
	VER_0_3:1.5
	VER_0_2:1.4;
locks; strict;
comment	@# @;


1.5
date	95.03.24.11.43.35;	author coulter;	state Exp;
branches;
next	1.4;

1.4
date	95.03.10.02.42.22;	author coulter;	state Exp;
branches;
next	1.3;

1.3
date	95.03.01.07.10.23;	author coulter;	state Exp;
branches;
next	1.2;

1.2
date	95.02.19.16.06.41;	author coulter;	state Exp;
branches;
next	1.1;

1.1
date	95.02.18.08.36.38;	author coulter;	state Exp;
branches;
next	;


desc
@configuration file.  set MOUNT_PATH, MAP_TO_PATH and CD_FILES
@


1.5
log
@Checkin version for 0.3 distribution.
@
text
@
# (C) Copyright 1995 by Michael Coulter.  All rights reserved.
# This file is sourced in to define key variables.  Edit this file to
# match your system requirements.
#
# The following variables are defined:
#
# CD_FILES is a file that lists all the inodes and files on the cd-rom.
# 	If it doesn't exist, it is created by logiso_install based on
# 	MOUNT_PATH and MAP_TO_PATH.  The name should not end with 
#	".gz".  If a .gz file is found, it will be uncompressed for use
#	and compressed again after use.
# FIND_LINKS a script which finds link files below a given directory.
#	You may need to make a script for your system to prune different
#	directories from the default find_links script.
# ISOFS_UTIL_DIR - the directory containing the logiso utilities and this
#	config file.  It is set first so that it can be used for other 
#	variables.
# MAP_TO_PATH is the path to the directory on the hard disk which mirrors 
#	the cd-rom.  You should start out by creating MAP_TO_PATH as
#	a symbolic link to MOUNT_PATH.  
# MOUNT_PATH is the path to the mount point of the cd-rom.  If it is already
# 	set, the current value is preservee.

ISOFS_UTIL_DIR="${ISOFS_UTIL_DIR:-/usr/src/linux/fs/isofs/Utils}"

CD_FILES="${CD_FILES:-${ISOFS_UTIL_DIR}/cd_files}"
FIND_LINKS="${FIND_LINKS:-${ISOFS_UTIL_DIR}/find_links}"
MAP_TO_PATH="${MAP_TO_PATH:-/system_cd}"
MOUNT_PATH="${MOUNT_PATH:-/cdmnt}"
@


1.4
log
@Checkin files modified to make version 0.2
@
text
@d2 1
@


1.3
log
@Checkpoint files.  Can now compress cd_files.
@
text
@d29 1
a29 1
MOUNT_PATH="${MOUNT_PATH:-/mnt/system_cd}"
@


1.2
log
@Checkpoint version 0.1
@
text
@d9 3
a11 1
# 	MOUNT_PATH and MAP_TO_PATH.
@


1.1
log
@Checkpoint version before fixing /usr/bin install
@
text
@d4 15
a18 1

a20 1
MOUNT_PATH="${MOUNT_PATH:-/system_cd}"
d22 1
a22 4
# MAP_TO_PATH is the path to the directory on the hard disk which mirrors 
#	the cd-rom.  You should start out by creating MAP_TO_PATH as
#	a symbolic link to MOUNT_PATH.  
MAP_TO_PATH="${MAP_TO_PATH:-/}"
a23 4
# CD_FILES is a file that lists all the inodes and files on the cd-rom.
# If it doesn't exist, it is created by logiso_install based on
# MOUNT_PATH and MAP_TO_PATH.
#
d25 3
@
