[10/14] proxy-accounting: Fix build warning - chown: warning: '.' should be ':'

Message ID 20260525115557.3631627-10-adolf.belka@ipfire.org
State New
Headers
Series [01/14] collectd: Fix build warning chown: warning: '.' should be ':' |

Commit Message

Adolf Belka 25 May 2026, 11:55 a.m. UTC
- 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(-)
  

Patch

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)