[03/14] dma: Fix build warning - chown: warning: '.' should be ':'
Commit Message
- Replace ownership separator from . to :
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
lfs/dma | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2025 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 #
@@ -80,8 +80,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
cd $(DIR_APP) && make
cd $(DIR_APP) && make install mailq-link install-spool-dirs install-etc
install -v -m 755 $(DIR_SRC)/config/dma/dma-cleanup-spool /usr/sbin
- chown -R nobody.nobody /var/ipfire/dma
- chown nobody.mail /var/ipfire/dma/auth.conf
+ chown -R nobody:nobody /var/ipfire/dma
+ chown nobody:mail /var/ipfire/dma/auth.conf
chmod 640 /var/ipfire/dma/auth.conf
ln -svf dma /usr/sbin/sendmail.dma
/usr/sbin/alternatives --install /usr/sbin/sendmail sendmail /usr/sbin/sendmail.dma 20