FreeBSD Bugzilla – Attachment 116196 Details for
Bug 158115
databases/redis does not create a neccesary dir when installed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 492 bytes, created by
Oleg Ginzburg
on 2011-06-21 13:50:11 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Oleg Ginzburg
Created:
2011-06-21 13:50:11 UTC
Size:
492 bytes
patch
obsolete
>diff -ruN redis.bak/Makefile redis/Makefile >--- redis.bak/Makefile 2011-06-21 15:59:26.000000000 +0400 >+++ redis/Makefile 2011-06-21 16:34:25.000000000 +0400 >@@ -47,4 +47,9 @@ > ${INSTALL_PROGRAM} ${BIN_FILES:C!^!${WRKSRC}/src/!} ${PREFIX}/bin/ > ${INSTALL_DATA} ${WRKDIR}/redis.conf ${PREFIX}/etc/redis.conf.sample > >+post-install: >+.for f in ${REDIS_LOGDIR} ${REDIS_RUNDIR} ${REDIS_DBDIR} >+ [ -d ${f} ] || ${MKDIR} ${f} && ${CHOWN} ${USERS}:${GROUPS} ${f} >+.endfor >+ > .include <bsd.port.mk>
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 158115
: 116196