summaryrefslogtreecommitdiffstats
path: root/perl-install/common.pm
Commit message (Collapse)AuthorAgeFilesLines
* also look for conectiva-releasePascal Rigaux2005-08-311-1/+1
|
* move is_xbox from common to detect_devicesOlivier Blin2005-08-081-6/+1
|
* import md5file from net_applet/mdkonline/userdrakeOlivier Blin2005-07-181-0/+14
|
* do not load bloat POSIXThierry Vignaud2005-06-301-3/+2
|
* try to cleanup fs.pmPascal Rigaux2005-06-281-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | (to have simpler dependencies between modules, esp. have some modules only required by diskdrake): - move some functions from fs to fs::mount (most keep their name, except mount_part and mount_usbfs) - move formatMount_part and formatMount_all from fs to fs::format - move some functions from fs to fs::wild_device (part2wild_device_name -> fs::wild_device::from_part) (subpart_from_wild_device_name -> fs::wild_device::to_subpart) (analyze_wild_device_name -> fs::wild_device::analyse) - formatMount_part(), formatMount_all(), fs::mount::part() don't take a prefix anymore the current situation was quite muddy we now rely on fs::get::mntpoint_prefixed() which will maybe depend on a field in $part for now, we mount every part in chroot, it seems to be what's wanted - fs::format::part() now expect $all_hds instead of $raids - fs::type::carryRootLoopback is now fs::get::carry_root_loopback() - in fs::loopback, most functions don't want a prefix anymore
* don't need use MDK::Common... when we have "use common" (which is the ↵Pascal Rigaux2005-06-101-1/+0
| | | | standard for libDrakX modules)
* use "our" instead of "use vars"Pascal Rigaux2005-06-031-4/+3
|
* drop untranslate which is unused and bad practicePascal Rigaux2005-06-031-8/+1
|
* update commentOlivier Blin2005-05-271-1/+1
|
* fix mandrake_release() when called with a prefixPascal Rigaux2005-04-271-1/+2
|
* allow using mandrake_release() with a prefixPascal Rigaux2005-04-271-2/+3
|
* create common::release_file() and use itPascal Rigaux2005-04-211-1/+6
|
* ensure this bloody stupid code doesn't break things when it is unusedPascal Rigaux2005-03-171-3/+3
|
* (set_l10n_sort) import comments from rpmdrakeThierry Vignaud2005-03-171-0/+4
|
* (set_l10n_sort) do not bother touch LC_ALLThierry Vignaud2005-03-171-3/+1
|
* (set_l10n_sort) stole it from rpmdrakeThierry Vignaud2005-03-171-1/+13
|
* *** empty log message ***Pascal Rigaux2005-02-251-0/+1
|
* cleanup is_xbox() here tooPascal Rigaux2005-02-231-1/+1
|
* XBox support - XFdrakeStew Benedict2005-02-231-1/+5
|
* - move some install specific code out of ugtk2.pm into install_gtk.pmPascal Rigaux2005-01-061-27/+0
| | | | | - move some install specific code out of common.pm into install_any.pm
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-3/+3
|
* since we don't use ramdisk but clp, some code is deadPascal Rigaux2004-11-181-2/+0
| | | | | (remove usingRamdisk(), check_prog(), remove_unused()...)
* remove some unneeded ";", add some for normalization (as told by perl_checker)Pascal Rigaux2004-11-181-5/+5
|
* add __regexp suffix to matching_desc() and matching_driver()Thierry Vignaud2004-08-271-1/+1
|
* /etc/mandrake-release is now /etc/mandrakelinux-releasePascal Rigaux2004-05-261-1/+1
|
* better error message on exceptionsPascal Rigaux2004-03-021-0/+1
|
* add unpack_with_refs()Pascal Rigaux2004-02-101-0/+21
|
* fix typoPascal Rigaux2004-02-091-1/+1
|
* move Xtest() and setMouseLive() out of c/stuff to xf86misc::mainPascal Rigaux2004-02-081-1/+5
| | | | | | so that we can use them (esp. setMouseLive) in standalone without making drakxtools-newt require xfree libs
* detect_devices::matching_driver -> matching_desc but matching driver names ↵Guillaume Cottenceau2004-01-131-1/+1
| | | | (kernel modules)
* enable other packages to override libDrakx translations with thoseThierry Vignaud2004-01-091-1/+1
| | | | | | from their own domains (eg: prevent mcc to display "partition de demarrage" instead of "demarrage" in french for "boot" ...)
* better override formatError than replacing all the formatError with ↵Pascal Rigaux2004-01-081-3/+4
| | | | | | | formatError_and_log (goal: get log'ing even now that SIG{__DIE__} is not there anymore)
* add formatError_and_log (to get log'ing even now that SIG{__DIE__} is not ↵Pascal Rigaux2004-01-081-1/+7
| | | | there anymore)
* (require_root_capability) let be --testing awareThierry Vignaud2004-01-061-1/+1
|
* perl_checker cleanupThierry Vignaud2003-12-221-1/+1
|
* do not show useless "ignore" button when requesting root password through kdesuThierry Vignaud2003-12-191-1/+1
|
* sort export listThierry Vignaud2003-10-271-1/+1
|
* add common::nonblock()Pascal Rigaux2003-10-061-0/+4
|
* no need for NC(), doing it in translate() in any casePascal Rigaux2003-08-211-8/+3
|
* perl_checker complain avout using N(@_) so NC() has been rewritten asPablo Saratxaga2003-08-211-3/+4
| | | | | a duplicate of N() plus one line
* definition and use of an NC() function (translation with context, kde like)Pablo Saratxaga2003-08-211-0/+8
|
* ensure N() is not called before ugtk2 is initialised, otherwisePascal Rigaux2003-06-061-0/+1
| | | | | the gettext is not forced to utf8
* (set_permissions): owner and group are optional parametersThierry Vignaud2003-05-201-7/+7
|
* perl_checker adaptations + fixesPascal Rigaux2003-04-241-6/+6
|
* new perl_checker compliancePascal Rigaux2003-04-171-2/+2
|
* prevent warning when using diagnostics pragma (easier debugging)Thierry Vignaud2003-03-051-0/+2
|
* please perl_checkerPascal Rigaux2003-02-021-1/+1
|
* cleaning the utf8 support stuff:Thierry Vignaud2003-01-281-2/+10
| | | | | | | | | | - consolidate check_for_xserver() to check for x11 access - introduce prepare_gtk2() to do what gtk+2 needs, so that tools that're not part of drakxtools (aka: rpmdrake, mcc, ...) can just do : unshift @::textdomains, 'drakconf'; prepare_gtk2();
* (require_root_capability): having extracted it from interactive enableThierry Vignaud2003-01-271-5/+1
| | | | | to further simplify it
* strip authentification out of interactive->vnew into common.pmThierry Vignaud2003-01-271-2/+19
| | | | | | | | | | | | | | | | | | | | | | This enable apps that still use gtk+-1.2 via my_gtk to still work when they only need interactive->vnew('su') just to get root capabilities. Indeed, interactive load ugtk if it has access to the X server, which make my_gtk and ugtk fight for the cpu forever... which is bad imho... drakfloppy and net_monitor were converted to use it and are now usuable again ("i leave ... again" commit). it would also enable to complete spec 64 by enabling rpmdrake to use kdesu under kde and consolehelper under gnome. rpmdrake is indeed the last program to not behave like the running desktop to get root capability. unless someone is against this, i'll convert the mcc and all other gtk+ pure tools to do not use anymore interactive just to get root capability. btw, i fixed the infamous SECTOR_SIZE warning...