From ca89a235067f3328ceaa3c7a0a5bb599aaa4b428 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Sun, 10 Jun 2012 21:46:47 +0000 Subject: atftp: move systemd support to meta-systemd MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- meta-oe/recipes-extended/atftp/atftp_0.7.bb | 10 +++------- meta-oe/recipes-extended/atftp/files/atftpd.service | 10 ---------- 2 files changed, 3 insertions(+), 17 deletions(-) delete mode 100644 meta-oe/recipes-extended/atftp/files/atftpd.service (limited to 'meta-oe') diff --git a/meta-oe/recipes-extended/atftp/atftp_0.7.bb b/meta-oe/recipes-extended/atftp/atftp_0.7.bb index 1af4b63294..ff1e11dcfa 100644 --- a/meta-oe/recipes-extended/atftp/atftp_0.7.bb +++ b/meta-oe/recipes-extended/atftp/atftp_0.7.bb @@ -3,19 +3,15 @@ SECTION = "network" HOMEPAGE = "http://packages.debian.org/atftp" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://LICENSE;md5=94d55d512a9ba36caa9b7df079bae19f" -PR = "r3" +PR = "r4" SRC_URI = "${DEBIAN_MIRROR}/main/a/atftp/atftp_${PV}.dfsg.orig.tar.gz;name=archive \ ${DEBIAN_MIRROR}/main/a/atftp/atftp_${PV}.dfsg-11.diff.gz;name=patch \ - file://atftpd.init \ - file://atftpd.service" + file://atftpd.init" S = "${WORKDIR}/atftp-${PV}.dfsg" -inherit autotools update-rc.d systemd useradd - -SYSTEMD_PACKAGES = "atftpd-systemd" -SYSTEMD_SERVICE_atftpd-systemd = "atftpd.service" +inherit autotools update-rc.d useradd INITSCRIPT_PACKAGES = "${PN}d" INITSCRIPT_NAME_${PN}d = "atftpd" diff --git a/meta-oe/recipes-extended/atftp/files/atftpd.service b/meta-oe/recipes-extended/atftp/files/atftpd.service deleted file mode 100644 index 480bc702e9..0000000000 --- a/meta-oe/recipes-extended/atftp/files/atftpd.service +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=Advanced TFTP Server -After=syslog.target network.target - -[Service] -Type=forking -ExecStart=/usr/sbin/atftpd --daemon --port 69 - -[Install] -WantedBy=multi-user.target -- cgit v1.2.3-54-g00ecf