* [PATCH] mpd: fix chown syntax
@ 2024-09-29 7:44 Arne Fitzenreiter
2024-10-15 7:56 ` Adolf Belka
0 siblings, 1 reply; 2+ messages in thread
From: Arne Fitzenreiter @ 2024-09-29 7:44 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1117 bytes --]
this remove a warning at boot that user and group should
seperated by ":" and not by "."
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
---
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
;;
--
2.43.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] mpd: fix chown syntax
2024-09-29 7:44 [PATCH] mpd: fix chown syntax Arne Fitzenreiter
@ 2024-10-15 7:56 ` Adolf Belka
0 siblings, 0 replies; 2+ messages in thread
From: Adolf Belka @ 2024-10-15 7:56 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1287 bytes --]
Reviewed-by: Adolf Belka <adolf.belka(a)ipfire.org>
On 29/09/2024 09:44, Arne Fitzenreiter wrote:
> this remove a warning at boot that user and group should
> seperated by ":" and not by "."
>
> Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
> ---
> 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
> ;;
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-15 7:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-29 7:44 [PATCH] mpd: fix chown syntax Arne Fitzenreiter
2024-10-15 7:56 ` Adolf Belka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox