Recent changes since MooseFS 2.0.84: * MooseFS 2.0.88-1 (2016-03-02) - (master) added METADATA_SAVE_FREQ option (allow to save metadata less frequently than every hour) * MooseFS 2.0.87-1 (2016-02-23) - (master) fixed status returned by writechunk after network down/up * MooseFS 2.0.86-1 (2016-02-22) - (master) fixed initialization of ATIME_MODE * MooseFS 2.0.85-1 (2016-02-11) - (master) added ATIME_MODE option to set atime modification behaviour - (master) added using size and length quota to fix disk usage values (statfs) - (all) changed address of FSF in GPL licence text - (debian) removed obsolete conffiles - (debian) fixed copyright file - (mount) fixed parsing mfsmount.cfg (system options like nodev,noexec etc. were ommited) - (tools) removed obsoleted command 'mfssnapshot' PR: 207703, 207704, 207706, 207707, 207708 Approved by: maintainer
15 lines
301 B
Makefile
15 lines
301 B
Makefile
# Created by: Jakub Kruszona-Zawadzki <acid@moosefs.com> ; Based on port created by: Chifeng Qu <chifeng@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -cli
|
|
|
|
COMMENT= MooseFS command line interface
|
|
|
|
LICENSE= GPLv2
|
|
|
|
MFS_COMPONENT= cli
|
|
|
|
MASTERDIR= ${.CURDIR}/../moosefs-master
|
|
|
|
.include "${MASTERDIR}/Makefile"
|