mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
rmilter: update to 1.8.6 (#4468)
Also enhance the start script. The rmilter default config places files under /run/rmilter.
This commit is contained in:
parent
11f69a3b2e
commit
c33a31ad55
2 changed files with 9 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
[ -r conf ] && . ./conf
|
[ -r conf ] && . ./conf
|
||||||
exec chpst -u rmilter:rmilter rmilter -n -c /etc/rmilter/rmilter.conf ${OPTS}
|
: ${RMILTERUSER:=rmilter}
|
||||||
|
: ${RMILTERGROUP:=rmilter}
|
||||||
|
if [ ! -d /run/rmilter ]; then
|
||||||
|
install -d -m 0755 -o $RMILTERUSER -g $RMILTERGROUP /run/rmilter
|
||||||
|
fi
|
||||||
|
exec chpst -u $RMILTERUSER:$RMILTERGROUP rmilter -n -c /etc/rmilter/rmilter.conf ${OPTS}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'rmilter'
|
# Template file for 'rmilter'
|
||||||
pkgname=rmilter
|
pkgname=rmilter
|
||||||
version=1.8.5
|
version=1.8.6
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DMILTER_USER=rmilter -DSBINDIR=/usr/bin"
|
configure_args="-DMILTER_USER=rmilter -DSBINDIR=/usr/bin"
|
||||||
hostmakedepends="pkg-config bison flex"
|
hostmakedepends="pkg-config bison flex"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="John Regan <john@jrjrtech.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="https://github.com/vstakhov/rmilter"
|
homepage="https://github.com/vstakhov/rmilter"
|
||||||
distfiles="$homepage/archive/${version}.tar.gz"
|
distfiles="$homepage/archive/${version}.tar.gz"
|
||||||
checksum=e9e1b3c724aa7d9e43f899ad0dbb367d37945e48b742b89188e1a1c256be318f
|
checksum=dd00e10a6c5e2a7682bd81155f8cb09fbdbed0416e1c7ccc955a4338c85f144f
|
||||||
system_accounts="rmilter"
|
system_accounts="rmilter"
|
||||||
rmilter_homedir="/var/lib/rmilter"
|
rmilter_homedir="/var/lib/rmilter"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue