2015-10-04 Treeve Jelbert * DETAILS: version 2015g 2015-06-02 Treeve Jelbert * DETAILS: version 2015d 2015-03-09 Vlad Glagolev * DETAILS: updated spell to 2015a * hard_linked_files: updated, generated with: `for i in ${TIMEZONES[*]}; do grep "^Link" "$i" | awk '{ print "/usr/share/zoneinfo/" $3 }'; done | sort` plus for 'posix' and 'right'. * timezones: updated file, generated with: `{ sed /#/d /usr/share/zoneinfo/zone.tab | cut -f 3-4 -d$'\t' && find /usr/share/zoneinfo/ -path '/usr/share/zoneinfo/posix' -prune -o -path '/usr/share/zoneinfo/right' -prune -o \! -name \*.\* -type f -print | sed 's:/usr/share/zoneinfo/::g' ;}| sort -k 1,1 -u | awk '{OFS=FS="\t"}{$2="\x22" $2 "\x22"}{printf "%-50s%-100s%s\n",$1,$2,"off"}'` 2014-08-31 Treeve Jelbert * DETAILS: version 2014g 2014-06-22 Treeve Jelbert * DETAILS: version 2014e use upstream signature * iana.gpg: aded 62AA7E34 "Paul Eggert 2014-03-10 Treeve Jelbert * DETAILS: version 2014a 2013-12-27 Treeve Jelbert * DETAILS: PATCHLEVEL=1 * INSTALL: remove solar*, add some missing && 2013-12-22 Treeve Jelbert * DETAILS: version 2013i 2013-12-18 Treeve Jelbert * DETAILS: version 2013h 2013-10-03 Treeve Jelbert * DETAILS: version 2013g 2013-08-10 Treeve Jelbert * DETAILS: version 2013d 2013-05-10 Treeve Jelbert * DETAILS: version 2013c 2013-04-12 Treeve Jelbert * DETAILS: version 2013b 2013-02-24 Treeve Jelbert * DETAILS: version 2012j 2012-10-30 Treeve Jelbert * DETAILS: version 2012h 2012-10-09 Treeve Jelbert * DETAILS: version 2012f 2012-08-03 Sukneet Basuta * DETAILS: updated spell to 2012e 2012-07-19 Sukneet Basuta * DETAILS: updated spell to 2012d changed SOURCE_URL[1] 2012-05-24 Sukneet Basuta * INSTALL: $SCRIPT_DIRECTORY -> $SPELL_DIRECTORY TIme -> Time 2012-05-22 Sukneet Basuta * CONFIGURE: add config_query to ask if sorcery should manage /etc/localtime * INSTALL: only install local timezone if requested to remove files that should be hard linked, in the case they are actual files and not links * hard_linked_files: added, list of files that should be hard links * FINAL: added, provide instructions if the SA decided to manually manage /etc/localtime 2012-05-19 Arjan Bouter * INSTALL: use ln instead of zic -l to avoid failure if /etc and /usr are on different partitions 2012-05-17 Sukneet Basuta * BUILD, CONFIGURE, DETAILS, INSTALL, PRE_BUILD, TRIGGERS: spell created * timezones: timezone list generated by { sed /#/d /usr/share/zoneinfo/zone.tab | cut -f 3-4 -d " " && find /usr/share/zoneinfo/ -path '/usr/share/zoneinfo/posix' -prune -o -path '/usr/share/zoneinfo/right' -prune -o \! -name \*.\* -type f -print | sed 's:/usr/share/zoneinfo/::g' ;}| sort -k 1,1 -u | awk '{OFS=FS="\t"}{$2="\x22" $2 "\x22"}{printf "%-50s%-100s%s\n",$1,$2,"off"} .