diff options
-rw-r--r-- | net/arla/Makefile | 6 | ||||
-rw-r--r-- | net/arla/pkg-plist | 5 |
2 files changed, 10 insertions, 1 deletions
diff --git a/net/arla/Makefile b/net/arla/Makefile index 816c7c7291e6..326e69d3daeb 100644 --- a/net/arla/Makefile +++ b/net/arla/Makefile @@ -23,6 +23,10 @@ BROKEN= requires kernel source .endif GNU_CONFIGURE= yes -MAN3= cmd.3 +MAN1= rxdebug.1 tokens.1 unlog.1 aklog.1 klog.1 fs.1 kalog.1 pts.1 \ + udebug.1 +MAN3= cmd.3 log_log.3 +MAN5= CellServDB.5 DynRootDB.5 ThisCell.5 SuidCells.5 +MAN8= mount_xfs.8 umount_xfs.8 arlad.8 arla-cli.8 vos.8 bos.8 .include <bsd.port.mk> diff --git a/net/arla/pkg-plist b/net/arla/pkg-plist index 82d6a7c6cc27..7686f5bd3ef7 100644 --- a/net/arla/pkg-plist +++ b/net/arla/pkg-plist @@ -1,6 +1,8 @@ +bin/aklog bin/amon bin/bos bin/fs +bin/kalog bin/klog bin/mk_cmds bin/pts @@ -21,6 +23,7 @@ etc/ThisCell.default @unexec if cmp -s %D/etc/arla.conf %D/etc/arla.conf.default; then rm -f %D/etc/arla.conf; fi etc/arla.conf.default include/afs/cmd.h +include/arlalib.h include/atypes.h include/auth.h include/base64.h @@ -37,6 +40,7 @@ include/fs_errors.h include/getarg.h include/hash.h include/heap.h +include/ka-procs.h include/list.h include/lock.h include/log.h @@ -96,6 +100,7 @@ lib/libsl.a lib/libss.a lib/libutil.a libexec/arlad +sbin/arla-cli sbin/rxperf sbin/mount_xfs sbin/startarla |