diff options
author | Doug White <dwhite@FreeBSD.org> | 2000-12-02 20:33:09 +0000 |
---|---|---|
committer | Doug White <dwhite@FreeBSD.org> | 2000-12-02 20:33:09 +0000 |
commit | ebb11f5638aa36761a7daf098ad633e3d88dd8b5 (patch) | |
tree | 8dd64ea93ddc9e338d13e2c2aa417bd48ae20dee /mail | |
parent | Change configure script to use find & grep instead of grep -r. The -r (diff) |
Use @dirrm instead of @unexec rm.
PR: 23062
Approved by: David W. Chapman Jr. <dwcjr@inethouston.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=35614
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-current/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix-current/pkg-plist b/mail/postfix-current/pkg-plist index 0dfdc2c1ab01..8920f0841e32 100644 --- a/mail/postfix-current/pkg-plist +++ b/mail/postfix-current/pkg-plist @@ -61,5 +61,5 @@ sbin/postdrop sbin/sendmail %%WITH_TEST%%sbin/smtp-sink %%WITH_TEST%%sbin/smtp-source -@unexec rmdir etc/postfix > /dev/null 2>&1 || true +@dirrm etc/postfix @dirrm libexec/postfix |