diff options
author | wennmach <wennmach@pkgsrc.org> | 2000-08-15 16:08:23 +0000 |
---|---|---|
committer | wennmach <wennmach@pkgsrc.org> | 2000-08-15 16:08:23 +0000 |
commit | 556282b81a43f437a0fe6c51b5d6ac1e6bf324a7 (patch) | |
tree | 974de7ee6ffae0cf9f7be7ffb218c3abcaa35567 /net/arla/pkg | |
parent | f50888d9e303cf458da3c92593d6b13341e6c7b4 (diff) | |
download | pkgsrc-556282b81a43f437a0fe6c51b5d6ac1e6bf324a7.tar.gz |
Update arla to 0.34.1.
arla-0.34.1 contains a new `bos' program, improves handling of
write-back of mmaped pages after close, more stability, bug fixes,
and, most notably, contains updates to the *BSD code.
Diffstat (limited to 'net/arla/pkg')
-rw-r--r-- | net/arla/pkg/PLIST | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/net/arla/pkg/PLIST b/net/arla/pkg/PLIST index f689db1a413..84f4719c319 100644 --- a/net/arla/pkg/PLIST +++ b/net/arla/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/06/08 15:56:28 wennmach Exp $ +@comment $NetBSD: PLIST,v 1.2 2000/08/15 16:08:27 wennmach Exp $ include/atypes.h include/fs_errors.h include/base64.h @@ -11,7 +11,6 @@ include/arla-roken.h include/lock.h include/preempt.h include/timer.h -include/lwp_asm.h include/rx/rx.h include/rx/rx_clock.h include/rx/rx_event.h @@ -43,6 +42,9 @@ include/ubik.ss.h include/bos.cs.h include/cellconfig.h include/auth.h +include/afs/cmd.h +@dirrm include/afs +include/lwp.h lib/libarla-roken.a lib/liblwp.a lib/librx.a @@ -60,6 +62,7 @@ lib/libko.a lib/libbufdir.a lib/librxkad.a lib/libarlalib.a +lib/libcmd.a lkm/xfs_mod.o @unexec /bin/rm -f %D/lkm/xfs_mod @dirrm lkm @@ -77,7 +80,10 @@ bin/fs bin/pts bin/udebug bin/vos +bin/rxdebug +bin/bos sbin/arlad +sbin/rxperf etc/CellServDB.default etc/ThisCell.default etc/arla.conf.default @@ -87,6 +93,10 @@ share/examples/arla/lkm.conf share/examples/arla/services share/examples/arla/fstab @dirrm share/examples/arla +man/man3/cmd.3 +@unexec install-info --delete %D/info/arla.info %D/info/dir +info/arla.info +@exec install-info %D/info/arla.info %D/info/dir @exec if [ ! -e @ARLA_CACHE@ ] ; then /bin/mkdir -p @ARLA_CACHE@; /bin/chmod 700 @ARLA_CACHE@; chown root @ARLA_CACHE@; fi @exec if [ ! -e /sbin/mount_xfs ]; then /bin/ln -s %D/bin/mount_xfs /sbin/mount_xfs; fi @exec if ! /usr/bin/grep xfs_mod /etc/lkm.conf 2>/dev/null 1>&2 ; then /bin/cat %D/share/examples/arla/lkm.conf >> /etc/lkm.conf; fi |