eb597e7e34
- Install configuration files in the example directory. - Use CONF_FILES to place configuration files in PKG_SYSCONFDIR. - Honour PKG_SYSCONFDIR. - Use RCD_SCRIPTS to handle the rc.d script file. As a result, bump PKGREVISION to 1.
55 lines
1.3 KiB
Text
55 lines
1.3 KiB
Text
# $NetBSD: HEADER,v 1.1 2003/07/30 10:53:00 jmmv Exp $
|
|
|
|
EGDIR="${PKG_PREFIX}/share/examples/zephyr"
|
|
|
|
for f in \
|
|
acl/class-registry.acl \
|
|
acl/iui-filsrv.acl \
|
|
acl/iui-hm_ctl.acl \
|
|
acl/iui-hm_stat.acl \
|
|
acl/iui-login.acl \
|
|
acl/iui-operations.acl \
|
|
acl/iui-ops.acl \
|
|
acl/iui-user_locate.acl \
|
|
acl/iui-wg_ctl.acl \
|
|
acl/iui-zephyr_admin.acl \
|
|
acl/iui-zephyr_ctl.acl \
|
|
acl/iui-zmatch_all.acl \
|
|
acl/iws-filsrv.acl \
|
|
acl/iws-hm_ctl.acl \
|
|
acl/iws-hm_stat.acl \
|
|
acl/iws-login.acl \
|
|
acl/iws-operations.acl \
|
|
acl/iws-ops.acl \
|
|
acl/iws-user_locate.acl \
|
|
acl/iws-wg_ctl.acl \
|
|
acl/iws-zephyr_admin.acl \
|
|
acl/iws-zephyr_ctl.acl \
|
|
acl/iws-zmatch_all.acl \
|
|
acl/sub-filsrv.acl \
|
|
acl/sub-hm_ctl.acl \
|
|
acl/sub-hm_stat.acl \
|
|
acl/sub-login.acl \
|
|
acl/sub-operations.acl \
|
|
acl/sub-ops.acl \
|
|
acl/sub-user_locate.acl \
|
|
acl/sub-wg_ctl.acl \
|
|
acl/sub-zephyr_admin.acl \
|
|
acl/sub-zephyr_ctl.acl \
|
|
acl/sub-zmatch_all.acl \
|
|
acl/xmt-filsrv.acl \
|
|
acl/xmt-hm_ctl.acl \
|
|
acl/xmt-hm_stat.acl \
|
|
acl/xmt-login.acl \
|
|
acl/xmt-operations.acl \
|
|
acl/xmt-ops.acl \
|
|
acl/xmt-user_locate.acl \
|
|
acl/xmt-wg_ctl.acl \
|
|
acl/xmt-zephyr_admin.acl \
|
|
acl/xmt-zephyr_ctl.acl \
|
|
acl/xmt-zmatch_all.acl \
|
|
default.subscriptions \
|
|
zephyr.vars;
|
|
do
|
|
CONF_FILES="${CONF_FILES} ${EGDIR}/$f ${PKG_SYSCONFDIR}/$f"
|
|
done
|