summaryrefslogtreecommitdiffstats
path: root/config-db
Commit message (Collapse)AuthorAgeFilesLines
...
* * fixed leftover of use_absolute_tftpOliver Tappe2007-04-111-1/+0Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@875 95ad53e4-c205-0410-b2fa-d234c58c8868
* * circumvent problem with older versions of DBD::CSV not supporting the ↵Oliver Tappe2007-04-111-1/+9
| | | | | | | | | max()-function (this caused problems on SUSE-9.3). git-svn-id: http://svn.openslx.org/svn/openslx/trunk@874 95ad53e4-c205-0410-b2fa-d234c58c8868
* * removed 'use_absolute_tftp' from settings tableOliver Tappe2007-04-082-7/+0Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@873 95ad53e4-c205-0410-b2fa-d234c58c8868
* * in order to be consistent with other scripts, 'remove' is now a real ↵Oliver Tappe2007-04-081-10/+29
| | | | | | | | | | | action. So you have to do 'slxsettings remove db-type' in order to remove the option db-type from the local settings. * adjusted POD to recent changes git-svn-id: http://svn.openslx.org/svn/openslx/trunk@872 95ad53e4-c205-0410-b2fa-d234c58c8868
* * made output less confusing (use '' instead of <>)Oliver Tappe2007-04-081-8/+8
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@871 95ad53e4-c205-0410-b2fa-d234c58c8868
* * db-type no longer requires exact case matching of the respective module ↵Oliver Tappe2007-04-081-1/+14
| | | | | | | | | name (so you can now say --db-type=csv in order to request the 'CSV'-module). git-svn-id: http://svn.openslx.org/svn/openslx/trunk@870 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added more precise errors for inconsistent DB states (if the export or ↵Oliver Tappe2007-04-052-10/+13
| | | | | | | | | | vendor-OS a system refers to doesn't exist) * some cleanup git-svn-id: http://svn.openslx.org/svn/openslx/trunk@866 95ad53e4-c205-0410-b2fa-d234c58c8868
* * renamed '/etc/sysconfig/slxconfig' to '/etc/sysconfig/slxsystem.conf' in ↵Oliver Tappe2007-04-051-3/+6
| | | | | | | | | | | order to avoid confusions between this file and the 'slxconfig'-script. * changed slxconfig-demuxer to automatically add the current OpenSLX-version into slxsystem.conf (via slxversion). git-svn-id: http://svn.openslx.org/svn/openslx/trunk@865 95ad53e4-c205-0410-b2fa-d234c58c8868
* * even more work on consolidating the PODs. Hopefully, I'm finished now...Oliver Tappe2007-04-033-366/+164Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@858 95ad53e4-c205-0410-b2fa-d234c58c8868
* * more POD consolidationOliver Tappe2007-04-012-105/+135
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@850 95ad53e4-c205-0410-b2fa-d234c58c8868
* * improved POD formattingOliver Tappe2007-04-012-112/+297
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@849 95ad53e4-c205-0410-b2fa-d234c58c8868
* * moved default values for systems and client into DB-layerOliver Tappe2007-04-012-19/+24
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@847 95ad53e4-c205-0410-b2fa-d234c58c8868
* * system-names will no longer be automatically set, you have to specify them ↵Oliver Tappe2007-04-011-46/+75
| | | | | | | | | | | | | manually. However, you no longer have to give the export name if it is the same as the system name (which is true in most cases) * when listing the exports, the type will be listed, too, in order to be able to differentiate between two exports sharing the name (but having different types). * improved examples git-svn-id: http://svn.openslx.org/svn/openslx/trunk@845 95ad53e4-c205-0410-b2fa-d234c58c8868
* * circumvent dubious problem with perldoc in combination with UTF-8 thatOliver Tappe2007-04-012-2/+12
| | | | | | | | | leads to strange dashes and single-quotes being used, in result making it impossible to copy'n'paste examples git-svn-id: http://svn.openslx.org/svn/openslx/trunk@842 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added several missing closing brackets in PODOliver Tappe2007-03-291-5/+5
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@833 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added support for adding/removing of clients to/from a system, without ↵Oliver Tappe2007-03-261-57/+115
| | | | | | | | | | | | having to specify the resulting list * added support for adding/removing of systems to/from a client, without having to specify the resulting list * improved formatting of output to some degree git-svn-id: http://svn.openslx.org/svn/openslx/trunk@825 95ad53e4-c205-0410-b2fa-d234c58c8868
* * cosmetical changesOliver Tappe2007-03-261-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@824 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed a bad bug in _updateRefTable that would delete many more items than ↵Oliver Tappe2007-03-261-1/+6
| | | | | | should have been git-svn-id: http://svn.openslx.org/svn/openslx/trunk@823 95ad53e4-c205-0410-b2fa-d234c58c8868
* * --list-systems now shows the names of the respective systems' clients, tooOliver Tappe2007-03-261-12/+51
| | | | | | | | * --list-clients now shows the names of the respective clients' systems, too * --list-exports now shows the names of the respective exports' vendor-OS, too git-svn-id: http://svn.openslx.org/svn/openslx/trunk@822 95ad53e4-c205-0410-b2fa-d234c58c8868
* * inserted correct copyright headerOliver Tappe2007-03-2311-36/+107
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@813 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed incorrect uses of the _tr() functionOliver Tappe2007-03-231-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@812 95ad53e4-c205-0410-b2fa-d234c58c8868
* * removed this script as it is no longer needed (now that we have slxconfig)Oliver Tappe2007-03-231-347/+0Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@810 95ad53e4-c205-0410-b2fa-d234c58c8868
* * changed to be more quiet by default (old behaviour can be requested with ↵Oliver Tappe2007-03-231-12/+10Star
| | | | | | --verbose) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@809 95ad53e4-c205-0410-b2fa-d234c58c8868
* * adjusted to changed DB-schemaOliver Tappe2007-03-232-54/+32Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@801 95ad53e4-c205-0410-b2fa-d234c58c8868
* * completed this script:Oliver Tappe2007-03-231-81/+335
| | | | | | | | | - added support for changing and removing of clients and systems - added support for verbose output - finished POD git-svn-id: http://svn.openslx.org/svn/openslx/trunk@800 95ad53e4-c205-0410-b2fa-d234c58c8868
* * cleaned up some schema inconsistenciesOliver Tappe2007-03-231-2/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@799 95ad53e4-c205-0410-b2fa-d234c58c8868
* * did missing adjustments to recent refactoring step, as reported by DirkOliver Tappe2007-03-201-5/+8
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@790 95ad53e4-c205-0410-b2fa-d234c58c8868
* * removed slxsetup as it isn't required now that we have slxconfigOliver Tappe2007-03-201-341/+0Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@789 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added the options '--list-clients', '--list-exports', '--list-systems' andOliver Tappe2007-03-161-0/+42
| | | | | | | | '--list-vendor-oses' which trigger a list of the respective objects that as defined in the config-DB. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@778 95ad53e4-c205-0410-b2fa-d234c58c8868
* * largish overhaul, changed ConfigDB to be object-oriented (could be ↵Oliver Tappe2007-03-1512-598/+586Star
| | | | | | | | | | | improved, though!) * slxos-setup, slxos-export, slxconfig and slxconfig-demuxer can now be run one after the other in order to get a complete setup * still problems when trying to boot that system here, need to investigate... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@774 95ad53e4-c205-0410-b2fa-d234c58c8868
* * minor cleanupOliver Tappe2007-03-131-25/+15Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@764 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added new script slxconfig, which can be used to add systems and clients ↵Oliver Tappe2007-03-111-0/+270
| | | | | | | | | | to the config-DB. WORK-IN-PROGRESS, seems to do alright, but your mileage may vary... * at a later stage, this will be replace by the configurator GUI git-svn-id: http://svn.openslx.org/svn/openslx/trunk@749 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed incorrect copying of links when in fact we want to copy the fileOliver Tappe2007-03-111-3/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@748 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added stage1-path as config-optionOliver Tappe2007-02-051-1/+8
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@686 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed problems with regards to extractTranslations.plOliver Tappe2007-02-031-4/+3Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@675 95ad53e4-c205-0410-b2fa-d234c58c8868
* * moved extractTranslations to a better placeOliver Tappe2007-02-031-232/+0Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@673 95ad53e4-c205-0410-b2fa-d234c58c8868
* * moved slxldd from config-db to (new) bin folder as it has nothing to do ↵Oliver Tappe2007-02-031-273/+0Star
| | | | | | with the config-db git-svn-id: http://svn.openslx.org/svn/openslx/trunk@671 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added support for binaries using rpaths (explicit paths specified at link ↵Oliver Tappe2007-02-031-7/+43
| | | | | | | | | stage) * added more output in verbose mode git-svn-id: http://svn.openslx.org/svn/openslx/trunk@670 95ad53e4-c205-0410-b2fa-d234c58c8868
* * adjusted scripts and Makefile to new directory layoutOliver Tappe2007-01-148-21/+15Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@628 95ad53e4-c205-0410-b2fa-d234c58c8868
* * moved basic perl modules into new 'lib' folder in order to make them availableOliver Tappe2007-01-146-790/+5Star
| | | | | | | to other parts than the config-db git-svn-id: http://svn.openslx.org/svn/openslx/trunk@625 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added support for --man and --verboseOliver Tappe2007-01-131-4/+11
| | | | | | | | * fixed incorrect handling of relative paths * in verbose mode, libs that are skipped because of wrong platform are listed git-svn-id: http://svn.openslx.org/svn/openslx/trunk@624 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added support for dual-bitwidth platforms (32-/64-bit) by explicitly checkingOliver Tappe2007-01-121-8/+28
| | | | | | | | | | the bitwidth of every binary and library. This fixes the incongruent results reported by Dirk. * changed order of processing from depth-first to breadth-first to more closely resemble the output of ldd. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@623 95ad53e4-c205-0410-b2fa-d234c58c8868
* * some work towards completing the API documentation (POD)Oliver Tappe2006-12-111-0/+478
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@530 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed several missing return statementsOliver Tappe2006-12-111-5/+7
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@529 95ad53e4-c205-0410-b2fa-d234c58c8868
* bigfix in DBSchema, floppy image renamed to fd.imgMichael Janczyk2006-12-051-2/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@528 95ad53e4-c205-0410-b2fa-d234c58c8868
* * 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