- Dec 24, 2009
-
-
intrigeri authored
-
- May 23, 2009
-
-
Matthijs Kooijman authored
The modelines added match the emacs lines already present and also set the filetype to sh (just like the emacs lines).
-
Matthijs Kooijman authored
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.
-
- Jun 25, 2008
- Jun 24, 2008
-
-
micah authored
made mktemp a requirement for building backupninja, added autotools variables to substitute the proper binary location and removed bad fall-back when mktemp was not there
-
intrigeri authored
lib/vserver: added vservers_running function, use it in sys handler (to ease future fix for Trac#45)
-
- Feb 23, 2007
-
-
micah authored
and md5sum locations
-
- Jun 10, 2006
-
-
micah authored
than Debian's. Also added Anarcat to the AUTHORS file
-
- Mar 15, 2006
-
-
micah authored
because the + was being interpreted by grep -E, I've escaped it so it will properly be removed
-
- Feb 02, 2006
-
-
intrigeri authored
-
- Jan 26, 2006
- Jan 20, 2006
- Jan 19, 2006
- Jan 17, 2006
- Jan 09, 2006
- Dec 27, 2005
-
-
micah authored
If vservers weren't enabled it was impossible to enter the src menu in ninjahelper due to how these functions returned. This sets the variable host_or_vserver='host' when vservers are not available and then returns with a nice exit code
-
- Nov 29, 2005
-
-
intrigeri authored
ninjahelper: moved (and enhanced) vservers-related functions to lib/vservers. dup.helper, pgsql.helper: use these functions
-
intrigeri authored
Moved more code to lib/ (conffile-related functions, parseini. Added dup helper, using new modular vservers-related functions shared for all helpers.
-
intrigeri authored
Autotools: when cleaning, delete generated files in lib dir.
-
intrigeri authored
Start to move common functions (maketemp) to lib/tools, and better use autotools for lib/{easydialog,tools}.
-
intrigeri authored
Moved easydialog.sh to lib/ directory: more code is going to be shared, let's start here.
-