public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Erik Kapfer <erik.kapfer@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] xinetd: Delete symlinks with uninstallation .
Date: Tue, 10 Mar 2020 16:36:38 +0100	[thread overview]
Message-ID: <20200310153638.9498-1-erik.kapfer@ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 461 bytes --]

Fixes #12303

Signed-off-by: Erik Kapfer <erik.kapfer(a)ipfire.org>
---
 src/paks/xinetd/uninstall.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/paks/xinetd/uninstall.sh b/src/paks/xinetd/uninstall.sh
index a7b8a5370..a929261f3 100644
--- a/src/paks/xinetd/uninstall.sh
+++ b/src/paks/xinetd/uninstall.sh
@@ -25,3 +25,6 @@
 stop_service ${NAME}
 make_backup ${NAME}
 remove_files
+
+# Remove symlinks
+rm -rf /etc/rc.d/rc?.d/*xinetd
-- 
2.12.2


             reply	other threads:[~2020-03-10 15:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-10 15:36 Erik Kapfer [this message]
2020-03-10 15:50 ` Michael Tremer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200310153638.9498-1-erik.kapfer@ipfire.org \
    --to=erik.kapfer@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox