mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
d568800800
- Remove now useless patch-spool.c - add patch-mail.c to fix compilation on 8.1 i386 Note that the dragonflybsd version and gitorious versions are different and the virtuser file is gone in favour of env MAIL variable. PR: ports/151408 Submitted by: bz@
11 lines
496 B
Plaintext
11 lines
496 B
Plaintext
libexec/dma
|
|
@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 /var/spool/dma
|