summaryrefslogtreecommitdiffstats
path: root/config-db
Commit message (Collapse)AuthorAgeFilesLines
* * more cleanupOliver Tappe2006-10-294-4/+4
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@481 95ad53e4-c205-0410-b2fa-d234c58c8868
* * --root-path now defaults to '/'Oliver Tappe2006-10-291-1/+16
| | | | | | | * if any of the given files doesn't exist, slxldd now bails git-svn-id: http://svn.openslx.org/svn/openslx/trunk@480 95ad53e4-c205-0410-b2fa-d234c58c8868
* * adjusted PODs and abstracts to recent name changes.Oliver Tappe2006-10-295-19/+20
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@479 95ad53e4-c205-0410-b2fa-d234c58c8868
* * we now check if we could create the database folder and Oliver Tappe2006-10-281-1/+5
| | | | | | | | bail in case we didn't succees, such that we no longer create db-files in the current directory in case of an error. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@478 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added separate script for simple database setupOliver Tappe2006-10-281-0/+339
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@477 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed module pathOliver Tappe2006-10-282-2/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@476 95ad53e4-c205-0410-b2fa-d234c58c8868
* * renamed several scripts to our new convention: no .pl forOliver Tappe2006-10-287-207/+540
| | | | | | | user-executable stuff... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@475 95ad53e4-c205-0410-b2fa-d234c58c8868
* * improved algorithm when searching for translation modules such that it is now Oliver Tappe2006-10-231-27/+53
| | | | | | | | | | | more flexible (automaticall degrades to 'de' if 'de_DE' can't be found) and doesn't take the locale-charmap into account, anymore. * added automatic activation of the required locale-charmap conversions for all I/O streams. Support for non-utf8 databases is still missing, but should be straightforward, too. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@470 95ad53e4-c205-0410-b2fa-d234c58c8868
* * renamed module from full locale name to just the language, it doesn't make ↵Oliver Tappe2006-10-231-2/+2
| | | | | | | | | | | much sense to keep separate files for different encodings and this defines the German translations, not just the translations for Germany. If someone want to come up with translations for Austria, these should then be placed in the (more specific) file 'de_AT.pm'. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@469 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed typo in package nameOliver Tappe2006-10-231-7/+7
| | | | | | | * added a couple of translations git-svn-id: http://svn.openslx.org/svn/openslx/trunk@468 95ad53e4-c205-0410-b2fa-d234c58c8868
* * removed support for ignoring ld-linux.so as it doesn't make senseOliver Tappe2006-10-231-7/+0Star
| | | | | | | (the loader needs to be copied into the initramfs, too, of course). git-svn-id: http://svn.openslx.org/svn/openslx/trunk@467 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added architecture-independent reimplementation of lddOliver Tappe2006-10-221-0/+206
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@466 95ad53e4-c205-0410-b2fa-d234c58c8868
* * canonicalization of $LANG is now even more strict in order to be robustOliver Tappe2006-10-142-3/+4
| | | | | | | | | towards differences between 'utf8' and 'utf-8'. * renamed German translation module from de_de_utf_8.pm to de_de_utf8.pm in order to comply with new naming scheme (no '-'). git-svn-id: http://svn.openslx.org/svn/openslx/trunk@464 95ad53e4-c205-0410-b2fa-d234c58c8868
* * avoid confusing error message about existing lock-file when in fact the scriptOliver Tappe2006-10-141-2/+9
| | | | | | | could not create the file for missing write permissions. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@463 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added message giving the path of the created files and the possibility of ↵Oliver Tappe2006-10-141-0/+8
| | | | | | | | | editing them with OpenOffice in case the db-type is 'CSV' (as is currently the default). git-svn-id: http://svn.openslx.org/svn/openslx/trunk@462 95ad53e4-c205-0410-b2fa-d234c58c8868
* * adjusted POD-texts to our current standards.Oliver Tappe2006-10-144-100/+137
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@461 95ad53e4-c205-0410-b2fa-d234c58c8868
* * minor cleanupOliver Tappe2006-10-141-5/+8
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@460 95ad53e4-c205-0410-b2fa-d234c58c8868
* * shortened output for --help (now only gives an option-overview), but added ↵Oliver Tappe2006-10-141-44/+52
| | | | | | | | | | | an abstract to that output, in order to give a hint what the script actually does. * replaced option=s by option=<string> and option=i by option=<int>, as Dirk suggested. * fixed two typos with $noshow instead of $noShow git-svn-id: http://svn.openslx.org/svn/openslx/trunk@459 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed incorrect _tr-argument.Oliver Tappe2006-10-061-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@454 95ad53e4-c205-0410-b2fa-d234c58c8868
* * updated with all current translatable strings, most translations are ↵Oliver Tappe2006-10-062-71/+244
| | | | | | missing, still. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@453 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added canonicalization of '\n' and '\t' to _tr().Oliver Tappe2006-10-061-2/+6
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@452 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed format of error-message.Oliver Tappe2006-10-063-6/+6
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@451 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added safety check, now only *.pm files will be updated.Oliver Tappe2006-10-061-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@450 95ad53e4-c205-0410-b2fa-d234c58c8868
* * renamed 'tools'-folder to 'devel-tools' to make things more clear: the toolsOliver Tappe2006-10-061-0/+0
| | | | | | | | contained in here are for development only. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@449 95ad53e4-c205-0410-b2fa-d234c58c8868
* * considerably improved parsing of _tr()-argumentsOliver Tappe2006-10-061-30/+92
| | | | | | | * tested more thoroughly and fixed several bugs with respect to handling of '\n' and '\t' git-svn-id: http://svn.openslx.org/svn/openslx/trunk@448 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added explicit check for required DBD-module in order to give a precise ↵Oliver Tappe2006-10-063-7/+16
| | | | | | | | | error-message if the respective db-module is not installed. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@443 95ad53e4-c205-0410-b2fa-d234c58c8868
* * minor formatting correctionsOliver Tappe2006-10-041-4/+4
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@442 95ad53e4-c205-0410-b2fa-d234c58c8868
* * changed ODLX to OpenSLX such that things work againOliver Tappe2006-10-042-22/+298
| | | | | | | | * updated translatable strings with extractTranslations.pl, many translations are still missing, though. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@441 95ad53e4-c205-0410-b2fa-d234c58c8868
* * we now log the loaded translation moduleOliver Tappe2006-10-041-3/+5
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@440 95ad53e4-c205-0410-b2fa-d234c58c8868
* * corrected typoOliver Tappe2006-10-041-5/+14
| | | | | | | * added support for marking new translations strings as such (prepending 'NEW:') git-svn-id: http://svn.openslx.org/svn/openslx/trunk@439 95ad53e4-c205-0410-b2fa-d234c58c8868
* * minor cleanupOliver Tappe2006-10-042-10/+4Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@438 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added tool for extracting translatable strings from scripts and modules, ↵Oliver Tappe2006-10-041-0/+153
| | | | | | | | | which can update the translation modules, too. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@437 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added OpenSLX-header to all my files.Oliver Tappe2006-10-0315-32/+133
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@434 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed problem with perl-scripts not finding their modules in production pathOliver Tappe2006-10-035-10/+30
| | | | | | | | * perl-modules are now installed in $SLX_BASE_PATH/lib instead of .../bin, as that's how it's usually done. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@433 95ad53e4-c205-0410-b2fa-d234c58c8868
* * cleanup of POD stuff.Oliver Tappe2006-10-022-18/+28
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@431 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added tool for setting/removing local settings, very handy if admins wantOliver Tappe2006-10-021-0/+292
| | | | | | | to fiddle with more subtle config-arguments. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@430 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added %cmdlineOptions to exports in order to enable scripts toOliver Tappe2006-10-021-3/+3
| | | | | | | | determine which settings have been specified via cmdline and which have come from elsewhere (required by slxsetup.pl). git-svn-id: http://svn.openslx.org/svn/openslx/trunk@429 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added support for --help, --man and --versionOliver Tappe2006-10-021-1/+273
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@426 95ad53e4-c205-0410-b2fa-d234c58c8868
* * minor cleanupOliver Tappe2006-10-021-26/+38
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@425 95ad53e4-c205-0410-b2fa-d234c58c8868
* * renamed setup-test-data-simple.pl to slxsetup-test-data-simple.pl to make itOliver Tappe2006-10-021-0/+0
| | | | | | | easier to notice that it belongs to openslx. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@424 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added support for --help, --man and --versionOliver Tappe2006-10-021-3/+205
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@423 95ad53e4-c205-0410-b2fa-d234c58c8868
* * removed --use-absolute-tftp-path again, as this functionality is now ↵Oliver Tappe2006-10-011-11/+0Star
| | | | | | | | | implemented elsewhere git-svn-id: http://svn.openslx.org/svn/openslx/trunk@420 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added support for new cmdline option '--use-absolute-tftp-path' which causesOliver Tappe2006-09-301-1/+12
| | | | | | | | the demuxer to pass on the absolute tftp-path to the client (via kernel cmdline argument 'tftp_root_path=...' git-svn-id: http://svn.openslx.org/svn/openslx/trunk@418 95ad53e4-c205-0410-b2fa-d234c58c8868
* * minor cleanupOliver Tappe2006-09-301-8/+11
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@417 95ad53e4-c205-0410-b2fa-d234c58c8868
* * ask for confirmation only if database actually has contentOliver Tappe2006-09-301-5/+9
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@416 95ad53e4-c205-0410-b2fa-d234c58c8868
* * some cleanup and clearificationsOliver Tappe2006-09-291-15/+15
| | | | | | | | | | * changed 'client-conf'-path to 'client-config', as 'config' is what we use in other places. * changed name of generated initalramfs-file from 'initialramfs' to 'initramfs' as that is the phrase used in other places. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@414 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added 'export-path' (which defaults to '/srv/openslx/export').Oliver Tappe2006-09-292-1/+5
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@413 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed occurrences of temp-basepath to temp-pathOliver Tappe2006-09-291-2/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@408 95ad53e4-c205-0410-b2fa-d234c58c8868
* * minor cleanupOliver Tappe2006-09-292-5/+3Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@407 95ad53e4-c205-0410-b2fa-d234c58c8868
* * adjusted to changed naming of several configuration keysOliver Tappe2006-09-291-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@406 95ad53e4-c205-0410-b2fa-d234c58c8868