[06/14] guardian: Fix build warning - chown: warning: '.' should be ':'

Message ID 20260525115557.3631627-6-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/guardian | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Patch

diff --git a/lfs/guardian b/lfs/guardian
index 6eaa50aac..268cadd1e 100644
--- a/lfs/guardian
+++ b/lfs/guardian
@@ -1,7 +1,7 @@ 
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2022  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        #
@@ -35,7 +35,7 @@  DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
 PROG       = guardian
-PAK_VER    = 27
+PAK_VER    = 28
 
 DEPS       = perl-inotify2 perl-Net-IP
 
@@ -94,7 +94,7 @@  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 
 	# Create config directory and create files.
 	-mkdir -pv /var/ipfire/guardian
-	chown nobody.nobody /var/ipfire/guardian
+	chown nobody:nobody /var/ipfire/guardian
 
 	# Create directory and file for logging.
 	-mkdir -pv /var/log/guardian