Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Mar 2001 08:45:27 -0800 (PST)
From:      blaz@amis.net
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/25775: [MAINTAINER PATCH] fix for postfix spool directory creation
Message-ID:  <200103131645.f2DGjRL34542@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         25775
>Category:       ports
>Synopsis:       [MAINTAINER PATCH] fix for postfix spool directory creation
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 13 08:50:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Blaz Zupan
>Release:        4.2-STABLE
>Organization:
>Environment:
>Description:
Fix pkg-install script: put back mkdir lost in recent 20010228 upgrade.
pkg-install should create /var/spool/postfix during package installation,
otherwise package installation fails.

>How-To-Repeat:
Create package, remove /var/spool/postfix and try to install package.
Notice that package installation fails.
>Fix:
--- postfix/pkg-install.orig    Mon Mar  5 04:02:20 2001
+++ postfix/pkg-install Tue Mar 13 17:38:26 2001
@@ -92,5 +92,6 @@
     fi
     /usr/sbin/chown root:maildrop ${PKG_PREFIX}/sbin/postdrop
     /bin/chmod 2555 ${PKG_PREFIX}/sbin/postdrop
+    /bin/mkdir -p /var/spool/postfix
     ${PKG_PREFIX}/sbin/postfix check
 fi

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103131645.f2DGjRL34542>