Devuan logs - #887, boring messages


Message sent to devuan-bugs@lists.dyne.org, devuan-dev@lists.dyne.org:


X-Loop: owner@bugs.devuan.org
Subject: bug#887: orphan-sysvinit-scripts: Confusing nftables startup message
Reply-To: Peter Boughton <debian_issues@sorcerersisle.com>, 887@bugs.devuan.org
Resent-From: Peter Boughton <debian_issues@sorcerersisle.com>
Resent-To: devuan-bugs@lists.dyne.org
Resent-CC: devuan-dev@lists.dyne.org
X-Loop: owner@bugs.devuan.org
Resent-Date: Wed, 09 Apr 2025 17:32:01 +0000
Resent-Message-ID: <handler.887.B.174421980711136@bugs.devuan.org>
Resent-Sender: owner@bugs.devuan.org
X-Devuan-PR-Message: report 887
X-Devuan-PR-Package: orphan-sysvinit-scripts
X-Devuan-PR-Keywords: patch upstream
Received: via spool by submit@bugs.devuan.org id=B.174421980711136
          (code B); Wed, 09 Apr 2025 17:32:01 +0000
Received: (at submit) by bugs.devuan.org; 9 Apr 2025 17:30:07 +0000
Delivered-To: bugs@devuan.org
Received: from email.devuan.org [2a01:4f9:fff1:13::5fd9:f9e4]
	by doc.devuan.org with IMAP (fetchmail-6.4.16)
	for <debbugs@localhost> (single-drop); Wed, 09 Apr 2025 17:30:07 +0000 (UTC)
Received: from email.devuan.org
	by email.devuan.org with LMTP
	id JxZOEVKu9mfcdgAAmSBk0A
	(envelope-from <debian_issues@sorcerersisle.com>)
	for <bugs@devuan.org>; Wed, 09 Apr 2025 17:28:50 +0000
Received: by email.devuan.org (Postfix, from userid 109)
	id 1B128173; Wed,  9 Apr 2025 17:28:49 +0000 (UTC)
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on email.devuan.org
X-Spam-Level: 
X-Spam-Status: No, score=-0.0 required=5.0 tests=SPF_PASS,T_SCC_BODY_TEXT_LINE
	autolearn=ham autolearn_force=no version=3.4.6
Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=94.76.216.202; helo=one.hybridchill.com; envelope-from=debian_issues@sorcerersisle.com; receiver=<UNKNOWN> 
Received: from one.hybridchill.com (one.hybridchill.com [94.76.216.202])
	by email.devuan.org (Postfix) with ESMTPS id CC34A37
	for <submit@bugs.devuan.org>; Wed,  9 Apr 2025 17:28:46 +0000 (UTC)
Received: from 92.40.175.231.threembb.co.uk ([92.40.175.231]:59686 helo=[127.0.1.1])
	by one.hybridchill.com with esmtpsa  (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
	(Exim 4.96.2)
	(envelope-from <debian_issues@sorcerersisle.com>)
	id 1u2ZEG-0000Dq-0k;
	Wed, 09 Apr 2025 18:28:45 +0100
Content-Type: multipart/mixed; boundary="===============7582750137342598054=="
MIME-Version: 1.0
From: Peter Boughton <debian_issues@sorcerersisle.com>
To: Devuan Bug Tracking System <submit@bugs.devuan.org>
Message-ID: <174421975598.17159.17158049295651005776.reportbug@thunder>
X-Mailer: reportbug 7.10.3+devuan1
Date: Wed, 09 Apr 2025 18:29:15 +0100
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - one.hybridchill.com
X-AntiAbuse: Original Domain - bugs.devuan.org
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - sorcerersisle.com
X-Get-Message-Sender-Via: one.hybridchill.com: authenticated_id: debian@sorcerersisle.com
X-Authenticated-Sender: one.hybridchill.com: debian@sorcerersisle.com
X-Source: 
X-Source-Args: 
X-Source-Dir: 

This is a multi-part MIME message sent by reportbug.


--===============7582750137342598054==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: orphan-sysvinit-scripts
Version: 0.07
Severity: minor
Tags: patch upstream

Dear Maintainer,

The current nftables script displays "Starting nftables: none" when
booting.

This is due to having the name as a description and no name variable.

The attached patch resolves this.

Thanks,

Peter Boughton

--===============7582750137342598054==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="0001-Fix-name-and-desc-for-nftables-init-script.patch"

From 2cfa9efd9038be265a27b667b3f5b8ee63c50dda Mon Sep 17 00:00:00 2001
From: Peter Boughton <debian@sorcerersisle.com>
Date: Wed, 9 Apr 2025 17:12:19 +0100
Subject: [PATCH] Fix name and desc for nftables init script.

This resolves confusing "Starting nftables: none" being displayed on startup.
---
 scripts/nftables | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/scripts/nftables b/scripts/nftables
index ed36eb5..7dc439b 100755
--- a/scripts/nftables
+++ b/scripts/nftables
@@ -16,7 +16,8 @@ fi
 
 # Author: Carsten Leonhardt <leo@debian.org>
 
-DESC="nftables"
+DESC="netfilter firewall"
+NAME="nftables"
 DAEMON=none
 PIDFILE=none
 NFT=/usr/sbin/nft
-- 
2.30.2


--===============7582750137342598054==--

Message sent:


Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-Mailer: MIME-tools 5.509 (Entity 5.509)
Content-Type: text/plain; charset=utf-8
X-Loop: owner@bugs.devuan.org
From: "Devuan bug Tracking System" <owner@bugs.devuan.org>
To: Peter Boughton <debian_issues@sorcerersisle.com>
Subject: bug#887: Acknowledgement (orphan-sysvinit-scripts: Confusing
 nftables startup message)
Message-ID: <handler.887.B.174421980711136.ack@bugs.devuan.org>
References: <174421975598.17159.17158049295651005776.reportbug@thunder>
X-Devuan-PR-Message: ack 887
X-Devuan-PR-Package: orphan-sysvinit-scripts
X-Devuan-PR-Keywords: patch upstream
Reply-To: 887@bugs.devuan.org
Date: Wed, 09 Apr 2025 17:32:03 +0000

Thank you for filing a new bug report with Devuan.

You can follow progress on this bug here: 887: https://bugs.devuan.org/cgi/=
bugreport.cgi?bug=3D887.

This is an automatically generated reply to let you know your message
has been received.

Your message is being forwarded to the package maintainers and other
interested parties for their attention; they will reply in due course.

Your message has been sent to the package maintainer(s):
 devuan-dev@lists.dyne.org

If you wish to submit further information on this problem, please
send it to 887@bugs.devuan.org.

Please do not send mail to owner@bugs.devuan.org unless you wish
to report a problem with the Bug-tracking system.

--=20
887: https://bugs.devuan.org/cgi/bugreport.cgi?bug=3D887
Devuan Bug Tracking System
Contact owner@bugs.devuan.org with problems

Message sent to devuan-bugs@lists.dyne.org, devuan-dev@lists.dyne.org:


X-Loop: owner@bugs.devuan.org
Subject: bug#887: orphan-sysvinit-scripts: Confusing nftables startup message
Reply-To: Mark Hindley <mark@hindley.org.uk>, 887@bugs.devuan.org
Resent-From: Mark Hindley <mark@hindley.org.uk>
Resent-To: devuan-bugs@lists.dyne.org
Resent-CC: devuan-dev@lists.dyne.org
X-Loop: owner@bugs.devuan.org
Resent-Date: Wed, 09 Apr 2025 19:20:01 +0000
Resent-Message-ID: <handler.887.B887.174422637627050@bugs.devuan.org>
Resent-Sender: owner@bugs.devuan.org
X-Devuan-PR-Message: followup 887
X-Devuan-PR-Package: orphan-sysvinit-scripts
X-Devuan-PR-Keywords: patch upstream
References: <174421975598.17159.17158049295651005776.reportbug@thunder> <174421975598.17159.17158049295651005776.reportbug@thunder>
Received: via spool by 887-submit@bugs.devuan.org id=B887.174422637627050
          (code B ref 887); Wed, 09 Apr 2025 19:20:01 +0000
Received: (at 887) by bugs.devuan.org; 9 Apr 2025 19:19:36 +0000
Delivered-To: bugs@devuan.org
Received: from email.devuan.org [2a01:4f9:fff1:13::5fd9:f9e4]
	by doc.devuan.org with IMAP (fetchmail-6.4.16)
	for <debbugs@localhost> (single-drop); Wed, 09 Apr 2025 19:19:36 +0000 (UTC)
Received: from email.devuan.org
	by email.devuan.org with LMTP
	id GDL/KyHI9mcrewAAmSBk0A
	(envelope-from <mark@hindley.org.uk>)
	for <bugs@devuan.org>; Wed, 09 Apr 2025 19:18:57 +0000
Received: by email.devuan.org (Postfix, from userid 109)
	id 82EFB173; Wed,  9 Apr 2025 19:18:57 +0000 (UTC)
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on email.devuan.org
X-Spam-Level: 
X-Spam-Status: No, score=0.4 required=5.0 tests=RDNS_DYNAMIC,SPF_PASS,
	T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6
Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=193.36.131.86; helo=mx.hindley.org.uk; envelope-from=mark@hindley.org.uk; receiver=<UNKNOWN> 
Received: from mx.hindley.org.uk (193-36-131-86.cfwn.uk [193.36.131.86])
	by email.devuan.org (Postfix) with ESMTPS id E834B37
	for <887@bugs.devuan.org>; Wed,  9 Apr 2025 19:18:56 +0000 (UTC)
Received: from hindley.org.uk (apollo.hindleynet [192.168.1.3])
	by mx.hindley.org.uk (Postfix) with SMTP id C5AD4214;
	Wed,  9 Apr 2025 20:18:55 +0100 (BST)
Received: (nullmailer pid 5067 invoked by uid 1000);
	Wed, 09 Apr 2025 19:18:55 -0000
Date: Wed, 9 Apr 2025 20:18:55 +0100
From: Mark Hindley <mark@hindley.org.uk>
To: Peter Boughton <debian_issues@sorcerersisle.com>, 887@bugs.devuan.org
Message-ID: <Z_bIH7zk7Mi8MM6J@hindley.org.uk>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <174421975598.17159.17158049295651005776.reportbug@thunder>

Control: tags -1 debian

Peter,

Thanks for this.

On Wed, Apr 09, 2025 at 06:29:15PM +0100, Peter Boughton wrote:
> Package: orphan-sysvinit-scripts

Src:orphan-sysvinit-scripts isn't forked in Devuan and we use the Debian
packages directly. PLease report this to Debian's BTS. I am Sure Matthew Vernon
will accept your patch.

Mark

Message received at 887@bugs.devuan.org:


Received: (at 887) by bugs.devuan.org; 9 Apr 2025 19:19:36 +0000
Return-Path: <mark@hindley.org.uk>
Delivered-To: bugs@devuan.org
Received: from email.devuan.org [2a01:4f9:fff1:13::5fd9:f9e4]
	by doc.devuan.org with IMAP (fetchmail-6.4.16)
	for <debbugs@localhost> (single-drop); Wed, 09 Apr 2025 19:19:36 +0000 (UTC)
Received: from email.devuan.org
	by email.devuan.org with LMTP
	id GDL/KyHI9mcrewAAmSBk0A
	(envelope-from <mark@hindley.org.uk>)
	for <bugs@devuan.org>; Wed, 09 Apr 2025 19:18:57 +0000
Received: by email.devuan.org (Postfix, from userid 109)
	id 82EFB173; Wed,  9 Apr 2025 19:18:57 +0000 (UTC)
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on email.devuan.org
X-Spam-Level: 
X-Spam-Status: No, score=0.4 required=5.0 tests=RDNS_DYNAMIC,SPF_PASS,
	T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6
Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=193.36.131.86; helo=mx.hindley.org.uk; envelope-from=mark@hindley.org.uk; receiver=<UNKNOWN> 
Received: from mx.hindley.org.uk (193-36-131-86.cfwn.uk [193.36.131.86])
	by email.devuan.org (Postfix) with ESMTPS id E834B37
	for <887@bugs.devuan.org>; Wed,  9 Apr 2025 19:18:56 +0000 (UTC)
Received: from hindley.org.uk (apollo.hindleynet [192.168.1.3])
	by mx.hindley.org.uk (Postfix) with SMTP id C5AD4214;
	Wed,  9 Apr 2025 20:18:55 +0100 (BST)
Received: (nullmailer pid 5067 invoked by uid 1000);
	Wed, 09 Apr 2025 19:18:55 -0000
Date: Wed, 9 Apr 2025 20:18:55 +0100
From: Mark Hindley <mark@hindley.org.uk>
To: Peter Boughton <debian_issues@sorcerersisle.com>, 887@bugs.devuan.org
Subject: Re: bug#887: orphan-sysvinit-scripts: Confusing nftables startup
 message
Message-ID: <Z_bIH7zk7Mi8MM6J@hindley.org.uk>
References: <174421975598.17159.17158049295651005776.reportbug@thunder>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <174421975598.17159.17158049295651005776.reportbug@thunder>
X-Debbugs-No-Ack: No Thanks

Control: tags -1 debian

Peter,

Thanks for this.

On Wed, Apr 09, 2025 at 06:29:15PM +0100, Peter Boughton wrote:
> Package: orphan-sysvinit-scripts

Src:orphan-sysvinit-scripts isn't forked in Devuan and we use the Debian
packages directly. PLease report this to Debian's BTS. I am Sure Matthew Vernon
will accept your patch.

Mark

Message sent to devuan-bugs@lists.dyne.org, devuan-dev@lists.dyne.org:


X-Loop: owner@bugs.devuan.org
Subject: bug#887: orphan-sysvinit-scripts: Confusing nftables startup message
Reply-To: debian_issues@sorcerersisle.com, 887@bugs.devuan.org
Resent-From: Peter Boughton <debian_issues@sorcerersisle.com>
Resent-To: devuan-bugs@lists.dyne.org
Resent-CC: devuan-dev@lists.dyne.org
X-Loop: owner@bugs.devuan.org
Resent-Date: Wed, 09 Apr 2025 22:22:01 +0000
Resent-Message-ID: <handler.887.B887.174423726618447@bugs.devuan.org>
Resent-Sender: owner@bugs.devuan.org
X-Devuan-PR-Message: followup 887
X-Devuan-PR-Package: orphan-sysvinit-scripts
X-Devuan-PR-Keywords: patch upstream debian
References: <174421975598.17159.17158049295651005776.reportbug@thunder> <Z_bIH7zk7Mi8MM6J@hindley.org.uk> <174421975598.17159.17158049295651005776.reportbug@thunder>
Received: via spool by 887-submit@bugs.devuan.org id=B887.174423726618447
          (code B ref 887); Wed, 09 Apr 2025 22:22:01 +0000
Received: (at 887) by bugs.devuan.org; 9 Apr 2025 22:21:06 +0000
Delivered-To: bugs@devuan.org
Received: from email.devuan.org [2a01:4f9:fff1:13::5fd9:f9e4]
	by doc.devuan.org with IMAP (fetchmail-6.4.16)
	for <debbugs@localhost> (single-drop); Wed, 09 Apr 2025 22:21:06 +0000 (UTC)
Received: from email.devuan.org
	by email.devuan.org with LMTP
	id 6kL1EH7y9mfWBAAAmSBk0A
	(envelope-from <debian_issues@sorcerersisle.com>)
	for <bugs@devuan.org>; Wed, 09 Apr 2025 22:19:42 +0000
Received: by email.devuan.org (Postfix, from userid 109)
	id 134AF5E; Wed,  9 Apr 2025 22:19:41 +0000 (UTC)
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on email.devuan.org
X-Spam-Level: ***
X-Spam-Status: No, score=3.5 required=5.0 tests=RCVD_IN_SBL_CSS,SPF_PASS,
	T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6
Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=94.76.216.202; helo=one.hybridchill.com; envelope-from=debian_issues@sorcerersisle.com; receiver=<UNKNOWN> 
Received: from one.hybridchill.com (one.hybridchill.com [94.76.216.202])
	by email.devuan.org (Postfix) with ESMTPS id 1C4FC4B
	for <887@bugs.devuan.org>; Wed,  9 Apr 2025 22:19:40 +0000 (UTC)
Received: from 92.40.175.220.threembb.co.uk ([92.40.175.220]:36779 helo=[192.168.14.239])
	by one.hybridchill.com with esmtpsa  (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
	(Exim 4.96.2)
	(envelope-from <debian_issues@sorcerersisle.com>)
	id 1u2dln-0002ao-1o;
	Wed, 09 Apr 2025 23:19:40 +0100
To: Mark Hindley <mark@hindley.org.uk>, 887@bugs.devuan.org
From: Peter Boughton <debian_issues@sorcerersisle.com>
Message-ID: <0447a742-fedf-8521-356e-930d8ae9944d@sorcerersisle.com>
Date: Wed, 9 Apr 2025 23:18:27 +0100
MIME-Version: 1.0
In-Reply-To: <Z_bIH7zk7Mi8MM6J@hindley.org.uk>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-GB
Content-Transfer-Encoding: 7bit
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - one.hybridchill.com
X-AntiAbuse: Original Domain - bugs.devuan.org
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - sorcerersisle.com
X-Get-Message-Sender-Via: one.hybridchill.com: authenticated_id: debian@sorcerersisle.com
X-Authenticated-Sender: one.hybridchill.com: debian@sorcerersisle.com
X-Source: 
X-Source-Args: 
X-Source-Dir: 

Apologies Mark, it was my intention to send to Debian, but was my first 
time using reportbug and I thought I had seen logic that was going to 
prompt me for which bug tracker to send to.

I've just resubmitted with an explicit --bts=debian and it has gone to 
the right place this time. https://bugs.debian.org/1102524

I assume this Devuan bug can now be closed/discarded?

Message sent:


Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-Mailer: MIME-tools 5.509 (Entity 5.509)
Content-Type: text/plain; charset=utf-8
X-Loop: owner@bugs.devuan.org
From: "Devuan bug Tracking System" <owner@bugs.devuan.org>
To: debian_issues@sorcerersisle.com
Subject: bug#887: Info received (bug#887: orphan-sysvinit-scripts:
 Confusing nftables startup message)
Message-ID: <handler.887.B887.174423726618447.ackinfo@bugs.devuan.org>
References: <0447a742-fedf-8521-356e-930d8ae9944d@sorcerersisle.com>
X-Devuan-PR-Message: ack-info 887
X-Devuan-PR-Package: orphan-sysvinit-scripts
X-Devuan-PR-Keywords: patch upstream debian
Reply-To: 887@bugs.devuan.org
Date: Wed, 09 Apr 2025 22:22:02 +0000

Thank you for the additional information you have supplied regarding
this bug report.

This is an automatically generated reply to let you know your message
has been received.

Your message is being forwarded to the package maintainers and other
interested parties for their attention; they will reply in due course.

Your message has been sent to the package maintainer(s):
 devuan-dev@lists.dyne.org

If you wish to submit further information on this problem, please
send it to 887@bugs.devuan.org.

Please do not send mail to owner@bugs.devuan.org unless you wish
to report a problem with the Bug-tracking system.

--=20
887: https://bugs.devuan.org/cgi/bugreport.cgi?bug=3D887
Devuan Bug Tracking System
Contact owner@bugs.devuan.org with problems

Message sent to devuan-bugs@lists.dyne.org, devuan-dev@lists.dyne.org:


X-Loop: owner@bugs.devuan.org
Subject: bug#887: orphan-sysvinit-scripts: Confusing nftables startup message
Reply-To: Mark Hindley <mark@hindley.org.uk>, 887@bugs.devuan.org
Resent-From: Mark Hindley <mark@hindley.org.uk>
Resent-To: devuan-bugs@lists.dyne.org
Resent-CC: devuan-dev@lists.dyne.org
X-Loop: owner@bugs.devuan.org
Resent-Date: Thu, 10 Apr 2025 07:08:01 +0000
Resent-Message-ID: <handler.887.B887.174426876324719@bugs.devuan.org>
Resent-Sender: owner@bugs.devuan.org
X-Devuan-PR-Message: followup 887
X-Devuan-PR-Package: orphan-sysvinit-scripts
X-Devuan-PR-Keywords: patch upstream debian
References: <174421975598.17159.17158049295651005776.reportbug@thunder> <Z_bIH7zk7Mi8MM6J@hindley.org.uk> <0447a742-fedf-8521-356e-930d8ae9944d@sorcerersisle.com> <174421975598.17159.17158049295651005776.reportbug@thunder>
Received: via spool by 887-submit@bugs.devuan.org id=B887.174426876324719
          (code B ref 887); Thu, 10 Apr 2025 07:08:01 +0000
Received: (at 887) by bugs.devuan.org; 10 Apr 2025 07:06:03 +0000
Delivered-To: bugs@devuan.org
Received: from email.devuan.org [2a01:4f9:fff1:13::5fd9:f9e4]
	by doc.devuan.org with IMAP (fetchmail-6.4.16)
	for <debbugs@localhost> (single-drop); Thu, 10 Apr 2025 07:06:03 +0000 (UTC)
Received: from email.devuan.org
	by email.devuan.org with LMTP
	id FDuALa1t92cBHgAAmSBk0A
	(envelope-from <mark@hindley.org.uk>)
	for <bugs@devuan.org>; Thu, 10 Apr 2025 07:05:17 +0000
Received: by email.devuan.org (Postfix, from userid 109)
	id 895A9585; Thu, 10 Apr 2025 07:05:17 +0000 (UTC)
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on email.devuan.org
X-Spam-Level: 
X-Spam-Status: No, score=0.4 required=5.0 tests=RDNS_DYNAMIC,SPF_PASS,
	T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6
Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=193.36.131.86; helo=mx.hindley.org.uk; envelope-from=mark@hindley.org.uk; receiver=<UNKNOWN> 
Received: from mx.hindley.org.uk (193-36-131-86.cfwn.uk [193.36.131.86])
	by email.devuan.org (Postfix) with ESMTPS id D35C64B
	for <887@bugs.devuan.org>; Thu, 10 Apr 2025 07:05:16 +0000 (UTC)
Received: from hindley.org.uk (apollo.hindleynet [192.168.1.3])
	by mx.hindley.org.uk (Postfix) with SMTP id 4A0F711D;
	Thu, 10 Apr 2025 08:05:15 +0100 (BST)
Received: (nullmailer pid 3075 invoked by uid 1000);
	Thu, 10 Apr 2025 07:05:14 -0000
Date: Thu, 10 Apr 2025 08:05:14 +0100
From: Mark Hindley <mark@hindley.org.uk>
To: Peter Boughton <debian_issues@sorcerersisle.com>
Cc: 887@bugs.devuan.org
Message-ID: <Z_dtqgecz1Pj7Bu_@hindley.org.uk>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <0447a742-fedf-8521-356e-930d8ae9944d@sorcerersisle.com>

Control: forwarded -1 https://bugs.debian.org/1102524
Control: tags -1 - upstream

Peter,

Thanks.

On Wed, Apr 09, 2025 at 11:18:27PM +0100, Peter Boughton wrote:
> Apologies Mark, it was my intention to send to Debian, but was my first time
> using reportbug and I thought I had seen logic that was going to prompt me
> for which bug tracker to send to.

No worries. For your information, automatically choosing the right BTS was
implemented around reportbug 11.4.0devuan2. It looks as if you might be on
chimaera?

> I've just resubmitted with an explicit --bts=debian and it has gone to the
> right place this time. https://bugs.debian.org/1102524
> 
> I assume this Devuan bug can now be closed/discarded?

I will link them and then it can be closed when it is fixed in Debian.

Mark

Message sent:


Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-Mailer: MIME-tools 5.509 (Entity 5.509)
Content-Type: text/plain; charset=utf-8
X-Loop: owner@bugs.devuan.org
From: "Devuan bug Tracking System" <owner@bugs.devuan.org>
To: Mark Hindley <mark@hindley.org.uk>
Subject: bug#887: Info received (bug#887: orphan-sysvinit-scripts:
 Confusing nftables startup message)
Message-ID: <handler.887.B887.174426876324719.ackinfo@bugs.devuan.org>
References: <Z_dtqgecz1Pj7Bu_@hindley.org.uk>
X-Devuan-PR-Message: ack-info 887
X-Devuan-PR-Package: orphan-sysvinit-scripts
X-Devuan-PR-Keywords: patch upstream debian
Reply-To: 887@bugs.devuan.org
Date: Thu, 10 Apr 2025 07:08:03 +0000

Thank you for the additional information you have supplied regarding
this bug report.

This is an automatically generated reply to let you know your message
has been received.

Your message is being forwarded to the package maintainers and other
interested parties for their attention; they will reply in due course.

Your message has been sent to the package maintainer(s):
 devuan-dev@lists.dyne.org

If you wish to submit further information on this problem, please
send it to 887@bugs.devuan.org.

Please do not send mail to owner@bugs.devuan.org unless you wish
to report a problem with the Bug-tracking system.

--=20
887: https://bugs.devuan.org/cgi/bugreport.cgi?bug=3D887
Devuan Bug Tracking System
Contact owner@bugs.devuan.org with problems

Message received at 887@bugs.devuan.org:


Received: (at 887) by bugs.devuan.org; 10 Apr 2025 07:06:03 +0000
Return-Path: <mark@hindley.org.uk>
Delivered-To: bugs@devuan.org
Received: from email.devuan.org [2a01:4f9:fff1:13::5fd9:f9e4]
	by doc.devuan.org with IMAP (fetchmail-6.4.16)
	for <debbugs@localhost> (single-drop); Thu, 10 Apr 2025 07:06:03 +0000 (UTC)
Received: from email.devuan.org
	by email.devuan.org with LMTP
	id FDuALa1t92cBHgAAmSBk0A
	(envelope-from <mark@hindley.org.uk>)
	for <bugs@devuan.org>; Thu, 10 Apr 2025 07:05:17 +0000
Received: by email.devuan.org (Postfix, from userid 109)
	id 895A9585; Thu, 10 Apr 2025 07:05:17 +0000 (UTC)
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on email.devuan.org
X-Spam-Level: 
X-Spam-Status: No, score=0.4 required=5.0 tests=RDNS_DYNAMIC,SPF_PASS,
	T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6
Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=193.36.131.86; helo=mx.hindley.org.uk; envelope-from=mark@hindley.org.uk; receiver=<UNKNOWN> 
Received: from mx.hindley.org.uk (193-36-131-86.cfwn.uk [193.36.131.86])
	by email.devuan.org (Postfix) with ESMTPS id D35C64B
	for <887@bugs.devuan.org>; Thu, 10 Apr 2025 07:05:16 +0000 (UTC)
Received: from hindley.org.uk (apollo.hindleynet [192.168.1.3])
	by mx.hindley.org.uk (Postfix) with SMTP id 4A0F711D;
	Thu, 10 Apr 2025 08:05:15 +0100 (BST)
Received: (nullmailer pid 3075 invoked by uid 1000);
	Thu, 10 Apr 2025 07:05:14 -0000
Date: Thu, 10 Apr 2025 08:05:14 +0100
From: Mark Hindley <mark@hindley.org.uk>
To: Peter Boughton <debian_issues@sorcerersisle.com>
Cc: 887@bugs.devuan.org
Subject: Re: bug#887: orphan-sysvinit-scripts: Confusing nftables startup
 message
Message-ID: <Z_dtqgecz1Pj7Bu_@hindley.org.uk>
References: <174421975598.17159.17158049295651005776.reportbug@thunder>
 <Z_bIH7zk7Mi8MM6J@hindley.org.uk>
 <0447a742-fedf-8521-356e-930d8ae9944d@sorcerersisle.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <0447a742-fedf-8521-356e-930d8ae9944d@sorcerersisle.com>

Control: forwarded -1 https://bugs.debian.org/1102524
Control: tags -1 - upstream

Peter,

Thanks.

On Wed, Apr 09, 2025 at 11:18:27PM +0100, Peter Boughton wrote:
> Apologies Mark, it was my intention to send to Debian, but was my first time
> using reportbug and I thought I had seen logic that was going to prompt me
> for which bug tracker to send to.

No worries. For your information, automatically choosing the right BTS was
implemented around reportbug 11.4.0devuan2. It looks as if you might be on
chimaera?

> I've just resubmitted with an explicit --bts=debian and it has gone to the
> right place this time. https://bugs.debian.org/1102524
> 
> I assume this Devuan bug can now be closed/discarded?

I will link them and then it can be closed when it is fixed in Debian.

Mark

Message received at 887@bugs.devuan.org:


Received: (at 887) by bugs.devuan.org; 10 Apr 2025 07:06:03 +0000
Return-Path: <mark@hindley.org.uk>
Delivered-To: bugs@devuan.org
Received: from email.devuan.org [2a01:4f9:fff1:13::5fd9:f9e4]
	by doc.devuan.org with IMAP (fetchmail-6.4.16)
	for <debbugs@localhost> (single-drop); Thu, 10 Apr 2025 07:06:03 +0000 (UTC)
Received: from email.devuan.org
	by email.devuan.org with LMTP
	id FDuALa1t92cBHgAAmSBk0A
	(envelope-from <mark@hindley.org.uk>)
	for <bugs@devuan.org>; Thu, 10 Apr 2025 07:05:17 +0000
Received: by email.devuan.org (Postfix, from userid 109)
	id 895A9585; Thu, 10 Apr 2025 07:05:17 +0000 (UTC)
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on email.devuan.org
X-Spam-Level: 
X-Spam-Status: No, score=0.4 required=5.0 tests=RDNS_DYNAMIC,SPF_PASS,
	T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6
Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=193.36.131.86; helo=mx.hindley.org.uk; envelope-from=mark@hindley.org.uk; receiver=<UNKNOWN> 
Received: from mx.hindley.org.uk (193-36-131-86.cfwn.uk [193.36.131.86])
	by email.devuan.org (Postfix) with ESMTPS id D35C64B
	for <887@bugs.devuan.org>; Thu, 10 Apr 2025 07:05:16 +0000 (UTC)
Received: from hindley.org.uk (apollo.hindleynet [192.168.1.3])
	by mx.hindley.org.uk (Postfix) with SMTP id 4A0F711D;
	Thu, 10 Apr 2025 08:05:15 +0100 (BST)
Received: (nullmailer pid 3075 invoked by uid 1000);
	Thu, 10 Apr 2025 07:05:14 -0000
Date: Thu, 10 Apr 2025 08:05:14 +0100
From: Mark Hindley <mark@hindley.org.uk>
To: Peter Boughton <debian_issues@sorcerersisle.com>
Cc: 887@bugs.devuan.org
Subject: Re: bug#887: orphan-sysvinit-scripts: Confusing nftables startup
 message
Message-ID: <Z_dtqgecz1Pj7Bu_@hindley.org.uk>
References: <174421975598.17159.17158049295651005776.reportbug@thunder>
 <Z_bIH7zk7Mi8MM6J@hindley.org.uk>
 <0447a742-fedf-8521-356e-930d8ae9944d@sorcerersisle.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <0447a742-fedf-8521-356e-930d8ae9944d@sorcerersisle.com>

Control: forwarded -1 https://bugs.debian.org/1102524
Control: tags -1 - upstream

Peter,

Thanks.

On Wed, Apr 09, 2025 at 11:18:27PM +0100, Peter Boughton wrote:
> Apologies Mark, it was my intention to send to Debian, but was my first time
> using reportbug and I thought I had seen logic that was going to prompt me
> for which bug tracker to send to.

No worries. For your information, automatically choosing the right BTS was
implemented around reportbug 11.4.0devuan2. It looks as if you might be on
chimaera?

> I've just resubmitted with an explicit --bts=debian and it has gone to the
> right place this time. https://bugs.debian.org/1102524
> 
> I assume this Devuan bug can now be closed/discarded?

I will link them and then it can be closed when it is fixed in Debian.

Mark

Message sent:


MIME-Version: 1.0
X-Mailer: MIME-tools 5.509 (Entity 5.509)
X-Loop: owner@bugs.devuan.org
From: "Devuan bug Tracking System" <owner@bugs.devuan.org>
To: Mark Hindley <mark@hindley.org.uk>
Subject: bug#887: marked as done (orphan-sysvinit-scripts: Confusing
 nftables startup message)
Message-ID: <handler.887.D887.174428560330767.ackdone@bugs.devuan.org>
References: <Z_evXWsPnXMSsBYO@hindley.org.uk>
 <174421975598.17159.17158049295651005776.reportbug@thunder>
X-Devuan-PR-Message: closed 887
X-Devuan-PR-Package: orphan-sysvinit-scripts
X-Devuan-PR-Keywords: debian patch
Reply-To: 887@bugs.devuan.org
Date: Thu, 10 Apr 2025 11:48:01 +0000
Content-Type: multipart/mixed; boundary="----------=_1744285681-30793-0"

This is a multi-part message in MIME format...

------------=_1744285681-30793-0
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="utf-8"

Your message dated Thu, 10 Apr 2025 12:45:33 +0100
with message-id <Z_evXWsPnXMSsBYO@hindley.org.uk>
and subject line Fixed in Debian #1102524
has caused the Devuan bug report #887,
regarding orphan-sysvinit-scripts: Confusing nftables startup message
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.devuan.org
immediately.)


--=20
887: https://bugs.devuan.org/cgi/bugreport.cgi?bug=3D887
Devuan Bug Tracking System
Contact owner@bugs.devuan.org with problems

------------=_1744285681-30793-0
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

Received: (at submit) by bugs.devuan.org; 9 Apr 2025 17:30:07 +0000
Return-Path: <debian_issues@sorcerersisle.com>
Delivered-To: bugs@devuan.org
Received: from email.devuan.org [2a01:4f9:fff1:13::5fd9:f9e4]
	by doc.devuan.org with IMAP (fetchmail-6.4.16)
	for <debbugs@localhost> (single-drop); Wed, 09 Apr 2025 17:30:07 +0000 (UTC)
Received: from email.devuan.org
	by email.devuan.org with LMTP
	id JxZOEVKu9mfcdgAAmSBk0A
	(envelope-from <debian_issues@sorcerersisle.com>)
	for <bugs@devuan.org>; Wed, 09 Apr 2025 17:28:50 +0000
Received: by email.devuan.org (Postfix, from userid 109)
	id 1B128173; Wed,  9 Apr 2025 17:28:49 +0000 (UTC)
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on email.devuan.org
X-Spam-Level: 
X-Spam-Status: No, score=-0.0 required=5.0 tests=SPF_PASS,T_SCC_BODY_TEXT_LINE
	autolearn=ham autolearn_force=no version=3.4.6
Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=94.76.216.202; helo=one.hybridchill.com; envelope-from=debian_issues@sorcerersisle.com; receiver=<UNKNOWN> 
Received: from one.hybridchill.com (one.hybridchill.com [94.76.216.202])
	by email.devuan.org (Postfix) with ESMTPS id CC34A37
	for <submit@bugs.devuan.org>; Wed,  9 Apr 2025 17:28:46 +0000 (UTC)
Received: from 92.40.175.231.threembb.co.uk ([92.40.175.231]:59686 helo=[127.0.1.1])
	by one.hybridchill.com with esmtpsa  (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
	(Exim 4.96.2)
	(envelope-from <debian_issues@sorcerersisle.com>)
	id 1u2ZEG-0000Dq-0k;
	Wed, 09 Apr 2025 18:28:45 +0100
Content-Type: multipart/mixed; boundary="===============7582750137342598054=="
MIME-Version: 1.0
From: Peter Boughton <debian_issues@sorcerersisle.com>
To: Devuan Bug Tracking System <submit@bugs.devuan.org>
Subject: orphan-sysvinit-scripts: Confusing nftables startup message
Message-ID: <174421975598.17159.17158049295651005776.reportbug@thunder>
X-Mailer: reportbug 7.10.3+devuan1
Date: Wed, 09 Apr 2025 18:29:15 +0100
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - one.hybridchill.com
X-AntiAbuse: Original Domain - bugs.devuan.org
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - sorcerersisle.com
X-Get-Message-Sender-Via: one.hybridchill.com: authenticated_id: debian@sorcerersisle.com
X-Authenticated-Sender: one.hybridchill.com: debian@sorcerersisle.com
X-Source: 
X-Source-Args: 
X-Source-Dir: 

This is a multi-part MIME message sent by reportbug.


--===============7582750137342598054==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: orphan-sysvinit-scripts
Version: 0.07
Severity: minor
Tags: patch upstream

Dear Maintainer,

The current nftables script displays "Starting nftables: none" when
booting.

This is due to having the name as a description and no name variable.

The attached patch resolves this.

Thanks,

Peter Boughton

--===============7582750137342598054==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="0001-Fix-name-and-desc-for-nftables-init-script.patch"

From 2cfa9efd9038be265a27b667b3f5b8ee63c50dda Mon Sep 17 00:00:00 2001
From: Peter Boughton <debian@sorcerersisle.com>
Date: Wed, 9 Apr 2025 17:12:19 +0100
Subject: [PATCH] Fix name and desc for nftables init script.

This resolves confusing "Starting nftables: none" being displayed on startup.
---
 scripts/nftables | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/scripts/nftables b/scripts/nftables
index ed36eb5..7dc439b 100755
--- a/scripts/nftables
+++ b/scripts/nftables
@@ -16,7 +16,8 @@ fi
 
 # Author: Carsten Leonhardt <leo@debian.org>
 
-DESC="nftables"
+DESC="netfilter firewall"
+NAME="nftables"
 DAEMON=none
 PIDFILE=none
 NFT=/usr/sbin/nft
-- 
2.30.2


--===============7582750137342598054==--

------------=_1744285681-30793-0
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

Received: (at 887-done) by bugs.devuan.org; 10 Apr 2025 11:46:43 +0000
Return-Path: <mark@hindley.org.uk>
Delivered-To: bugs@devuan.org
Received: from email.devuan.org [2a01:4f9:fff1:13::5fd9:f9e4]
	by doc.devuan.org with IMAP (fetchmail-6.4.16)
	for <debbugs@localhost> (single-drop); Thu, 10 Apr 2025 11:46:43 +0000 (UTC)
Received: from email.devuan.org
	by email.devuan.org with LMTP
	id i9MNLmCv92eKKQAAmSBk0A
	(envelope-from <mark@hindley.org.uk>)
	for <bugs@devuan.org>; Thu, 10 Apr 2025 11:45:36 +0000
Received: by email.devuan.org (Postfix, from userid 109)
	id 914753AD; Thu, 10 Apr 2025 11:45:36 +0000 (UTC)
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on email.devuan.org
X-Spam-Level: 
X-Spam-Status: No, score=0.4 required=5.0 tests=RDNS_DYNAMIC,SPF_PASS,
	T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6
Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=193.36.131.86; helo=mx.hindley.org.uk; envelope-from=mark@hindley.org.uk; receiver=<UNKNOWN> 
Received: from mx.hindley.org.uk (193-36-131-86.cfwn.uk [193.36.131.86])
	by email.devuan.org (Postfix) with ESMTPS id C710937
	for <887-done@bugs.devuan.org>; Thu, 10 Apr 2025 11:45:35 +0000 (UTC)
Received: from hindley.org.uk (apollo.hindleynet [192.168.1.3])
	by mx.hindley.org.uk (Postfix) with SMTP id 2018511D
	for <887-done@bugs.devuan.org>; Thu, 10 Apr 2025 12:45:34 +0100 (BST)
Received: (nullmailer pid 9535 invoked by uid 1000);
	Thu, 10 Apr 2025 11:45:33 -0000
Date: Thu, 10 Apr 2025 12:45:33 +0100
From: Mark Hindley <mark@hindley.org.uk>
To: 887-done@bugs.devuan.org
Subject: Fixed in Debian #1102524
Message-ID: <Z_evXWsPnXMSsBYO@hindley.org.uk>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Debbugs-No-Ack: No Thanks

Version: 0.21
------------=_1744285681-30793-0--

Message sent:


MIME-Version: 1.0
X-Mailer: MIME-tools 5.509 (Entity 5.509)
X-Loop: owner@bugs.devuan.org
From: "Devuan bug Tracking System" <owner@bugs.devuan.org>
To: Peter Boughton <debian_issues@sorcerersisle.com>
Subject: bug#887 closed by Mark Hindley <mark@hindley.org.uk> (Fixed in
 Debian #1102524)
Message-ID: <handler.887.D887.174428560330767.notifdone@bugs.devuan.org>
References: <Z_evXWsPnXMSsBYO@hindley.org.uk>
 <174421975598.17159.17158049295651005776.reportbug@thunder>
X-Devuan-PR-Message: they-closed 887
X-Devuan-PR-Package: orphan-sysvinit-scripts
X-Devuan-PR-Keywords: debian patch
Reply-To: 887@bugs.devuan.org
Date: Thu, 10 Apr 2025 11:48:03 +0000
Content-Type: multipart/mixed; boundary="----------=_1744285683-30793-1"

This is a multi-part message in MIME format...

------------=_1744285683-30793-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="utf-8"

This is an automatic notification regarding your bug report
which was filed against the orphan-sysvinit-scripts package:

#887: orphan-sysvinit-scripts: Confusing nftables startup message

It has been closed by Mark Hindley <mark@hindley.org.uk>.

Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact Mark Hindley <mark@hin=
dley.org.uk> by
replying to this email.


--=20
887: https://bugs.devuan.org/cgi/bugreport.cgi?bug=3D887
Devuan Bug Tracking System
Contact owner@bugs.devuan.org with problems

------------=_1744285683-30793-1
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

Received: (at 887-done) by bugs.devuan.org; 10 Apr 2025 11:46:43 +0000
Return-Path: <mark@hindley.org.uk>
Delivered-To: bugs@devuan.org
Received: from email.devuan.org [2a01:4f9:fff1:13::5fd9:f9e4]
	by doc.devuan.org with IMAP (fetchmail-6.4.16)
	for <debbugs@localhost> (single-drop); Thu, 10 Apr 2025 11:46:43 +0000 (UTC)
Received: from email.devuan.org
	by email.devuan.org with LMTP
	id i9MNLmCv92eKKQAAmSBk0A
	(envelope-from <mark@hindley.org.uk>)
	for <bugs@devuan.org>; Thu, 10 Apr 2025 11:45:36 +0000
Received: by email.devuan.org (Postfix, from userid 109)
	id 914753AD; Thu, 10 Apr 2025 11:45:36 +0000 (UTC)
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on email.devuan.org
X-Spam-Level: 
X-Spam-Status: No, score=0.4 required=5.0 tests=RDNS_DYNAMIC,SPF_PASS,
	T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6
Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=193.36.131.86; helo=mx.hindley.org.uk; envelope-from=mark@hindley.org.uk; receiver=<UNKNOWN> 
Received: from mx.hindley.org.uk (193-36-131-86.cfwn.uk [193.36.131.86])
	by email.devuan.org (Postfix) with ESMTPS id C710937
	for <887-done@bugs.devuan.org>; Thu, 10 Apr 2025 11:45:35 +0000 (UTC)
Received: from hindley.org.uk (apollo.hindleynet [192.168.1.3])
	by mx.hindley.org.uk (Postfix) with SMTP id 2018511D
	for <887-done@bugs.devuan.org>; Thu, 10 Apr 2025 12:45:34 +0100 (BST)
Received: (nullmailer pid 9535 invoked by uid 1000);
	Thu, 10 Apr 2025 11:45:33 -0000
Date: Thu, 10 Apr 2025 12:45:33 +0100
From: Mark Hindley <mark@hindley.org.uk>
To: 887-done@bugs.devuan.org
Subject: Fixed in Debian #1102524
Message-ID: <Z_evXWsPnXMSsBYO@hindley.org.uk>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Debbugs-No-Ack: No Thanks

Version: 0.21
------------=_1744285683-30793-1
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

Received: (at submit) by bugs.devuan.org; 9 Apr 2025 17:30:07 +0000
Return-Path: <debian_issues@sorcerersisle.com>
Delivered-To: bugs@devuan.org
Received: from email.devuan.org [2a01:4f9:fff1:13::5fd9:f9e4]
	by doc.devuan.org with IMAP (fetchmail-6.4.16)
	for <debbugs@localhost> (single-drop); Wed, 09 Apr 2025 17:30:07 +0000 (UTC)
Received: from email.devuan.org
	by email.devuan.org with LMTP
	id JxZOEVKu9mfcdgAAmSBk0A
	(envelope-from <debian_issues@sorcerersisle.com>)
	for <bugs@devuan.org>; Wed, 09 Apr 2025 17:28:50 +0000
Received: by email.devuan.org (Postfix, from userid 109)
	id 1B128173; Wed,  9 Apr 2025 17:28:49 +0000 (UTC)
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on email.devuan.org
X-Spam-Level: 
X-Spam-Status: No, score=-0.0 required=5.0 tests=SPF_PASS,T_SCC_BODY_TEXT_LINE
	autolearn=ham autolearn_force=no version=3.4.6
Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=94.76.216.202; helo=one.hybridchill.com; envelope-from=debian_issues@sorcerersisle.com; receiver=<UNKNOWN> 
Received: from one.hybridchill.com (one.hybridchill.com [94.76.216.202])
	by email.devuan.org (Postfix) with ESMTPS id CC34A37
	for <submit@bugs.devuan.org>; Wed,  9 Apr 2025 17:28:46 +0000 (UTC)
Received: from 92.40.175.231.threembb.co.uk ([92.40.175.231]:59686 helo=[127.0.1.1])
	by one.hybridchill.com with esmtpsa  (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
	(Exim 4.96.2)
	(envelope-from <debian_issues@sorcerersisle.com>)
	id 1u2ZEG-0000Dq-0k;
	Wed, 09 Apr 2025 18:28:45 +0100
Content-Type: multipart/mixed; boundary="===============7582750137342598054=="
MIME-Version: 1.0
From: Peter Boughton <debian_issues@sorcerersisle.com>
To: Devuan Bug Tracking System <submit@bugs.devuan.org>
Subject: orphan-sysvinit-scripts: Confusing nftables startup message
Message-ID: <174421975598.17159.17158049295651005776.reportbug@thunder>
X-Mailer: reportbug 7.10.3+devuan1
Date: Wed, 09 Apr 2025 18:29:15 +0100
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - one.hybridchill.com
X-AntiAbuse: Original Domain - bugs.devuan.org
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - sorcerersisle.com
X-Get-Message-Sender-Via: one.hybridchill.com: authenticated_id: debian@sorcerersisle.com
X-Authenticated-Sender: one.hybridchill.com: debian@sorcerersisle.com
X-Source: 
X-Source-Args: 
X-Source-Dir: 

This is a multi-part MIME message sent by reportbug.


--===============7582750137342598054==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: orphan-sysvinit-scripts
Version: 0.07
Severity: minor
Tags: patch upstream

Dear Maintainer,

The current nftables script displays "Starting nftables: none" when
booting.

This is due to having the name as a description and no name variable.

The attached patch resolves this.

Thanks,

Peter Boughton

--===============7582750137342598054==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="0001-Fix-name-and-desc-for-nftables-init-script.patch"

From 2cfa9efd9038be265a27b667b3f5b8ee63c50dda Mon Sep 17 00:00:00 2001
From: Peter Boughton <debian@sorcerersisle.com>
Date: Wed, 9 Apr 2025 17:12:19 +0100
Subject: [PATCH] Fix name and desc for nftables init script.

This resolves confusing "Starting nftables: none" being displayed on startup.
---
 scripts/nftables | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/scripts/nftables b/scripts/nftables
index ed36eb5..7dc439b 100755
--- a/scripts/nftables
+++ b/scripts/nftables
@@ -16,7 +16,8 @@ fi
 
 # Author: Carsten Leonhardt <leo@debian.org>
 
-DESC="nftables"
+DESC="netfilter firewall"
+NAME="nftables"
 DAEMON=none
 PIDFILE=none
 NFT=/usr/sbin/nft
-- 
2.30.2


--===============7582750137342598054==--

------------=_1744285683-30793-1--

Devuan BTS -- Powered by Debian bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd, 1994-97 Ian Jackson.

Devuan Bugs Owner <owner@bugs.devuan.org>.
Last modified: Thu, 15 May 2025 20:39:01 UTC