menus.subr (e477abf734cc777a55286bfbd6b80a6760c96acf) | menus.subr (56961fd7949de755f95a60fe8ac936f81e953f5b) |
---|---|
1if [ ! "$_TIMEZONE_MENUS_SUBR" ]; then _TIMEZONE_MENUS_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_MENUS_SUBR" ]; then _TIMEZONE_MENUS_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/menus.subr |
|
33f_include $BSDCFG_SHARE/dialog.subr 34 35############################################################ GLOBALS 36 37# 38# Export special included variables required by awk(1) for `ENVIRON' visibility 39# 40export DIALOG_MENU_TAGS --- 171 unchanged lines hidden (view full) --- 212 } 213} 214' 215f_make_menus() 216{ 217 eval $( :| awk "$f_make_menus_awk" ) 218} 219 | 34f_include $BSDCFG_SHARE/dialog.subr 35 36############################################################ GLOBALS 37 38# 39# Export special included variables required by awk(1) for `ENVIRON' visibility 40# 41export DIALOG_MENU_TAGS --- 171 unchanged lines hidden (view full) --- 213 } 214} 215' 216f_make_menus() 217{ 218 eval $( :| awk "$f_make_menus_awk" ) 219} 220 |
221############################################################ MAIN 222 223f_dprintf "%s: Successfully loaded." timezone/menus.subr 224 |
|
220fi # ! $_TIMEZONE_MENUS_SUBR | 225fi # ! $_TIMEZONE_MENUS_SUBR |