added EOF marks, fixed missing exports
This commit is contained in:
@@ -87,3 +87,8 @@ precheck_authnz()
|
||||
prnt m "\t* $LOCAL_USERS"
|
||||
fi
|
||||
}
|
||||
|
||||
export -f authnz
|
||||
export -f precheck_authnz
|
||||
|
||||
# EOF
|
||||
|
||||
@@ -152,3 +152,5 @@ precheck_conf_disks()
|
||||
|
||||
export -f conf_disks
|
||||
export -f precheck_conf_disks
|
||||
|
||||
# EOF
|
||||
|
||||
@@ -76,3 +76,5 @@ precheck_conf_locale()
|
||||
|
||||
export -f conf_locale
|
||||
export -f precheck_conf_locale
|
||||
|
||||
# EOF
|
||||
|
||||
@@ -38,3 +38,5 @@ precheck_conf_mail()
|
||||
|
||||
export -f conf_mail
|
||||
export -f precheck_conf_mail
|
||||
|
||||
# EOF
|
||||
|
||||
@@ -55,3 +55,5 @@ precheck_conf_ntp()
|
||||
|
||||
export -f conf_ntp
|
||||
export -f precheck_conf_ntp
|
||||
|
||||
# EOF
|
||||
|
||||
@@ -39,3 +39,5 @@ precheck_conf_ssh()
|
||||
|
||||
export -f conf_ssh
|
||||
export -f precheck_conf_ssh
|
||||
|
||||
# EOF
|
||||
|
||||
@@ -26,3 +26,4 @@ precheck_conf_syslog()
|
||||
export -f conf_syslog
|
||||
export -f precheck_conf_syslog
|
||||
|
||||
# EOF
|
||||
|
||||
@@ -36,3 +36,5 @@ precheck_create_vm()
|
||||
|
||||
export -f create_vm
|
||||
export -f precheck_create_vm
|
||||
|
||||
# EOF
|
||||
|
||||
@@ -47,3 +47,5 @@ precheck_install_chromium()
|
||||
|
||||
export -f install_chromium
|
||||
export -f precheck_install_chromium
|
||||
|
||||
# EOF
|
||||
|
||||
@@ -44,3 +44,5 @@ precheck_install_desktop()
|
||||
|
||||
export -f install_desktop
|
||||
export -f precheck_install_desktop
|
||||
|
||||
# EOF
|
||||
|
||||
@@ -38,3 +38,5 @@ precheck_install_mkagent()
|
||||
|
||||
export -f install_mkagent
|
||||
export -f precheck_install_mkagent
|
||||
|
||||
# EOF
|
||||
|
||||
@@ -69,3 +69,5 @@ precheck_install_pkg()
|
||||
|
||||
export -f install_pkg
|
||||
export -f precheck_install_pkg
|
||||
|
||||
# EOF
|
||||
|
||||
@@ -38,3 +38,5 @@ precheck_install_profile()
|
||||
|
||||
export -f install_profile
|
||||
export -f precheck_install_profile
|
||||
|
||||
# EOF
|
||||
|
||||
@@ -31,3 +31,5 @@ precheck_patch_snmp()
|
||||
|
||||
export -f patch_snmp
|
||||
export -f precheck_patch_snmp
|
||||
|
||||
# EOF
|
||||
|
||||
@@ -43,3 +43,5 @@ precheck_@template@()
|
||||
##Public functions might be exported
|
||||
export -f @template@
|
||||
export -f precheck_@template@
|
||||
|
||||
##EOF
|
||||
|
||||
@@ -71,3 +71,5 @@ precheck_upgrade_dist()
|
||||
|
||||
export -f upgrade_dist
|
||||
export -f precheck_upgrade_dist
|
||||
|
||||
# EOF
|
||||
|
||||
Reference in New Issue
Block a user