mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
inetutils: remove leftover systemd support (#1736)
This commit is contained in:
parent
0310617efa
commit
2fe521bec7
2 changed files with 1 additions and 14 deletions
|
@ -1,10 +0,0 @@
|
||||||
[Unit]
|
|
||||||
Description=FTPD Daemon
|
|
||||||
After=network.target
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
ExecStart=/usr/sbin/ftpd -D
|
|
||||||
Type=forking
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'inetutils'
|
# Template file for 'inetutils'
|
||||||
pkgname=inetutils
|
pkgname=inetutils
|
||||||
version=1.9.4
|
version=1.9.4
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-wrap --with-pam"
|
configure_args="--without-wrap --with-pam"
|
||||||
makedepends="pam-devel readline-devel"
|
makedepends="pam-devel readline-devel"
|
||||||
|
@ -70,9 +70,6 @@ inetutils-ftp_package() {
|
||||||
vman man/ftp.1
|
vman man/ftp.1
|
||||||
vbin ftpd/ftpd
|
vbin ftpd/ftpd
|
||||||
vman man/ftpd.8
|
vman man/ftpd.8
|
||||||
if [ "$build_option_systemd" ]; then
|
|
||||||
vinstall ${FILESDIR}/ftpd.service 644 usr/lib/systemd/system
|
|
||||||
fi
|
|
||||||
# TODO: write etc/inet.d/ftp.conf or add an etc/inetd.conf line
|
# TODO: write etc/inet.d/ftp.conf or add an etc/inetd.conf line
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue