summaryrefslogtreecommitdiffstats
path: root/bin/slxldd
Commit message (Collapse)AuthorAgeFilesLines
* change dir structureSebastian Schmelzer2010-09-021-128/+0Star
|
* git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2048 ↵Oliver Tappe2008-08-181-1/+1
| | | | 95ad53e4-c205-0410-b2fa-d234c58c8868
* * Switched indent used in Perl-code and settings files from tabs to 4 spaces.Oliver Tappe2008-03-201-15/+15
| | | | | | May need some manual corrections here and there, but should basically be ok. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1658 95ad53e4-c205-0410-b2fa-d234c58c8868
* * cmdline options are now collected in a hash instead of individual variables,Oliver Tappe2008-02-091-22/+14Star
| | | | | | as this is much clearer git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1526 95ad53e4-c205-0410-b2fa-d234c58c8868
* * moved functionality of slxldd into a module (LibScanner),Oliver Tappe2008-01-221-206/+7Star
| | | | | | | | such that it can be used by other programs, too * slxldd is now just a wrapper for the LibScanner module git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1483 95ad53e4-c205-0410-b2fa-d234c58c8868
* * avoid warning if ld.so.conf doesn't exist (seems to be the case onOliver Tappe2007-10-051-0/+1
| | | | | | debian-3.1) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1370 95ad53e4-c205-0410-b2fa-d234c58c8868
* * changed several class interfaces as a result of trying to integrate supportOliver Tappe2007-07-281-2/+4
| | | | | | | | for Debian & Ubunto installation (which is still not complete, though) * fixed some bugs along the way (especially the meta-packagers trying to invoke a private function of OpenSLX::OSSetup::Engine) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1281 95ad53e4-c205-0410-b2fa-d234c58c8868
* * some more work at UTF-8-compliance I forgot beforeOliver Tappe2007-07-221-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1272 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed glob()-related hang in slxldd.Oliver Tappe2007-07-221-1/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1270 95ad53e4-c205-0410-b2fa-d234c58c8868
* * tried to avoid a specific (but spurious) uninitialized value warning Oliver Tappe2007-07-181-5/+7
| | | | | | | that has been reported by Dirk * some cleanup with respect to regex matching git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1255 95ad53e4-c205-0410-b2fa-d234c58c8868
* * more work towards perlcritic compliance, fixed the low-hanging fruit Oliver Tappe2007-07-101-1/+5
| | | | | | for level 4 git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1234 95ad53e4-c205-0410-b2fa-d234c58c8868
* * activated 'use warnings' to all modules and adjusted all occurences ofOliver Tappe2007-07-011-7/+11
| | | | | | | 'use of uninitialized values', a couple of which might still show up * adjusted all code with respect to passing perlcritic level 4 and 5 git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1207 95ad53e4-c205-0410-b2fa-d234c58c8868
* * split export type into filesystem and (optional) blockdevice, closingOliver Tappe2007-06-201-28/+41
| | | | | | | ticket#139 * code-reformatting with perltidy git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1176 95ad53e4-c205-0410-b2fa-d234c58c8868
* * switched strange behaviour: instead of forcing absolute paths to be ↵Oliver Tappe2007-05-061-5/+5
| | | | | | | | | | relative to given root, we know force relative paths to be relative from that root. This allows slxldd to work against binaries that live outside of that root, too. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1015 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added workaround for /lib32 and /usr/lib32 not being referenced inOliver Tappe2007-04-261-4/+14
| | | | | | | | | ld.so.conf on debian, although they are required and used. I don't understand why they do it this way... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@931 95ad53e4-c205-0410-b2fa-d234c58c8868
* * inserted correct copyright headerOliver Tappe2007-03-231-4/+11
| | | | 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-2/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@812 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed bug reported by Dirk: some systems (kubuntu) do not have a ↵Oliver Tappe2007-03-061-2/+2
| | | | | | | | | | ld.so.conf, so we now support that, too. In that case, we now only work with the trusted folders (/lib and /usr/lib). git-svn-id: http://svn.openslx.org/svn/openslx/trunk@747 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed bug that caused the architecture detection to fail an 64-bitOliver Tappe2007-02-231-3/+11
| | | | | | | systems git-svn-id: http://svn.openslx.org/svn/openslx/trunk@714 95ad53e4-c205-0410-b2fa-d234c58c8868
* Small Fix: Quotation marks now prevent the path elements to be interpreted ↵Felix Endres2007-02-051-2/+2
| | | | | | as barewords git-svn-id: http://svn.openslx.org/svn/openslx/trunk@687 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed two incorrect uses of _tr()Oliver Tappe2007-02-051-2/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@683 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed problems with regards to extractTranslations.plOliver Tappe2007-02-031-4/+12
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@675 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added missing calls to _tr() for verbose output such that these will be ↵Oliver Tappe2007-02-031-11/+12
| | | | | | | | | translatable, too * missing files are now simply skipped instead of causing the script to exit git-svn-id: http://svn.openslx.org/svn/openslx/trunk@672 95ad53e4-c205-0410-b2fa-d234c58c8868
* * moved slxldd from config-db to (new) bin folder as it has nothing to do ↵Oliver Tappe2007-02-031-0/+273
with the config-db git-svn-id: http://svn.openslx.org/svn/openslx/trunk@671 95ad53e4-c205-0410-b2fa-d234c58c8868