- Replace ownership separator from . to :

Signed-off-by: Adolf Belka <[email protected]>
---
 lfs/dma | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lfs/dma b/lfs/dma
index 9200de290..f56210eb9 100644
--- a/lfs/dma
+++ b/lfs/dma
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2025  IPFire Team  <[email protected]>                     #
+# Copyright (C) 2007-2026  IPFire Team  <[email protected]>                     #
 #                                                                             #
 # 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
-- 
2.54.0


Reply via email to