- May 23, 2009
-
-
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.
-
- Jan 12, 2009
-
-
intrigeri authored
-
- Dec 09, 2008
-
-
intrigeri authored
-
- Jul 28, 2008
-
-
intrigeri authored
-
- Jun 24, 2008
- May 08, 2008
-
-
micah authored
-
- Mar 13, 2008
-
-
micah authored
-
- Oct 12, 2007
- Mar 04, 2007
-
-
micah authored
added ale to AUTHORS for ldap fixes adjusted sys handler to allow for turning off of sfdisk (#404071)
-
- Feb 23, 2007
-
-
micah authored
and md5sum locations
-
- Dec 15, 2006
-
-
micah authored
-
- Dec 13, 2006
-
-
micah authored
vservers and mysqld wasn't running or mysqldump didn't exist would cause a zero byte backup file
-
- Nov 01, 2006
-
-
intrigeri authored
-
- Oct 08, 2006
-
-
intrigeri authored
-
- Oct 07, 2006
- Oct 06, 2006
-
-
micah authored
removed sys vserver not running noise report (anarcat suggestion)
-
- Aug 13, 2006
-
-
micah authored
-
- Jul 13, 2006
-
-
intrigeri authored
backupninja and ninjahelper: have find following symlinks for config files also work on sarge, by replacing -L with -follow
-
- Jun 10, 2006
-
-
micah authored
anarcat
-
micah authored
Add fix from anarcat for ${configdirectory} in ninjahelper, also add -L to find to follow symlinks in case this directory is actually not a directory, but instead a symlink to somewhere else
-
micah authored
silently causing me much confusion, so I added -L to find and an if statement to spit something out so its obvious
-
- Jun 09, 2006
-
-
micah authored
a configurable admingroup to be set, instead of forcing it to be root), closes debian bug#370396
-
- May 30, 2006
-
-
intrigeri authored
-
- Apr 08, 2006
-
-
intrigeri authored
-
- Jan 26, 2006
-
-
micah authored
since Makefile.in is generated through autogen.sh or autoreconf, it shouldn't be put in the repo itself (except on release)
-
- Jan 17, 2006
- Jan 09, 2006
-
-
elijah authored
. code formatting cleanup (three spaces indent)
-
- Dec 28, 2005
- Dec 16, 2005
-
-
micah authored
when told to run "everyday" (debian bug: #341881)
-
- Nov 29, 2005
-
-
intrigeri authored
-
intrigeri authored
ninjahelper: moved (and enhanced) vservers-related functions to lib/vservers. dup.helper, pgsql.helper: use these functions
-
intrigeri authored
ninjahelper and backupninja: cosmetic enhancement of the "am I root?" test.
-
intrigeri authored
ninjahelper: documented a few pieces of code
-
intrigeri authored
Moved more code to lib/ (conffile-related functions, parseini. Added dup helper, using new modular vservers-related functions shared for all helpers.
-