summaryrefslogtreecommitdiff
path: root/net/arla/MESSAGE
diff options
context:
space:
mode:
authorjlam <jlam>2002-09-25 00:06:33 +0000
committerjlam <jlam>2002-09-25 00:06:33 +0000
commitd4529b07b1ee8f3709c0f83301c330917bb09545 (patch)
tree360db7019725214069d3b220501eecd05e14e22b /net/arla/MESSAGE
parent982304a87ac97edcabb6a721e30be44f1bb483e1 (diff)
downloadpkgsrc-d4529b07b1ee8f3709c0f83301c330917bb09545.tar.gz
* buildlink1 -> buildlink2
* Honor PKG_SYSCONFDIR * use bsd.pkg.install.mk to handle the rc.d scripts and config files
Diffstat (limited to 'net/arla/MESSAGE')
-rw-r--r--net/arla/MESSAGE42
1 files changed, 26 insertions, 16 deletions
diff --git a/net/arla/MESSAGE b/net/arla/MESSAGE
index 510260c101b..0ce9abfa0ee 100644
--- a/net/arla/MESSAGE
+++ b/net/arla/MESSAGE
@@ -1,28 +1,38 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.2 2002/07/12 20:40:31 wiz Exp $
+$NetBSD: MESSAGE,v 1.3 2002/09/25 00:06:34 jlam Exp $
Arla now has been installed on your system.
-The cache directory used by arla is ${ARLA_CACHE}.
-This directory should be on a local disk. You can change the location
+The cache directory used by arla is:
+
+ ${ARLA_CACHE}
+
+This directory should be on a local disk. You can change the location
of the cache directory by setting the ARLA_CACHE environment variable
(or by setting ARLA_CACHE in /etc/mk.conf) to the desired location prior
to building arla.
-To complete the installation you'll have to configure arla.
-Default configuration files are installed in ${PREFIX}/etc.
+To complete the installation you'll have to configure arla. Default
+configuration files are installed in:
+
+ ${PREFIX}/share/examples/arla
+
+At a minimum, to configure an arla client, copy:
+
+ ${PREFIX}/share/examples/CellServDB
+ ${PREFIX}/share/examples/SuidCells
+ ${PREFIX}/share/examples/ThisCell
+ ${PREFIX}/share/examples/arla.conf
+
+to ${PKG_SYSCONFDIR} and customize them, include an entry for xfs in your
+/etc/fstab (see ${PREFIX}/share/examples/arla/fstab), append:
+
+ ${PREFIX}/share/examples/arla/services
-At a minimum, to configure an arla client, copy
-${PREFIX}/etc/{CellServDB,SuidCells,ThisCell,arla.conf}.default to
-${PREFIX}/etc/{CellServDB,SuidCells,ThisCell,arla.conf} and customize them.
-Include an entry for xfs in your /etc/fstab
-(see ${PREFIX}/share/examples/arla/fstab).
-Also, append ${PREFIX}/share/examples/arla/services to /etc/services
-and append ${PREFIX}/share/examples/arla/lkm.conf to /etc/lkm.conf.
-You also have to enable loading of lkms in /etc/rc.conf (set lkm to YES).
+to /etc/services and append:
-Start scripts for arlad are provided in ${PREFIX}/etc/rc.d/arlad.sh (for
-NetBSD prior to NetBSD-1.5) and ${PREFIX}/etc/rc.d/arlad (for NetBSD-1.5
-and later).
+ ${PREFIX}/share/examples/arla/lkm.conf
+to /etc/lkm.conf. You also have to enable loading of lkms in /etc/rc.conf
+(set lkm to YES).
===========================================================================