Thanks, applied as 44cc30471c2247ffbc0bd0db4034a4b3c213c32a.

Michael

[sent from post-receive hook]

On Mon, 18 May 2026 09:53:44 +0200, Thorsten Scherer <[email protected]> 
wrote:
> Signed-off-by: Thorsten Scherer <[email protected]>
> Message-Id: <[email protected]>
> Signed-off-by: Michael Olbrich <[email protected]>
> 
> 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 <[email protected]>
> -Date: Sat, 29 Oct 2011 19:06:44 +0200
> -Subject: [PATCH] install to DESTDIR
> -
> -Signed-off-by: Michael Olbrich <[email protected]>
> ----
> - 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 
> <[email protected]>")
> -     @$(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

Reply via email to