From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 11/11] wio: remove unneeded or incorrect commands Date: Wed, 05 Apr 2023 14:28:35 +0200 Message-ID: <20230405122835.12821-11-adolf.belka@ipfire.org> In-Reply-To: <20230405122835.12821-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6821373955334811416==" List-Id: --===============6821373955334811416== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - the helper programs in misc-progs get the correct permissions and ownerships automatically so adjustment not required in this script. - permissions of menus in menu.d are provided automatically. Historically, th= ese were root:root but were changed a while back but did not get applied to wio as = it was modified by this script. Signed-off-by: Adolf Belka --- src/paks/wio/install.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/paks/wio/install.sh b/src/paks/wio/install.sh index 220378141..6b2798b78 100644 --- a/src/paks/wio/install.sh +++ b/src/paks/wio/install.sh @@ -27,11 +27,5 @@ restore_backup ${NAME} =20 chown -R nobody.nobody /var/ipfire/wio chown -R nobody.nobody /var/log/wio -chown root.nobody /usr/local/bin/wioscan -chown root.nobody /usr/local/bin/wiohelper -chown nobody.nobody /var/ipfire/menu.d/EX-wio.menu - -chmod 4750 /usr/local/bin/wioscan -chmod 4750 /usr/local/bin/wiohelper =20 /usr/local/bin/update-lang-cache --=20 2.40.0 --===============6821373955334811416==--