From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] xinetd: Delete symlinks with uninstallation . Date: Tue, 10 Mar 2020 15:50:57 +0000 Message-ID: In-Reply-To: <20200310153638.9498-1-erik.kapfer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8673624414750850202==" List-Id: --===============8673624414750850202== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Reviewed-by: Michael Tremer > On 10 Mar 2020, at 15:36, Erik Kapfer wrote: > > 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 > --===============8673624414750850202==--