summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
Commit message (Collapse)AuthorAgeFilesLines
* load yenta_socket and the like for PCMCIA controllersThierry Vignaud2004-11-101-1/+1
|
* fix logdrake speed (should have been commited long time ago)Thierry Vignaud2004-11-101-1/+1
|
* Create cfg dir if needed. Use xorg.conf.Stew Benedict2004-11-041-35/+92
| | | | | | | Touch /etc/dhcpd.conf.etherboot.kernel if missing. Ignore vmnet for broadcast address. Start reworking PXE support.
* display more informationThierry Vignaud2004-11-021-0/+9
|
* Anthill #1134 - advise user about anacron.Stew Benedict2004-10-291-3/+2
|
* detectloader must handle specially raid-extra-boot=mbr-only (bugzilla #12089)Pascal Rigaux2004-10-262-2/+2
|
* really fix typo (ie revert gtknew() patch)Pascal Rigaux2004-10-191-74/+67
|
* fix typoPascal Rigaux2004-10-191-68/+75
|
* simplifyPascal Rigaux2004-10-191-5/+4
|
* - perl_checker fixesDaouda Lo2004-10-191-8/+4
|
* - don't hardcore distronameDaouda Lo2004-10-191-3/+9
| | | | | | - don't trigger help system when mandrake-doc-common is not installed - don't trigger bug report in oem mode
* - don't trigger help system when mandrake-doc-common is not installedDaouda Lo2004-10-191-2/+6
| | | | | - don't trigger bug report in oem mode
* - don't hardcode distro name (usefull for oem to change the distroDaouda Lo2004-10-191-2/+4
| | | | | name at only one place)
* (update) do not re-select the default interface every 5 secondsOlivier Blin2004-10-161-5/+8
|
* perl_checker compliancePascal Rigaux2004-10-141-11/+11
|
* cleanupPascal Rigaux2004-10-141-8/+6
|
* perl_checker compliancePascal Rigaux2004-10-141-17/+14
|
* cleanup thanks to perl_checkerPascal Rigaux2004-10-142-4/+5
|
* remove TODO entry regarding configurnig programs that uses fontconfigThierry Vignaud2004-10-131-1/+0
|
* "portmap status" prints "portmap (pid XXXX) is running..." which bothers ↵Pascal Rigaux2004-10-131-1/+1
| | | | progs calling fileshareset (eg: gnome)
* (del_intf) fix crash introduced by trainee just before the release :-(Thierry Vignaud2004-10-121-6/+6
|
* remove /etc/sysconfig/network-scripts/ethX filesOlivier Blin2004-10-091-0/+1
|
* (font_choice) remove debug messageThierry Vignaud2004-10-051-1/+1
|
* in manual adding:Thierry Vignaud2004-10-051-3/+3
| | | | | | - let's have unique UPS names in the list - fix reading driver from the list
* write config in pure wizard modeThierry Vignaud2004-10-051-3/+11
|
* (writeconf) restart upsd daemonThierry Vignaud2004-10-051-0/+3
|
* install nut earlierThierry Vignaud2004-10-051-1/+2
|
* fix installing nutThierry Vignaud2004-10-051-1/+1
|
* fix closing import dialog (#11052)Thierry Vignaud2004-10-051-2/+4
|
* (save) applying changes can be quite time expensive, especially withThierry Vignaud2004-10-051-5/+19
| | | | | | ppp and wifi connections thus let's show the same "wait" dialog like in the old interface
* (apply) recompute NETWORK and BROADCAST fiels in manage interfaceOlivier Blin2004-10-041-1/+2
|
* (manage) use both type and device name in non-ethernet interfaces listOlivier Blin2004-10-041-1/+1
|
* (build_notebook) do not crash if BOOTPROTO is empty, use 'none' byOlivier Blin2004-10-041-1/+1
| | | | | default (#11899)
* remove what should had never been commitedThierry Vignaud2004-10-041-4/+0
|
* do not disable glx when switching from nvidia driver to nv (indirect ↵Thierry Vignaud2004-10-041-1/+0
| | | | support, #11285)
* do not failled when hw db is corruptedThierry Vignaud2004-10-041-1/+15
|
* run harddrake service on stopThierry Vignaud2004-10-011-0/+1
|
* on stop blacklist snd-usb-audioThierry Vignaud2004-10-011-0/+7
|
* typo fixesThierry Vignaud2004-10-011-6/+7
|
* add --wizard option in order to directly run the wizardThierry Vignaud2004-10-011-1/+8
|
* do not show banner when embeddedThierry Vignaud2004-10-011-1/+1
|
* - Numeric comparisonsDaouda Lo2004-09-301-1/+1
|
* only allow Active Directory for the corporate productPascal Rigaux2004-09-301-1/+2
|
* use a distinct icon for UPS devices in harddrake GUIThierry Vignaud2004-09-301-0/+0
|
* check every 5 seconds (instead of 20) for new or disconnected interfaces ↵Olivier Blin2004-09-291-1/+1
| | | | (#11780)
* - make printer::printerdrake::install_spooler() work with an optional $inPascal Rigaux2004-09-281-10/+12
| | | | | | | | | | - many functions now take $security (which used to be taken from $in during install) - fix some functions with empty prototype but still using a parameter - remove some unused variable - rename some $_foo vars to $foo since those vars are used - add some undef to some function calls to be minimally perl_checker compliant - perl_checker compliant optional parameters in start_spooler_on_boot(), install_spooler()
* (get_user_or_group) list users rather than groups when requested forThierry Vignaud2004-09-271-1/+1
| | | | | (anthill #1161)
* I am stupid, start when asked to start, stop when asked to stopOlivier Blin2004-09-261-2/+2
|
* fix again running processes detectionOlivier Blin2004-09-261-1/+5
|
* (ConnectNow) specify device to iwconfig when applying settings (partial fix ↵Olivier Blin2004-09-261-1/+1
| | | | for #11279)