From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Kapfer To: development@lists.ipfire.org Subject: [PATCH] xinetd: Delete symlinks with uninstallation . Date: Tue, 10 Mar 2020 16:36:38 +0100 Message-ID: <20200310153638.9498-1-erik.kapfer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5109668444787601012==" List-Id: --===============5109668444787601012== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Fixes #12303 Signed-off-by: Erik Kapfer --- 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 --===============5109668444787601012==--