| Summary: | fix-port mail/vpopmail & mail/vpopmail-devel | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Oliver Lehmann <oliver> | ||||
| Component: | Individual Port(s) | Assignee: | Alex Dupre <ale> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | oliver | ||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-ports-bugs->roam Over to maintainer roam 2006-09-23 12:38:03 UTC
FreeBSD ports repository
Modified files:
mail/vpopmail Makefile pkg-install
Log:
Fix package installation - in most cases, the vpopmail package (if built)
would be installed with the wrong home directory for the vpopmail user.
PR: 103177
Submitted by: oliver
Revision Changes Path
1.66 +1 -1 ports/mail/vpopmail/Makefile
1.3 +2 -2 ports/mail/vpopmail/pkg-install
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Responsible Changed From-To: roam->ale Over to the maintainer of the vpopmail-devel port now that I've made the change to the vpopmail one. State Changed From-To: open->closed committed due to maintainer timeout oliver 2006-11-29 17:38:45 UTC
FreeBSD ports repository
Modified files:
mail/vpopmail-devel Makefile pkg-install
Log:
while adding vpopmail-devel as a package, PKG_PREFIX
gets defined as ${PREFIX} - not as ${PREFIX}/vpopmail like it is defined
in the Makefile. This ends up in creating users with /usr/local
as home dir prefix, not /usr/local/vpopmail. This leads to a
wrong home dir, and uninstallable other vpopmail-dendant appli-
cations like vqadmin or courier-authlib-vchkpw because this
applications are expecting lib_deps and inc_deps in ~vpopmail/etc.
PR: ports/103177
Approved by: maintainer timeout (66 days)
Revision Changes Path
1.52 +1 -1 ports/mail/vpopmail-devel/Makefile
1.3 +2 -2 ports/mail/vpopmail-devel/pkg-install
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
|
while adding vpopmail or vpopmail-devel as a package, PKG_PREFIX gets defined as ${PREFIX} - not as ${PREFIX} like it is defined in the Makefile. This ends up in creating users with /usr/local as home dir prefix, not /usr/local/vpopmail. This leads to a wrong home dir, and uninstallable other vpopmail-dendant appli- cations like vqadmin or courier-authlib-vchkpw because this applications are expecting lib_deps and inc_deps in ~vpopmail/etc.