Age | Commit message (Collapse) | Author |
|
The modelines added match the emacs lines already present and also set
the filetype to sh (just like the emacs lines).
|
|
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.
|
|
and md5sum locations
|
|
|
|
also work on sarge, by replacing -L with -follow
|
|
find to follow symlinks in case this
directory is actually not a directory, but instead a symlink to somewhere else
|
|
#361102)
|
|
. code formatting cleanup (three spaces indent)
|
|
Reverted indentation level to 3.
|
|
Changed default indentation level to 8, to make it presbyopia-friendly
|
|
ninjahelper: moved (and enhanced) vservers-related functions to lib/vservers. dup.helper, pgsql.helper: use these functions
|
|
ninjahelper and backupninja: cosmetic enhancement of the "am I root?" test.
|
|
ninjahelper: documented a few pieces of code
|
|
Moved more code to lib/ (conffile-related functions, parseini. Added dup helper, using new modular vservers-related functions shared for all helpers.
|
|
ninjahelper: use autotools' @BASH@ instead of hard-coded path
|
|
backupninja now uses the maketemp function shared in lib/tools, instead of its own one.
|
|
ninjahelper & backupninja now set $libdir when bootstrapping. improved $scriptdir search, too.
|
|
Start to move common functions (maketemp) to lib/tools, and better use autotools for lib/{easydialog,tools}.
|
|
Moved easydialog.sh to lib/ directory: more code is going to be shared, let's start here.
|
|
Fix documentation for get_next_filename function
|
|
|