FreeBSD Bugzilla – Attachment 139988 Details for
Bug 186404
sysutils/moosefs-master: Fix default conf path for MooseFS-Master
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
port.diff
port.diff (text/plain), 732 bytes, created by
l_fs
on 2014-02-03 11:30:00 UTC
(
hide
)
Description:
port.diff
Filename:
MIME Type:
Creator:
l_fs
Created:
2014-02-03 11:30:00 UTC
Size:
732 bytes
patch
obsolete
>--- Makefile.old 2014-01-26 15:04:15.000000000 +0100 >+++ Makefile 2014-02-03 10:12:44.000000000 +0100 >@@ -38,12 +38,13 @@ > > post-install: > .for FILE in mfsmaster mfsexports mfsmetalogger mfstopology >- @if [ ! -f ${PREFIX}/etc/${FILE}.cfg ]; then \ >- ${CP} ${PREFIX}/etc/mfs/${FILE}.cfg.dist ${PREFIX}/etc/${FILE}.cfg ; \ >+ @if [ ! -f ${PREFIX}/etc/mfs/${FILE}.cfg ]; then \ >+ ${CP} ${PREFIX}/etc/mfs/${FILE}.cfg.dist ${PREFIX}/etc/mfs/${FILE}.cfg ; \ > fi > .endfor >- >+ @if [ ! -f ${MFS_WORDIR}/mfs/metadata.mfs ]; then \ >+ ${CP} ${MFS_WORKDIR}/mfs/metadata.mfs.empty ${MFS_WORKDIR}/mfs/metadata.mfs ; \ >+ fi > PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL > @${CAT} ${PKGMESSAGE} >- > .include <bsd.port.post.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 186404
: 139988