public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 01/14] collectd: Fix build warning chown: warning: '.' should be ':'
@ 2026-05-25 11:55 Adolf Belka
  2026-05-25 11:55 ` [PATCH 02/14] core203: Ship collectd Adolf Belka
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Adolf Belka @ 2026-05-25 11:55 UTC (permalink / raw)
  To: development; +Cc: Adolf Belka

- Replace ownership separator from . to :

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/collectd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lfs/collectd b/lfs/collectd
index f7e6ee206..b063bd36f 100644
--- a/lfs/collectd
+++ b/lfs/collectd
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2026  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -105,7 +105,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	echo "# Put custom configfiles in this folder" > /etc/collectd.d/info
 	cp -vf $(DIR_SRC)/config/collectd/collectd.* /etc/
 	mv /etc/collectd.vpn /var/ipfire/ovpn/collectd.vpn
-	chown nobody.nobody /var/ipfire/ovpn/collectd.vpn
+	chown nobody:nobody /var/ipfire/ovpn/collectd.vpn
 	# install the collectd 4.x to 5.x migration program
 	install -v -m 755 -o root $(DIR_APP)/contrib/migrate-4-5.px /var/ipfire/collectd-migrate-4-to-5.pl
 	ln -f -s ../var/ipfire/ovpn/collectd.vpn /etc/collectd.vpn
-- 
2.54.0



^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2026-05-25 11:56 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-25 11:55 [PATCH 01/14] collectd: Fix build warning chown: warning: '.' should be ':' Adolf Belka
2026-05-25 11:55 ` [PATCH 02/14] core203: Ship collectd Adolf Belka
2026-05-25 11:55 ` [PATCH 03/14] dma: Fix build warning - chown: warning: '.' should be ':' Adolf Belka
2026-05-25 11:55 ` [PATCH 04/14] core203: Ship dma Adolf Belka
2026-05-25 11:55 ` [PATCH 05/14] gnump3d: Fix build warning - chown: warning: '.' should be ':' Adolf Belka
2026-05-25 11:55 ` [PATCH 06/14] guardian: " Adolf Belka
2026-05-25 11:55 ` [PATCH 07/14] iptraf-ng: " Adolf Belka
2026-05-25 11:55 ` [PATCH 08/14] pakfire: " Adolf Belka
2026-05-25 11:55 ` [PATCH 09/14] core203: Ship pakfire Adolf Belka
2026-05-25 11:55 ` [PATCH 10/14] proxy-accounting: Fix build warning - chown: warning: '.' should be ':' Adolf Belka
2026-05-25 11:55 ` [PATCH 11/14] squid: " Adolf Belka
2026-05-25 11:55 ` [PATCH 12/14] stage2: " Adolf Belka
2026-05-25 11:55 ` [PATCH 13/14] core203: Ship stage2 Adolf Belka
2026-05-25 11:55 ` [PATCH 14/14] transmission: Fix build warning - chown: warning: '.' should be ':' Adolf Belka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox