[go: up one dir, main page]

Menu

Tree [8b5582] 0.1.1 /
 History

HTTPS access


File Date Author Commit
 doc 2014-01-03 Christian Ferrari Christian Ferrari [072bb6] Fixed copyright year info
 etc 2014-01-04 Christian Ferrari Christian Ferrari [fe46d0] Example config refinement
 man 2014-01-04 Christian Ferrari Christian Ferrari [8b5582] 0.1.1 release commit
 src 2014-01-04 Christian Ferrari Christian Ferrari [8b5582] 0.1.1 release commit
 AUTHORS 2013-12-19 Christian Ferrari Christian Ferrari [10a33d] Code clean-up
 COPYING 2013-09-25 Christian Ferrari Christian Ferrari [72edf4] work in progress...
 ChangeLog 2014-01-04 Christian Ferrari Christian Ferrari [8b5582] 0.1.1 release commit
 INSTALL 2013-09-25 Christian Ferrari Christian Ferrari [72edf4] work in progress...
 Makefile.am 2013-12-31 Christian Ferrari Christian Ferrari [c155b6] Pre 0.1.1 release commit
 Makefile.in 2013-12-31 Christian Ferrari Christian Ferrari [c155b6] Pre 0.1.1 release commit
 NEWS 2013-09-25 Christian Ferrari Christian Ferrari [72edf4] work in progress...
 README 2013-12-22 Christian Ferrari Christian Ferrari [ba8fa9] Commit of release 0.1.0
 aclocal.m4 2013-09-25 Christian Ferrari Christian Ferrari [9cda25] this works as hello world
 config.h.in 2013-12-31 Christian Ferrari Christian Ferrari [1758a6] Intermediate commit
 configure 2014-01-04 Christian Ferrari Christian Ferrari [8b5582] 0.1.1 release commit
 configure.ac 2014-01-04 Christian Ferrari Christian Ferrari [8b5582] 0.1.1 release commit
 depcomp 2013-09-25 Christian Ferrari Christian Ferrari [72edf4] work in progress...
 doxygen.conf.in 2013-12-29 Christian Ferrari Christian Ferrari [a7952a] Implementing config files...
 draft.txt 2013-11-24 Christian Ferrari Christian Ferrari [244652] Bug fixing commit...
 install-sh 2013-09-25 Christian Ferrari Christian Ferrari [72edf4] work in progress...
 missing 2013-09-25 Christian Ferrari Christian Ferrari [72edf4] work in progress...
 valgrind.cmd 2013-12-31 Christian Ferrari Christian Ferrari [c155b6] Pre 0.1.1 release commit

Read Me

	FLOM, Free LOck Manager, a free and open source lock manager

FLOM (Free LOck Manager) is an open source and free lock manager designed to
serialize shell command execution.

 * FLOM is free software: you can redistribute it and/or modify under the terms
 * of GNU General Public License version 2 as published by the Free Software
 * Foundation.
 *
 * FLOM is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.

Install FLOM using standard GNU build chain: 
tar xvzf flom-X.Y.Z.tar.gz
cd flom-X.Y.Z
./configure
make
sudo make install
refer to INSTALL file for more details.

Use 
man flom 
to read man page and pick up Internet relevant URLs for FLOM project.

Enjoy it!
Ch.F.