few cosmetic details changed
This commit is contained in:
@@ -53,8 +53,10 @@ NET6_NS_SEARCH_eth0=$REALM
|
|||||||
INTALL_MODE=full
|
INTALL_MODE=full
|
||||||
|
|
||||||
# Paquets additionnels
|
# Paquets additionnels
|
||||||
PKGSEL="$PKGSEL apache2 php-apcu php-bcmath php-cli php-curl php-gd php-gmp php-imagick \
|
PKGSEL="$PKGSEL apache2 php-apcu php-apcu-bc php-bcmath php-cli php-curl \
|
||||||
php-intl php-mbstring php-memcached php-mysql php-redis php-xml php-zip php redis-server"
|
php-gd php-gmp php-imagick php-intl php-mbstring php-memcache php-mysql \
|
||||||
|
php-redis php-xml php-zip php redis-server ffmpeg \
|
||||||
|
libmagickcore-6.q16-6-extra sudo"
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# -------------------------- Section modules d'init ----------------------------
|
# -------------------------- Section modules d'init ----------------------------
|
||||||
@@ -62,5 +64,5 @@ PKGSEL="$PKGSEL apache2 php-apcu php-bcmath php-cli php-curl php-gd php-gmp php-
|
|||||||
|
|
||||||
# Liste des modules à executer (surchargeable en ligne de commande)
|
# Liste des modules à executer (surchargeable en ligne de commande)
|
||||||
MODULE_LIST="conf_ntp upgrade_dist conf_ceph authnz conf_locale conf_ssh \
|
MODULE_LIST="conf_ntp upgrade_dist conf_ceph authnz conf_locale conf_ssh \
|
||||||
conf_mail install_pkg install_profile patch_snmp install_mkagent \
|
conf_mail install_pkg install_profile patch_snmp install_mkagent \
|
||||||
conf_syslog conf_network"
|
conf_syslog conf_network"
|
||||||
|
|||||||
@@ -171,7 +171,7 @@ export -f isdirempty
|
|||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# copy and patch a file replacing all @var@ by the corresponding value in
|
# copy and patch a file replacing all @var@ by the corresponding value in
|
||||||
# environment or the variable list given in parameter
|
# the environment or the variable list given in parameter
|
||||||
patchfile()
|
patchfile()
|
||||||
{
|
{
|
||||||
local srcfile=$(select_file $1) && shift
|
local srcfile=$(select_file $1) && shift
|
||||||
|
|||||||
Reference in New Issue
Block a user