* [PATCH] xinetd: Delete symlinks with uninstallation .
@ 2020-03-10 15:36 Erik Kapfer
2020-03-10 15:50 ` Michael Tremer
0 siblings, 1 reply; 2+ messages in thread
From: Erik Kapfer @ 2020-03-10 15:36 UTC (permalink / raw)
To: development
[-- 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-03-10 15:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-10 15:36 [PATCH] xinetd: Delete symlinks with uninstallation Erik Kapfer
2020-03-10 15:50 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox