#!/bin/sh # # $FreeBSD$ # # Configure plgrenouille. # [ $# != 2 ] && exit 1 [ -z "${PKG_PREFIX}" ] && exit 1 PORTNAME=plgrenouille SPOOL_DIR=/var/spool/${PORTNAME} SPOOL_MODES=u+rw,go-rw SPOOL_USER=daemon case "$2" in POST-INSTALL) if [ ! -d ${SPOOL_DIR} ]; then mkdir -p ${SPOOL_DIR} && chmod ${SPOOL_MODES} ${SPOOL_DIR} && chown ${SPOOL_USER} ${SPOOL_DIR} fi [ -n "${BATCH}" ] && exit 0 [ -f ${PKG_PREFIX}/etc/rc.d/plgrenouille.sh ] && sh ${PKG_PREFIX}/etc/rc.d/plgrenouille.sh configure ;; POST-DEINSTALL) if [ -d ${SPOOL_DIR} ]; then rm -rf ${SPOOL_DIR} fi ;; esac exit 0 nk rel='vcs-git' href='https://phantom.tfcis.org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/news/sabnzbdplus
Commit message (Expand)AuthorAgeFilesLines
* Update to 2.3.2flo2018-01-213-7/+9
* Do not abuse INSTALL_MAN when installing documentation, examples, anddanfe2018-01-111-1/+1
* Convert Python ports to FLAVORS.mat2017-11-301-6/+6
* news/sabnzbdplus: Update to 2.3.0dbaio2017-09-233-7/+6
* * Updated to 2.2.1ultima2017-09-033-5/+18
* - Update SABnzbd to 2.1.0.tdb2017-06-133-8/+7
* UNRAR description is now available in bsd.options.desc.mkfeld2017-04-271-1/+0
* news/sabnzbdplus: Update to 1.2.3tdb2017-03-222-5/+5
* news/sabnzbdplus: Update to 1.2.1swills2017-02-282-11/+8
* - Update to 1.1.1amdmi32017-01-303-26/+23
* Fix character encoding issuesriggs2016-11-062-1/+2
* - Update to 1.1.0amdmi32016-09-233-30/+26
* news/sabnzbdplus: 1.0.2 -> 1.0.3pi2016-06-153-10/+11
* - No need to specify master site subdirectory when it's the same as defaultamdmi32016-05-181-1/+1
* news/sabnzbdplus: update 1.0.1 -> 1.0.2robak2016-05-173-3/+4
* news/sabnzbdplus: update 1.0.0 -> 1.0.1robak2016-05-042-3/+3
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-9/+9
* news/sabnzbdplus: Update to 1.0.0feld2016-03-184-152/+114
* news/sabnzbdplus: fix RUN_DEPENDSpi2016-03-131-3/+3
* news/sabnzbdplus: Revert removal of PATH in rc scriptfeld2016-03-102-1/+2
* news/sabnzbdplus: Port cleanupfeld2016-03-09