mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 12:27:50 -04:00
14 lines
244 B
Plaintext
14 lines
244 B
Plaintext
#!@SH@
|
|
#
|
|
# $NetBSD: exim_newaliases,v 1.2 2006/01/21 00:22:58 joerg Exp $
|
|
#
|
|
if [ -f /etc/mail/aliases ]; then
|
|
ALIASDIR=/etc/mail
|
|
else
|
|
ALIASDIR=/etc
|
|
fi
|
|
|
|
cd $ALIASDIR
|
|
echo -n "$ALIASDIR/aliases: "
|
|
@PREFIX@/sbin/exim_dbmbuild aliases aliases.db
|