[12/14] stage2: Fix build warning - chown: warning: '.' should be ':'

Message ID 20260525115557.3631627-12-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/stage2 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff --git a/lfs/stage2 b/lfs/stage2
index c5130e961..1cb983e5f 100644
--- a/lfs/stage2
+++ b/lfs/stage2
@@ -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        #
@@ -131,7 +131,7 @@  endif
 	-mkdir -v /var/{lock,log,mail,spool,empty}
 	-mkdir -pv /var/{opt,cache,lib/misc,local}
 	-mkdir -pv /var/log/{counter,calamaris}
-	chown nobody.nobody /var/log/calamaris
+	chown nobody:nobody /var/log/calamaris
 	touch /var/log/{btmp,lastlog,wtmp}
 	chmod -v 600 /var/log/btmp
 	chgrp -v utmp /var/log/lastlog