- 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.
-
- Jan 22, 2009
- Jan 12, 2009
-
-
intrigeri authored
-
intrigeri authored
-
intrigeri authored
... and populate it with autotools/build files. This is of course intended to make life easier for people using git-svn. Signed-off-by:
intrigeri <intrigeri@boum.org>
-
- Dec 09, 2008
- Aug 08, 2008
-
-
micah authored
-
- Jul 28, 2008
-
-
intrigeri authored
-
- Jul 25, 2008
-
-
micah authored
-
- Jul 21, 2008
-
-
micah authored
-
- Jul 06, 2008
- Jun 29, 2008
- Jun 25, 2008
-
-
intrigeri authored
-
intrigeri authored
-
intrigeri authored
lib/tools.in(maketemp): really remove insecure fall-back if mktemp is missing, since it is now required at build-time
-
intrigeri authored
-
intrigeri authored
-
intrigeri authored
sys: fix catifexec invocations with arguments to prevent "line 191: [: too many arguments" error messages
-
intrigeri authored
-
intrigeri authored
-
intrigeri authored
sys: fixed debconf-get-selections search in VServers, especially in case it is not available on the host
-
intrigeri authored
-
micah authored
-
- Jun 24, 2008
-
-
micah authored
-
micah authored
added more robust mdadm raid device capture, by actually scanning active arrays via mdadm, rather than just catting the mdadm.conf file, which may be empty
-
micah authored
fixed catifexec function to actually work, also now takes arguments that are passed, thanks to a report from John Hallam
-
micah authored
add the ability to save the debconf package selection states in the sys handler, which aides in restoring installed packages with the right choices made
-
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
sys: support selection of VServers to run on with the new vsnames configuration option (Closes: Trac#45)
-
intrigeri authored
-
intrigeri authored
lib/vserver: added vservers_running function, use it in sys handler (to ease future fix for Trac#45)
-
intrigeri authored
-