iso3166.subr (e477abf734cc777a55286bfbd6b80a6760c96acf) iso3166.subr (56961fd7949de755f95a60fe8ac936f81e953f5b)
1if [ ! "$_TIMEZONE_ISO3166_SUBR" ]; then _TIMEZONE_ISO3166_SUBR=1
2#
3# Copyright (c) 2011-2012 Devin Teske
4# All Rights Reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions
8# are met:

--- 16 unchanged lines hidden (view full) ---

25# SUCH DAMAGE.
26#
27# $FreeBSD$
28#
29############################################################ INCLUDES
30
31BSDCFG_SHARE="/usr/share/bsdconfig"
32. $BSDCFG_SHARE/common.subr || exit 1
1if [ ! "$_TIMEZONE_ISO3166_SUBR" ]; then _TIMEZONE_ISO3166_SUBR=1
2#
3# Copyright (c) 2011-2012 Devin Teske
4# All Rights Reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions
8# are met:

--- 16 unchanged lines hidden (view full) ---

25# SUCH DAMAGE.
26#
27# $FreeBSD$
28#
29############################################################ INCLUDES
30
31BSDCFG_SHARE="/usr/share/bsdconfig"
32. $BSDCFG_SHARE/common.subr || exit 1
33f_dprintf "%s: loading includes..." timezone/iso3166.subr
33
34BSDCFG_LIBE="/usr/libexec/bsdconfig" APP_DIR="090.timezone"
35f_include_lang $BSDCFG_LIBE/$APP_DIR/include/messages.subr
36
37############################################################ CONFIGURATION
38
39#
40# Standard pathnames

--- 148 unchanged lines hidden (view full) ---

189'
190f_read_iso3166_table()
191{
192 eval $( awk -v progname="$pgm" \
193 "$f_read_iso3166_table_awk" \
194 "$_PATH_ISO3166" )
195}
196
34
35BSDCFG_LIBE="/usr/libexec/bsdconfig" APP_DIR="090.timezone"
36f_include_lang $BSDCFG_LIBE/$APP_DIR/include/messages.subr
37
38############################################################ CONFIGURATION
39
40#
41# Standard pathnames

--- 148 unchanged lines hidden (view full) ---

190'
191f_read_iso3166_table()
192{
193 eval $( awk -v progname="$pgm" \
194 "$f_read_iso3166_table_awk" \
195 "$_PATH_ISO3166" )
196}
197
198############################################################ MAIN
199
200f_dprintf "%s: Successfully loaded." timezone/iso3166.subr
201
197fi # ! $_TIMEZONE_ISO3166_SUBR
202fi # ! $_TIMEZONE_ISO3166_SUBR