From patchwork Tue Mar 10 15:36:38 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Erik Kapfer X-Patchwork-Id: 2835 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 48cK2W5jggz3wbr for ; Tue, 10 Mar 2020 15:36:51 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 48cK2V4NrJz1jb; Tue, 10 Mar 2020 15:36:50 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 48cK2V1C1yz2yK0; Tue, 10 Mar 2020 15:36:50 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 48cK2S4mw4z2xgy for ; Tue, 10 Mar 2020 15:36:48 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 48cK2S0ByQzxf; Tue, 10 Mar 2020 15:36:47 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1583854608; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=g2L1RywxvFCmYUqSKdDKSCmIUUfaGLQoZQWoH36x5Lk=; b=7DDdO2lpgE5kBpYnfhkHjDVCI3qmPQfZD7nIIR+XGiNDh8O+t6J94pU+pEbADeaj3Hcw/1 ihlsdBvgS9xl+YBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1583854608; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=g2L1RywxvFCmYUqSKdDKSCmIUUfaGLQoZQWoH36x5Lk=; b=SyGfSYcj1cbZSoUOqTe35lsVjXDxPL57nUj/zTxEnwQUAPgwz0kRejmYTdcYLtR+V+2O8E T66WvJXLIbpdUAPIiIow5dcjsDOWHVAp7gxYUtNuwmcjkPf5xFzSQWoXnitAX7lMsUuTi9 qIBWWn07vy8/sHr+5N1eRm29l9J3JzdfRgz5PGThVcApklh9em1CHbzAkZTp4nuy4oeLA7 Tgi5f/1QHtmz4Z+RAsnwdz90l1n3dTKb+CZqrKRWPZZtdezN3APwtRdj+ikPKbQ+z3Q0tt /B8aeSFlliv6NTE8SczQGypR4DOMK2Uyee1CZJeOdUngqwbd2rZqBNTPVYLP7g== 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> Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=erik.kapfer@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Fixes #12303 Signed-off-by: Erik Kapfer Reviewed-by: Michael Tremer --- 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