mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
cherokee: remove systemd build option (#1736)
This commit is contained in:
parent
a55032e931
commit
3eba053083
2 changed files with 1 additions and 17 deletions
|
@ -1,10 +0,0 @@
|
||||||
[Unit]
|
|
||||||
Description=Cherokee web server
|
|
||||||
After=syslog.target network.target
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
Type=forking
|
|
||||||
ExecStart=/usr/sbin/cherokee -d -C /etc/cherokee/cherokee.conf
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cherokee'
|
# Template file for 'cherokee'
|
||||||
pkgname=cherokee
|
pkgname=cherokee
|
||||||
version=1.2.104
|
version=1.2.104
|
||||||
revision=5
|
revision=6
|
||||||
wrksrc="webserver-${version}"
|
wrksrc="webserver-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sbindir=/usr/bin
|
configure_args="--sbindir=/usr/bin
|
||||||
|
@ -26,8 +26,6 @@ make_dirs="
|
||||||
/var/log/cherokee 0755 httpd httpd
|
/var/log/cherokee 0755 httpd httpd
|
||||||
/var/lib/cherokee/graphs/images 0755 httpd httpd"
|
/var/lib/cherokee/graphs/images 0755 httpd httpd"
|
||||||
|
|
||||||
build_options="systemd"
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
_args="--host=${XBPS_CROSS_TRIPLET}"
|
_args="--host=${XBPS_CROSS_TRIPLET}"
|
||||||
|
@ -43,10 +41,6 @@ post_install() {
|
||||||
|
|
||||||
# Install PAM configuration file
|
# Install PAM configuration file
|
||||||
vinstall pam.d_cherokee 644 etc/pam.d ${pkgname}
|
vinstall pam.d_cherokee 644 etc/pam.d ${pkgname}
|
||||||
|
|
||||||
if [ "$build_option_systemd" ]; then
|
|
||||||
vinstall ${FILESDIR}/${pkgname}.service 644 usr/lib/systemd/system
|
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
|
||||||
cherokee-devel_package() {
|
cherokee-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue