public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Cc: Adolf Belka <adolf.belka@ipfire.org>
Subject: [PATCH 10/14] proxy-accounting: Fix build warning - chown: warning: '.' should be ':'
Date: Mon, 25 May 2026 13:55:53 +0200	[thread overview]
Message-ID: <20260525115557.3631627-10-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20260525115557.3631627-1-adolf.belka@ipfire.org>

- Replace ownership separator from . to :

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

diff --git a/lfs/proxy-accounting b/lfs/proxy-accounting
index 125fa127d..2f0430ab9 100644
--- a/lfs/proxy-accounting
+++ b/lfs/proxy-accounting
@@ -1,6 +1,21 @@
 ###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
+#                                                                             #
+# IPFire.org - A linux based firewall                                         #
+# 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        #
+# the Free Software Foundation, either version 3 of the License, or           #
+# (at your option) any later version.                                         #
+#                                                                             #
+# This program is distributed in the hope that it will be useful,             #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of              #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the               #
+# GNU General Public License for more details.                                #
+#                                                                             #
+# You should have received a copy of the GNU General Public License           #
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.       #
+#                                                                             #
 ###############################################################################
 
 ###############################################################################
@@ -17,7 +32,7 @@ THISAPP    = proxy-accounting-$(VER)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = proxy-accounting
-PAK_VER    = 14
+PAK_VER    = 15
 
 DEPS       = perl-File-ReadBackwards
 
@@ -69,7 +84,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 
 #activate hourly logging of proxy logfile
 	ln -sf /usr/local/bin/acct.pl /etc/fcron.hourly/squid-accounting
-	chown -R nobody.nobody /var/ipfire/accounting
+	chown -R nobody:nobody /var/ipfire/accounting
 	@rm -rf $(DIR_APP)
 	@$(POSTBUILD)
 
-- 
2.54.0



  parent reply	other threads:[~2026-05-25 11:56 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-25 11:55 [PATCH 01/14] collectd: Fix build warning " 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 ` Adolf Belka [this message]
2026-05-25 11:55 ` [PATCH 11/14] squid: Fix build warning - chown: warning: '.' should be ':' 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260525115557.3631627-10-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox