FreeBSD Bugzilla – Attachment 16888 Details for
Bug 30814
Added option to specify the mysql server for vpopmail
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 923 bytes, created by
Olafur Osvaldsson
on 2001-09-25 13:20:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Olafur Osvaldsson
Created:
2001-09-25 13:20:00 UTC
Size:
923 bytes
patch
obsolete
>*** Makefile.orig Tue Sep 25 11:38:24 2001 >--- Makefile Tue Sep 25 11:31:14 2001 >*************** >*** 48,53 **** >--- 48,54 ---- > # WITH_MYSQL_USER - the username for connecting to the MySQL server (root) > # WITH_MYSQL_PASSWD - the password for connecting to the MySQL server (gipgap) > # WITH_MYSQL_DB - the name of the MySQL database to use (vpopmail) >+ # WITH_MYSQL_SERVER - the name of the server with the MySQL database (localhost) > # VCHKPW_GID - the group ID of the new vchkpw group (89) > # VPOPMAIL_UID - the user ID of the new vpopmail user (89) > # >*************** >*** 126,131 **** >--- 127,135 ---- > .endif > .if defined(WITH_MYSQL_DB) > ${PERL} -pi -e "s/(#define MYSQL_DATABASE.*)vpopmail(.*)/\$$1${WITH_MYSQL_DB}\$$2/" ${WRKSRC}/vmysql.h >+ .endif >+ .if defined(WITH_MYSQL_SERVER) >+ ${PERL} -pi -e "s/(#define MYSQL_SERVER.*)localhost(.*)/\$$1${WITH_MYSQL_SERVER}\$$2/" ${WRKSRC}/vmysql.h > .endif > .endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 30814
: 16888