From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 18 May 2026 09:54:51 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wOsoN-0013NA-0j for lore@lore.pengutronix.de; Mon, 18 May 2026 09:54:51 +0200 Received: from [127.0.0.1] (helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wOsoM-0006Ua-DG; Mon, 18 May 2026 09:54:50 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wOsnI-0002Vd-OJ; Mon, 18 May 2026 09:53:44 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wOsnI-000YRP-0O; Mon, 18 May 2026 09:53:44 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1wOsnI-00000000DE0-2gG2; Mon, 18 May 2026 09:53:44 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 18 May 2026 09:53:44 +0200 Message-ID: <20260518075344.50829-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260504121331.57729-6-t.scherer@eckelmann.de> References: <20260504121331.57729-6-t.scherer@eckelmann.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] daemonize: Remove after one year in staging X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Thorsten Scherer Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 44cc30471c2247ffbc0bd0db4034a4b3c213c32a. Michael [sent from post-receive hook] On Mon, 18 May 2026 09:53:44 +0200, Thorsten Scherer wrote: > Signed-off-by: Thorsten Scherer > Message-Id: <20260504121331.57729-6-t.scherer@eckelmann.de> > Signed-off-by: Michael Olbrich > > diff --git a/patches/daemonize-1.4/0001-install-to-DESTDIR.patch b/patches/daemonize-1.4/0001-install-to-DESTDIR.patch > deleted file mode 100644 > index 47ae86efc294..000000000000 > --- a/patches/daemonize-1.4/0001-install-to-DESTDIR.patch > +++ /dev/null > @@ -1,22 +0,0 @@ > -From: Michael Olbrich > -Date: Sat, 29 Oct 2011 19:06:44 +0200 > -Subject: [PATCH] install to DESTDIR > - > -Signed-off-by: Michael Olbrich > ---- > - Makefile.in | 2 +- > - 1 files changed, 1 insertions(+), 1 deletions(-) > - > -diff --git a/Makefile.in b/Makefile.in > -index 6fcb8f7..332c180 100644 > ---- a/Makefile.in > -+++ b/Makefile.in > -@@ -7,7 +7,7 @@ srcdir = @srcdir@ > - VPATH = @srcdir@ > - INSTALL_PREFIX = @prefix@ > - INSTALL = @INSTALL@ > --INSTALL_SBIN = $(INSTALL_PREFIX)/sbin > -+INSTALL_SBIN = $(DESTDIR)$(INSTALL_PREFIX)/sbin > - MISSING_SOURCES = @LOCAL_MISSING_SOURCES@ > - MISSING_OBJECTS = $(MISSING_SOURCES:.c=.o) > - CC = @CC@ > diff --git a/patches/daemonize-1.4/series b/patches/daemonize-1.4/series > deleted file mode 100644 > index d33187f187f8..000000000000 > --- a/patches/daemonize-1.4/series > +++ /dev/null > @@ -1,4 +0,0 @@ > -# generated by git-ptx-patches > -#tag:base --start-number 1 > -0001-install-to-DESTDIR.patch > -# 87df3dcdbb73338ca868e7df1c81e9a8 - git-ptx-patches magic > diff --git a/rules/daemonize.in b/rules/daemonize.in > deleted file mode 100644 > index 481cf5212e98..000000000000 > --- a/rules/daemonize.in > +++ /dev/null > @@ -1,15 +0,0 @@ > -## SECTION=staging > -## old section: > -### SECTION=shell_and_console > -config DAEMONIZE > - tristate > - prompt "daemonize" > - help > - Daemonize is a trivial utility that runs a command as a Unix > - daemon. See the project homepage for details: > - > - http://www.clapper.org/software/daemonize/ > - > - STAGING: remove in PTXdist 2026.03.0 > - Unmaintained in PTXdist, upstream dead and fails to build with > - current toolchains. > diff --git a/rules/daemonize.make b/rules/daemonize.make > deleted file mode 100644 > index 01feec69e74d..000000000000 > --- a/rules/daemonize.make > +++ /dev/null > @@ -1,58 +0,0 @@ > -# -*-makefile-*- > -# > -# Copyright (C) 2006 by Robert Schwebel > -# > -# For further information about the PTXdist project and license conditions > -# see the README file. > -# > - > -# > -# We provide this package > -# > -PACKAGES-$(PTXCONF_DAEMONIZE) += daemonize > - > -# > -# Paths and names > -# > -DAEMONIZE_VERSION := 1.4 > -DAEMONIZE_MD5 := 83e518f5b333f8f0ee57c8751fbe97a1 > -DAEMONIZE := daemonize-$(DAEMONIZE_VERSION) > -DAEMONIZE_SUFFIX := tar.gz > -DAEMONIZE_URL := http://www.pengutronix.de/software/ptxdist/temporary-src/$(DAEMONIZE).$(DAEMONIZE_SUFFIX) > -DAEMONIZE_SOURCE := $(SRCDIR)/$(DAEMONIZE).$(DAEMONIZE_SUFFIX) > -DAEMONIZE_DIR := $(BUILDDIR)/$(DAEMONIZE) > -DAEMONIZE_LICENSE := GPL-2.0-only > -DAEMONIZE_LICENSE_FILES := file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f > - > - > -# ---------------------------------------------------------------------------- > -# Prepare > -# ---------------------------------------------------------------------------- > - > -# > -# autoconf > -# > -DAEMONIZE_CONF_TOOL := autoconf > -DAEMONIZE_CONF_OPT := $(CROSS_AUTOCONF_USR) > - > -# ---------------------------------------------------------------------------- > -# Target-Install > -# ---------------------------------------------------------------------------- > - > -$(STATEDIR)/daemonize.targetinstall: > - @$(call targetinfo) > - > - @$(call install_init, daemonize) > - @$(call install_fixup, daemonize,PRIORITY,optional) > - @$(call install_fixup, daemonize,SECTION,base) > - @$(call install_fixup, daemonize,AUTHOR,"Robert Schwebel ") > - @$(call install_fixup, daemonize,DESCRIPTION,missing) > - > - @$(call install_copy, daemonize, 0, 0, 0755, -, \ > - /usr/sbin/daemonize) > - > - @$(call install_finish, daemonize) > - > - @$(call touch) > - > -# vim: syntax=make