summaryrefslogtreecommitdiffstats
path: root/config-db
Commit message (Collapse)AuthorAgeFilesLines
* * removed legacy attributes which are managed by externalOliver Tappe2006-10-311-7/+2Star
| | | | | | | | entities (DHCP and/or DNS). * added attr_auth_type and attr_home_type git-svn-id: http://svn.openslx.org/svn/openslx/trunk@498 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed linebreak problem, now we use '\x0a' only, in orderOliver Tappe2006-10-291-1/+1
| | | | | | | to be compatible with oocalc. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@496 95ad53e4-c205-0410-b2fa-d234c58c8868
* * type problem in date determination code.Oliver Tappe2006-10-291-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@495 95ad53e4-c205-0410-b2fa-d234c58c8868
* * as we now use 'vmlinuz' for the defaultd kernel name we haveOliver Tappe2006-10-291-2/+3
| | | | | | | | to follow links in order to be able to determine the kernel version from the filename. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@494 95ad53e4-c205-0410-b2fa-d234c58c8868
* * now always use 'vmlinuz' as default kernel nameOliver Tappe2006-10-291-2/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@493 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added support for writing of slxconfig file and passing itOliver Tappe2006-10-291-1/+38
| | | | | | | on to slxmkramfs. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@491 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added support for showing and changing the settings, too.Oliver Tappe2006-10-291-3/+28
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@490 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added support for new table 'settings', which containsOliver Tappe2006-10-294-0/+60
| | | | | | | the system-wide settings. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@489 95ad53e4-c205-0410-b2fa-d234c58c8868
* * improved error-handling in case of problems with the db-backend.Oliver Tappe2006-10-291-2/+8
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@486 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added stub for DHCP-exporter and adjusted config-demuxerOliver Tappe2006-10-292-2/+62
| | | | | | | to use it. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@485 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added transparent mechanism for generating placeholdersOliver Tappe2006-10-291-2/+8
| | | | | | | | (@@@...@@@) and adjusted handling of @@@server_ip@@@ to make use of it. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@484 95ad53e4-c205-0410-b2fa-d234c58c8868
* * 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