:: [devuan-dev] bug#887: marked as don…
Góra strony
Delete this message
Reply to this message
Autor: Devuan bug Tracking System
Data:  
Dla: Mark Hindley
Temat: [devuan-dev] bug#887: marked as done (orphan-sysvinit-scripts: Confusing nftables startup message)
Your message dated Thu, 10 Apr 2025 12:45:33 +0100
with message-id <Z_evXWsPnXMSsBYO@???>
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@???
immediately.)


--
887: https://bugs.devuan.org/cgi/bugreport.cgi?bug=887
Devuan Bug Tracking System
Contact owner@??? with problems
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
>From 2cfa9efd9038be265a27b667b3f5b8ee63c50dda Mon Sep 17 00:00:00 2001
From: Peter Boughton <debian@???>
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@???>

-DESC="nftables"
+DESC="netfilter firewall"
+NAME="nftables"
DAEMON=none
PIDFILE=none
NFT=/usr/sbin/nft
--
2.30.2

Version: 0.21