From patchwork Sun Sep 29 07:44:55 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arne Fitzenreiter X-Patchwork-Id: 8157 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 (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4XGbpp5CcTz3wxp for ; Sun, 29 Sep 2024 07:45:38 +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 RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4XGbpn349Bz6xd; Sun, 29 Sep 2024 07:45:37 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4XGbpn0WFVz341M; Sun, 29 Sep 2024 07:45:37 +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 (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4XGbpk0ftXz30Lx for ; Sun, 29 Sep 2024 07:45:34 +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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4XGbpj1PZlz5ZD; Sun, 29 Sep 2024 07:45:32 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1727595933; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=AvRY0b5VwjDGhbMF1tOK3mWDrRVHQ4XUNsnur4pzGgc=; b=EJSa23Hp5fscEbmw+FNmwdMbrraOyZRtpk4+wKUQgLcjdtN5lsyDW1eDRK7P0ShECjH12w 4UW5e1vbiJx8AjDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1727595933; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=AvRY0b5VwjDGhbMF1tOK3mWDrRVHQ4XUNsnur4pzGgc=; b=U2Ge6PFiZUBTuhP1U3hQz+2Pi5tjQVEAEpbBMsUBdlmDbxgB/Y1ULJ6xkPkBukmjtla8xk Jlymvcb0308y+fDVjNpANlkgdHBHnapuvPH9KG2K/siIj7MCY3mYr3CI3K+KOJuT2D30Rt Mwb43iAhiVce9Vdikk94XNqWWCG+yqmpnSDzjZ85zUjY9fwExLOLjyCgJcmZ8HbojJSXMl eiuHBY9yStIa1ZewqqW2pnU2+nQQTztNvX8yjt2i/fjMXrnQizs5rJiQs/N8JKaoEg8iss PKQuky0gy52/rToa1fbp7v8yw8MqCHta8h0wELluvcf5XbhGTjjAH8NqP7IIOA== From: Arne Fitzenreiter To: development@lists.ipfire.org Subject: [PATCH] mpd: fix chown syntax Date: Sun, 29 Sep 2024 09:44:55 +0200 Message-ID: <20240929074523.2441-1-arne_f@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: FYYHVYBOBGGUPCGN5JJX5Z7UABCIMJAE X-Message-ID-Hash: FYYHVYBOBGGUPCGN5JJX5Z7UABCIMJAE X-MailFrom: arne_f@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: Arne Fitzenreiter X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: this remove a warning at boot that user and group should seperated by ":" and not by "." Signed-off-by: Arne Fitzenreiter Reviewed-by: Adolf Belka --- lfs/mpd | 2 +- src/initscripts/packages/mpd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/mpd b/lfs/mpd index 6fd78f2af..4ef453fb1 100644 --- a/lfs/mpd +++ b/lfs/mpd @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/${THISAPP} TARGET = $(DIR_INFO)/$(THISAPP) PROG = mpd -PAK_VER = 40 +PAK_VER = 41 # SUP_ARCH = aarch64 x86_64 DEPS = alsa avahi faad2 ffmpeg flac lame libmad libshout libogg libid3tag libvorbis opus soxr fmt diff --git a/src/initscripts/packages/mpd b/src/initscripts/packages/mpd index d42c0c549..4d031c472 100644 --- a/src/initscripts/packages/mpd +++ b/src/initscripts/packages/mpd @@ -25,7 +25,7 @@ case "$1" in start) boot_mesg "Starting MPD..." - chown -R root.nobody /var/ipfire/mpd/db + chown -R root:nobody /var/ipfire/mpd/db /bin/nice --5 /usr/bin/mpd evaluate_retval ;;