summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* (manage) clean interface kind assignmentOlivier Blin2004-09-071-1/+3
|
* (get_interface_type) ethernet devices can be used as adsl devicesOlivier Blin2004-09-071-1/+1
|
* Remove unused variableRafael Garcia-Suarez2004-09-071-1/+0
|
* pppoa shouldn't be selected by default for ethernet devices, fallback on pppoeOlivier Blin2004-09-071-0/+2
|
* - ignore first line of /proc/swapsPascal Rigaux2004-09-071-3/+8
| | | | | | | - partially handle /udev/xxx device names in fstab - ignore rootfs "device" - don't warn for loopback files
* add/update a few commentsThierry Vignaud2004-09-071-1/+4
|
* explicitely do not try to run configurator for AGP, ATA_STORAGE, SATA_STORAGE,Thierry Vignaud2004-09-071-0/+1
| | | | | | SCSI_CONTROLLER and TV classes (some of them [eg: TV] do have a configurator for harddrake GUI and thus are not skiped by -x test)
* Code factorizationRafael Garcia-Suarez2004-09-071-25/+12
|
* Skip packages that are found on a supplementary media but that areRafael Garcia-Suarez2004-09-071-2/+27
| | | | | already provided by the main media.
* use fctStartAdsl for eagle-usb in dhcp/static modesOlivier Blin2004-09-071-2/+3
|
* perl_checker fixesOlivier Blin2004-09-061-5/+5
|
* fix stupid errorOlivier Blin2004-09-061-1/+1
|
* (del_intf) update for adsl/modem/isdn connectionsOlivier Blin2004-09-061-7/+8
|
* adjust tests, dhcp/static adsl connections can now use non-ethernet devicesOlivier Blin2004-09-061-2/+2
|
* write sagem specific stuff for dhcp/static connectionsOlivier Blin2004-09-061-0/+1
|
* (adsl_conf_backend) explode sagem specific stuff to sagem_set_parameters()Olivier Blin2004-09-061-13/+15
|
* always ask adsl providerOlivier Blin2004-09-061-2/+1
|
* 10.1-0.22mdkThierry Vignaud2004-09-061-1/+26
|
* some more languages not supported on consolePablo Saratxaga2004-09-061-2/+2
|
* updated pot filePablo Saratxaga2004-09-061-1/+1
|
* (ppp_read_conf) override Authentication if it does not contain a digit ↵Olivier Blin2004-09-061-1/+1
| | | | | | | character, the empty string exists ...
* (ppp_read_conf) try to read kppp config from user dirOlivier Blin2004-09-061-1/+11
|
* (write) fix log message when installing IM packagesThierry Vignaud2004-09-061-1/+1
|
* drop lang::write()'s prefix parameter in favor of $::prefix (which was ↵Thierry Vignaud2004-09-064-11/+11
| | | | already partially done)
* (build_tree) avoid code duplication, use network::modem::ppp_read_confOlivier Blin2004-09-061-16/+1
|
* (ppp_read_conf) return modem configurationOlivier Blin2004-09-061-0/+2
|
* (ppp_read_conf) use /dev/modem if no modem was detected (do not crashOlivier Blin2004-09-061-1/+4
| | | | | when we edit a connection whose modem is unplugged)
* (write, configure_kdeglobals) log quite more explanationsThierry Vignaud2004-09-061-8/+25
|
* (write) really do nothing when no IM is set (harmfull but saner)Thierry Vignaud2004-09-061-1/+1
|
* (explanations) redirect log where appropriate at install timeThierry Vignaud2004-09-061-1/+7
|
* (write) package list was already computedThierry Vignaud2004-09-061-1/+1
|
* saferPascal Rigaux2004-09-061-2/+3
|
* do not install uim-applet for japanese since SCIM already provides itsThierry Vignaud2004-09-061-1/+1
| | | | | own applet
* consolechars has movedRafael Garcia-Suarez2004-09-061-1/+1
|
* Updated Simplified Chinese translationFunda Wang2004-09-061-389/+389
|
* Supplementary media: don't forget to check for a new rpmsrate tooRafael Garcia-Suarez2004-09-061-0/+3
|
* fix english name for bretonThierry Vignaud2004-09-061-1/+1
|
* Make the network supplementary media probe able to find an hdlists fileRafael Garcia-Suarez2004-09-062-4/+13
|
* always set QT_IM_MODULE when setting GTK_IM_MODULEThierry Vignaud2004-09-061-3/+2
|
* fix typoPascal Rigaux2004-09-061-3/+4
|
* remove uneeded quotesThierry Vignaud2004-09-061-2/+2
|
* - install scim-m17n as well for generic SCIM configuration (more inputThierry Vignaud2004-09-061-1/+2
| | | | | | | methods) - split am entry from generic one since we've choosen to use scim-tables for am on 2004-09-01
* add specific packages to install for japanese when using SCIMThierry Vignaud2004-09-061-0/+1
|
* ensure we do not enable autologin w/o any userThierry Vignaud2004-09-061-1/+8
|
* handle pt_type, not only fs_typePascal Rigaux2004-09-061-2/+5
|
* some more loggingPascal Rigaux2004-09-061-0/+2
|
* - detect LVM2Pascal Rigaux2004-09-061-1/+2
| | | | | - don't even check_md magic when we don't have the size of the device
* Override rpmsrate and compssUsers.pl by the ones found on aRafael Garcia-Suarez2004-09-061-3/+3
| | | | | supplementary CD
* BIOS release date can have date DD/MM/YY (or maybe it is MM/DD/YY), only ↵Pascal Rigaux2004-09-061-1/+3
| | | | YYYY was handled
* set QT_IM_MODULE too (UTUMI Hirosi)Thierry Vignaud2004-09-061-0/+2
| | | | | | we should probably set it for all IM that use gtk+ API since their API is almost identical.