mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
e5271c4991
Also build and install the dma-mbox-create tool, which sets permissions and uid/gid on /var/mail files as needed by dma. Changes: Adds maasquerading support PR: ports/165697 Submitted by: bz
12 lines
526 B
Plaintext
12 lines
526 B
Plaintext
libexec/dma
|
|
libexec/dma-mbox-create
|
|
@unexec if cmp -s %D/etc/dma/dma.conf.sample %D/etc/dma/dma.conf; then rm -f %D/etc/dma/dma.conf; fi
|
|
etc/dma/dma.conf.sample
|
|
@exec if [ ! -f %B/dma.conf ] ; then cp -p %B/%f %B/dma.conf; fi
|
|
@unexec if cmp -s %D/etc/dma/auth.conf.sample %D/etc/dma/auth.conf; then rm -f %D/etc/dma/auth.conf; fi
|
|
etc/dma/auth.conf.sample
|
|
@exec if [ ! -f %B/auth.conf ] ; then cp -p %B/%f %B/auth.conf; fi
|
|
@dirrmtry etc/dma
|
|
@exec install -d -o root -g mail -m 770 /var/spool/dma
|
|
@dirrmtry rmdir /var/spool/dma
|