summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
Commit message (Collapse)AuthorAgeFilesLines
* - no special testing mouse in embeddedPascal Rigaux2004-02-061-13/+4
| | | | | - use mouse::change_mouse_live()
* advertize alsaconf too since sndconfig failled for cards only managedThierry Vignaud2004-02-061-1/+1
| | | | | by ALSA (#7456)
* workaround gtk limitation #133489Thierry Vignaud2004-02-061-9/+11
|
* (alert_config) do not complain when removing non existing cron entryThierry Vignaud2004-02-061-1/+1
| | | | | (aka when one run twice the disable path)
* Warn if the user is not in framebuffer mode, but allow to see the installed ↵Florent Villard2004-02-061-17/+19
| | | | | | | | theme. Do not perform autologin config in splash mode Better parsing of current resolution from detect-resolution
* - do only one regexp on $interfaceDamien Chaumette2004-02-061-3/+9
| | | | | - more readable repack
* - add sub check_fieldDamien Chaumette2004-02-061-2/+10
| | | | | | - check IPs - delete BOOTPROTO when not needed
* Provide more detailed info on files backed up/ignored. <Anthill #306>Stew Benedict2004-02-061-91/+114
| | | | | Cleanup some of the redundant code in the actual backup routines.
* typo fix (spoted by Per Øyvind Karlsen)Thierry Vignaud2004-02-051-1/+1
|
* Informations doesn't exist in english, use Information instead (no need to ↵Guillaume Cottenceau2004-02-051-5/+5
| | | | update the POs, they already contain Information elsewhere)
* upcase protocol nameThierry Vignaud2004-02-051-1/+1
|
* write fstab for /tmp using tmpfs when "clean /tmp" is chosenPascal Rigaux2004-02-051-3/+11
|
* remove $draw2 (in ugtk2.pm) and wiz_default_left.png which are unusedPascal Rigaux2004-02-041-0/+0
|
* $::noBorder is deprecated (it was the same as !$::isInstall)Pascal Rigaux2004-02-041-1/+0
|
* compact declarationDamien Chaumette2004-02-041-4/+2
|
* ethernet cards get via get_eth_cards()Damien Chaumette2004-02-041-0/+2
|
* - add network::ethernet::get_eth_cards_namesDamien Chaumette2004-02-041-6/+1
| | | | | - kill duplicated code
* drop Storable and use Dumper (queen & pipi rulez)Damien Chaumette2004-02-041-2/+2
|
* typo fix...Damien Chaumette2004-02-041-0/+1
|
* Maintain /etc/passwd$$CLIENT$$ so mdkkdm has a valid userlist.Stew Benedict2004-02-031-7/+30
|
* - fix adsl_conf_backend callDamien Chaumette2004-02-031-3/+2
| | | | | - store and retreive network interfaces via $config file
* remove unneeded next fieldsThierry Vignaud2004-02-021-2/+0
|
* make cron script be able to use either local smtp server or a remoteThierry Vignaud2004-02-021-12/+19
| | | | | one (arnaud)
* add "remove cron entry" on arnaud requestThierry Vignaud2004-02-021-2/+21
|
* - remove not needed $securityDamien Chaumette2004-01-301-4/+5
| | | | | - clean dumb foreach repetition (one foreach to rule them all)
* - show gateway in ethernet onlyDamien Chaumette2004-01-301-6/+8
| | | | | - hide gateway Entry in dhcp mode
* replace conf_network_card_backend() "detect" calls by get_eth_cards() onesThierry Vignaud2004-01-291-2/+2
|
* beautify ethernet cards nameDamien Chaumette2004-01-291-0/+9
|
* Configure clients with defined IPs to set hostname so gnome works.Stew Benedict2004-01-291-6/+16
|
* shrinkDamien Chaumette2004-01-291-14/+5
|
* fix modem login fetchingDamien Chaumette2004-01-291-0/+1
|
* - use nice interfaces name (e.g. ethernet0 rather than eth0)Damien Chaumette2004-01-291-5/+4
| | | | | - fix adsl loading and saving calls
* do not force page switchThierry Vignaud2004-01-291-1/+0
|
* sucky toggled fix (queen fix)Damien Chaumette2004-01-281-6/+6
|
* - move radio buttons to $gui->{intf_radio}Damien Chaumette2004-01-281-7/+8
| | | | | - fix authentication menu wrongly used for isdn
* fix typo s/Netwok name (ESSID)/Network name (ESSID)/Damien Chaumette2004-01-271-1/+1
|
* - fix Information pageDamien Chaumette2004-01-271-3/+3
| | | | | - use mapIntfToDevice to get infos
* Remove unused sub.Stew Benedict2004-01-261-15/+1
|
* Another cron issue reported on Anthill.Stew Benedict2004-01-261-2/+3
|
* reput back my changes that poulpy gratuitously rollbacked because:Thierry Vignaud2004-01-261-12/+6
| | | | | | | | | | - he hadn't update network/*pm but only update standalone/drakconnect - he happilly followed what perl_checker instrumentate him w/o any second thoughs next time damien, do not listen gc when he's explaining how he resolves conflicts the first time he used cvs :-(
* - fix sucky fixDamien Chaumette2004-01-261-1/+1
|
* - fix missing parametersDamien Chaumette2004-01-261-16/+24
| | | | | | - add kind and protocol to $config - fix various issues from $config changes
* get rid of global variables regarding connect/disconnect scriptsThierry Vignaud2004-01-262-20/+9
|
* (Repaint) help perl_checker in checking time_to_rad() argumentsThierry Vignaud2004-01-261-1/+2
|
* (spinned) do not pass extra arguments to time_to_rad()Thierry Vignaud2004-01-261-3/+1
|
* reindent gtkpack callsThierry Vignaud2004-01-261-42/+43
|
* rename adj_* variables as adj* in order to help cperl-mode parsingThierry Vignaud2004-01-261-15/+15
| | | | | this file
* perl_checker: assigned, but not readStew Benedict2004-01-231-5/+2
|
* More perl_checker fixes. Remove another unused sub.Stew Benedict2004-01-231-81/+76
| | | | | Fix broken sys, other restore.
* "use USER" is unecessary and probably comes from copy-pasting userdrake's GUIGuillaume Cottenceau2004-01-231-1/+0
|