summaryrefslogtreecommitdiffstats
path: root/perl-install/timezone.pm
Commit message (Collapse)AuthorAgeFilesLines
* add FIXME notes about missing parametersThierry Vignaud2012-03-231-0/+2
| | | | (spot by perl_checker)
* perl_checker cleanupsThierry Vignaud2012-03-231-5/+5
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r431 | dmorgan | 2011-02-06 01:58:02 +0000 (Sun, 06 Feb 2011) | 1 line Add drakx structure on the SVN ------------------------------------------------------------------------ r432 | dmorgan | 2011-02-06 01:59:38 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned advertising ------------------------------------------------------------------------ r446 | dmorgan | 2011-02-06 22:37:08 +0000 (Sun, 06 Feb 2011) | 1 line Import Clean perl-install ------------------------------------------------------------------------ r448 | dmorgan | 2011-02-06 23:02:36 +0000 (Sun, 06 Feb 2011) | 1 line Add cleaned files ------------------------------------------------------------------------ r449 | dmorgan | 2011-02-06 23:03:52 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned kernel ------------------------------------------------------------------------ r450 | dmorgan | 2011-02-06 23:23:30 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned tools ------------------------------------------------------------------------ r451 | dmorgan | 2011-02-07 00:01:56 +0000 (Mon, 07 Feb 2011) | 1 line Import stage1 ------------------------------------------------------------------------ r473 | dmorgan | 2011-02-07 11:20:50 +0000 (Mon, 07 Feb 2011) | 1 line Import images ------------------------------------------------------------------------ r497 | ennael | 2011-02-09 21:02:06 +0000 (Wed, 09 Feb 2011) | 2 lines readd missing file ------------------------------------------------------------------------ r502 | pterjan | 2011-02-09 23:30:32 +0000 (Wed, 09 Feb 2011) | 1 line Import rescue ------------------------------------------------------------------------ r603 | ennael | 2011-02-24 13:32:54 +0000 (Thu, 24 Feb 2011) | 2 lines import cleaned rescue for Mageia ------------------------------------------------------------------------ r2061 | tv | 2011-10-20 20:32:19 +0100 (Thu, 20 Oct 2011) | 1 line import (cleaned) doc ------------------------------------------------------------------------
* - timezone/mirror.pm: change Brazil/East entries to America/Sao_Paulo,Herton Ronaldo Krzesinski2010-06-091-1/+1
| | | | | Brazil/East is the deprecated/old time zone name.
* - timezone.pm: change India default timezone name from Asia/Calcutta toHerton Ronaldo Krzesinski2010-06-091-1/+1
| | | | | Asia/Kolkata (#59715)
* write UTC setting in /etc/adjtime (#36522)Olivier Blin2008-04-031-0/+6
| | | | | see RH #438124 and http://git.fedorahosted.org/git/anaconda.git?p=anaconda.git;a=commitdiff;h=4195005f05b87bbd75c6d9dc5ca034cceecaa4b7
* extract get_timezone_prefix()Olivier Blin2008-03-281-3/+8
|
* drakclock/finish-install: disable DPMS and screensaver when setting time not ↵Olivier Blin2007-10-231-0/+2
| | | | to blank monitor (#17031)
* re-sync after the big svn lossPascal Rigaux2007-04-251-144/+144
|
* reload sys clock from hc once we know the real timezone (#21511)Olivier Blin2006-03-081-0/+6
|
* oops, fix timezone listing (thanks Pixel)Olivier Blin2006-02-241-1/+1
|
* use -noleaf option when finding timezones (useful over unionfs, #21272)Olivier Blin2006-02-241-1/+1
|
* add some ntp servers from brazil (bugzilla #16879)Pascal Rigaux2005-08-031-0/+3
|
* - less arguments in ntp_server, $prefix no more passed to function argsDaouda Lo2004-02-041-1/+1
|
* use $::prefixPascal Rigaux2004-01-061-10/+9
|
* misc perl_checker cleanupsThierry Vignaud2003-10-201-1/+1
|
* syntax fixThierry Vignaud2003-10-131-1/+1
|
* only list one tz for chinas (hp release)Thierry Vignaud2003-10-131-1/+1
|
* update stratum 2 ntp serversPascal Rigaux2003-09-011-3/+87
|
* - cleanupPascal Rigaux2003-07-301-36/+38
| | | | | - add pool.ntp.org (and make it the default) (cf bug #4197)
* perl_checker adaptations + fixesPascal Rigaux2003-04-241-2/+2
|
* new perl_checker compliancePascal Rigaux2003-04-171-1/+2
|
* use output_p() instead of output() for /etc/ntp/step-tickersPascal Rigaux2003-02-231-1/+1
|
* language/country selection change:Guillaume Cottenceau2003-02-081-74/+65
| | | | | | | | | | | | | | | - first install step is selection of your language, in your language; it uses images for that - language->country is probed, the selection of the country is possible if there was a problem, in the Summary step - in the $o big structure, we now use $o->{locale} which contains three keys: lang, country and utf8 - lang.pm has been cleaned and rewritten a bit - keyboard probing now done only on language (because this step is at the beginning of the install) - timezone probing done on country, if use changes country before timezone in the Summary, re-probe timezone accordingly
* use "if any" instead of "if grep", and various other occurences of "any", ↵Pascal Rigaux2003-01-071-1/+1
| | | | "every", "partition"
* (sexProb): drop (unused!)Pascal Rigaux2002-12-131-17/+0
|
* do not use "local *F", use "my $F" or output() insteadPascal Rigaux2002-12-031-4/+3
|
* perl_checker adaptationsPascal Rigaux2002-11-271-2/+1
|
* use $::prefix in timezone::readPascal Rigaux2002-08-081-2/+1
|
* timezone::read now returns a hashPascal Rigaux2002-08-081-4/+2
|
* Help "perl -cw" not reporting any warningPascal Rigaux2002-07-251-2/+3
| | | | | | - for mac free partition, use $freepart instead of $freepart_device, $freepart_size ... - replace $timezone::ntp_servers by a function
* remove duplicate entry in ntp_serversGuillaume Cottenceau2002-06-071-1/+0
|
* added Italy (time.ien.it) inYves Duret2002-01-201-0/+1
|
* use new mkdir_p, rm_rf and cp_af from MDK::CommonPascal Rigaux2001-09-161-2/+1
|
* Asia/Taipei for Traditional ChinesePascal Rigaux2001-09-081-1/+2
|
* (ntp_server): fix (step-tickers was empty)Pascal Rigaux2001-09-061-2/+3
|
* (ntp_server): also set /etc/ntp/step-tickersPascal Rigaux2001-09-031-0/+1
|
* update ntp servers listPascal Rigaux2001-08-021-38/+1
|
* move to MDK::Common, bool->to_boolPascal Rigaux2001-07-241-1/+1
|
* generalize the use of chomp_ as the functional alternative to chomp (and ↵Pascal Rigaux2001-07-241-2/+2
| | | | works on lists)
* (configureTimezone): propose a list of NTP serversPascal Rigaux2001-07-031-0/+76
|
* (ntp_server): fixPascal Rigaux2001-07-031-0/+1
|
* add ntp handlingPascal Rigaux2001-07-031-1/+21
|
* (%l2t): fix for fuzzyChoicePascal Rigaux2001-03-241-2/+2
|
* - add many timezonesPascal Rigaux2001-03-141-3/+28
| | | | | | - defaults to GMT - verifier added
* add step summary. remove steps configureTimezone and configurePrinterPascal Rigaux2001-02-101-4/+5
|
* configureTimezone doesn't take parameter /etc/sysconfig/clockPascal Rigaux2001-02-091-3/+3
|
* no_commentPascal Rigaux2000-09-141-1/+1
|
* no_commentPascal Rigaux2000-07-311-0/+2
|
* no_commentPascal Rigaux2000-04-251-3/+3
|