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'
|
||||
pkgname=inetutils
|
||||
version=1.9.4
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-wrap --with-pam"
|
||||
makedepends="pam-devel readline-devel"
|
||||
|
@ -70,9 +70,6 @@ inetutils-ftp_package() {
|
|||
vman man/ftp.1
|
||||
vbin ftpd/ftpd
|
||||
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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue