pkgsrc-wip/tor-dev/INSTALL
Christian St 17c977842a Import tor-0.2.1.2 as wip/tor-dev.
This is the unstable/alpha version of net/tor.
2008-08-01 22:57:08 +00:00

15 lines
303 B
Text

#!@SH@
#
# $NetBSD: INSTALL,v 1.1.1.1 2008/08/01 22:57:08 athaba Exp $
PKG_HOME="@PKG_HOME@"
TOR_USER="@TOR_USER@"
TOR_GROUP="@TOR_GROUP@"
case "${STAGE}" in
PRE-INSTALL)
${MKDIR} ${PKG_SYSCONFDIR}/tor
${MKDIR} -m 0700 ${PKG_HOME}
${CHOWN} ${TOR_USER}:${TOR_GROUP} ${PKG_HOME}
;;
esac