diff options
Diffstat (limited to 'mail/postfix/files/postfix.sh')
-rw-r--r-- | mail/postfix/files/postfix.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/postfix/files/postfix.sh b/mail/postfix/files/postfix.sh index 6daf21c2375..6c35eb99a21 100644 --- a/mail/postfix/files/postfix.sh +++ b/mail/postfix/files/postfix.sh @@ -1,6 +1,6 @@ #!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: postfix.sh,v 1.4 2004/07/19 22:02:15 jlam Exp $ +# $NetBSD: postfix.sh,v 1.5 2005/12/30 06:29:41 martti Exp $ # # PROVIDE: mail @@ -30,6 +30,7 @@ postfix_precmd() # is used). # + [ ! -d ${spooletcdir} ] && mkdir -p ${spooletcdir} for f in localtime resolv.conf services; do if [ -f /etc/$f ]; then cmp -s /etc/$f ${spooletcdir}/$f || \ |