2c977caa40
Too many changes, see changelog upstream: https://github.com/cfengine/core/blob/master/ChangeLog New dependencies - tokyocabinet *or* qdbm, support for optional MySQL or PostgreSQL bindings.
8 lines
211 B
Text
8 lines
211 B
Text
# $NetBSD: INSTALL,v 1.2 2013/02/17 16:15:42 fhajny Exp $
|
|
|
|
case ${STAGE} in
|
|
POST-INSTALL)
|
|
${LN} -sf @PKG_SYSCONFDIR@ @CFENGINE_DIR@/inputs
|
|
${LN} -sf @PREFIX@/sbin @CFENGINE_DIR@/bin
|
|
@PREFIX@/sbin/cf-key
|
|
esac
|