diff options
author | wennmach <wennmach@pkgsrc.org> | 2005-03-15 15:58:52 +0000 |
---|---|---|
committer | wennmach <wennmach@pkgsrc.org> | 2005-03-15 15:58:52 +0000 |
commit | 9f1c532d9b71873afe95eb95d0550d6c8fbe395a (patch) | |
tree | 8861d10442c9b9314085e82332ee85bc096292b1 /net/arla/MESSAGE | |
parent | 2043ed3d1c2a8ca0d55b71c7d5ecd8f47967db7b (diff) | |
download | pkgsrc-9f1c532d9b71873afe95eb95d0550d6c8fbe395a.tar.gz |
Update arla to 0.38. The update is necessary to support NetBSD-2.0.
The update during the pkgsrc freeze has been approved by <wiz>.
Two patches have been provided by <christos>.
Tested on NetBSD-1.6.1/i386 and NetBSD-2.0/i386.
Closes PR pkg/20906.
Diffstat (limited to 'net/arla/MESSAGE')
-rw-r--r-- | net/arla/MESSAGE | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/net/arla/MESSAGE b/net/arla/MESSAGE index 0a9f649145a..689dea88b69 100644 --- a/net/arla/MESSAGE +++ b/net/arla/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.4 2003/01/14 12:00:08 wennmach Exp $ +$NetBSD: MESSAGE,v 1.5 2005/03/15 15:58:52 wennmach Exp $ Arla now has been installed on your system. @@ -24,16 +24,15 @@ At a minimum, to configure an arla client, copy: ${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 (only on -NetBSD releases prior to 1.6): - - ${PREFIX}/share/examples/arla/services - -to /etc/services and append: +to ${PKG_SYSCONFDIR} and customize them, include an entry for nnpfs in your +/etc/fstab (see ${PREFIX}/share/examples/arla/fstab), 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). + +NOTE: Please note that the name of the arla device changed from "xfs" + to "nnpfs". If you're upgrading arla from an older version, you + need to adjust /etc/fstab, /etc/lkm.conf, and /etc/rc.d/arlad. =========================================================================== |