X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-base.git/blobdiff_plain/8bd0fc61a1fb3fa5f97dc03d432a60d5bfebf457..ba7a8b6d0f227117980f61284b999ce3f81209a4:/files/lib/init/config-init.sh diff --git a/files/lib/init/config-init.sh b/files/lib/init/config-init.sh index d9d1f76..33ea582 100644 --- a/files/lib/init/config-init.sh +++ b/files/lib/init/config-init.sh @@ -1,12 +1,18 @@ # For a package which only configures another, "parent" package. # -# Global variable PARENTPACKAGE names parent; unset for no parent, -# array for (zero or one or) many parents. +# Usage: +# PACKAGE=short-name +# GEN_FILES=(files to generate) +# PARENTPACKAGE=(parent-package another-parent-package) +# . /lib/init/config-init.sh +# config_init "$1" # -# Global variable PACKAGE names this package, for log message. +# PACKAGE - name to appear in log message +# GEN_FILES - files to be generated with gen-files.sh +# PARENTPACKAGE - packages to receive start, etc, commands passed through # -# If BASH_VERSION is null or unset, accepts only one parent in -# PARENTPACKAGE, or empty for zero. +# Global variables GEN_FILES, PARENTPACKAGE may be unset for zero +# values, or scalars for one. If run under sh, they cannot be arrays. . /lib/init/vars.sh . /lib/lsb/init-functions