aboutsummaryrefslogtreecommitdiff
path: root/lib/tools.in
AgeCommit message (Collapse)Author
2014-02-22Add shell functions to compare version numbers.intrigeri
2009-05-23Add a vim modeline with indentation settings.Matthijs Kooijman
The modelines added match the emacs lines already present and also set the filetype to sh (just like the emacs lines).
2009-05-23Make all indentation consistent.Matthijs Kooijman
Previously, there were many indentation styles in use: Real tabs, 2, 3 or 4 spaces, mixing these within the same file, function or even within a single line. This commit changes all bash scripts in the handlers, src and lib dirs to use consistent indentation: three spaces are now used everywhere. Other files (e.g. Makefiles) are left untouched. Additionally, this commit removes all trailing whitespace.
2008-06-25lib/tools.in(maketemp): really remove insecure fall-back if mktemp is ↵intrigeri
missing, since it is now required at build-time
2007-02-23updated autotools abstraction to properly pick up different awk, sed,Micah Anderson
and md5sum locations
2006-01-17add the Emacs header comment line to lib/*.inintrigeri
2005-11-29 r3562@krups: intrigeri | 2005-11-16 20:20:16 +0100intrigeri
Moved more code to lib/ (conffile-related functions, parseini. Added dup helper, using new modular vservers-related functions shared for all helpers.
2005-11-29 r3557@krups: intrigeri | 2005-11-15 14:41:32 +0100intrigeri
Start to move common functions (maketemp) to lib/tools, and better use autotools for lib/{easydialog,tools}.