From d2da42cbf455244a917222b8e40c427db44a22e8 Mon Sep 17 00:00:00 2001 From: levasseur Date: Mon, 17 Jan 2022 18:28:31 +0100 Subject: [PATCH] few cosmetic details changed --- conf/panay.conf.sh | 10 ++++++---- lib/filefct.sh | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/conf/panay.conf.sh b/conf/panay.conf.sh index cc4a9d5..6579603 100644 --- a/conf/panay.conf.sh +++ b/conf/panay.conf.sh @@ -53,8 +53,10 @@ NET6_NS_SEARCH_eth0=$REALM INTALL_MODE=full # Paquets additionnels -PKGSEL="$PKGSEL apache2 php-apcu php-bcmath php-cli php-curl php-gd php-gmp php-imagick \ - php-intl php-mbstring php-memcached php-mysql php-redis php-xml php-zip php redis-server" +PKGSEL="$PKGSEL apache2 php-apcu php-apcu-bc php-bcmath php-cli php-curl \ + 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 ---------------------------- @@ -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) MODULE_LIST="conf_ntp upgrade_dist conf_ceph authnz conf_locale conf_ssh \ - conf_mail install_pkg install_profile patch_snmp install_mkagent \ - conf_syslog conf_network" + conf_mail install_pkg install_profile patch_snmp install_mkagent \ + conf_syslog conf_network" diff --git a/lib/filefct.sh b/lib/filefct.sh index 123ff53..17017f3 100644 --- a/lib/filefct.sh +++ b/lib/filefct.sh @@ -171,7 +171,7 @@ export -f isdirempty # ------------------------------------------------------------------------------ # 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() { local srcfile=$(select_file $1) && shift