improved pkg_inst module (remove + blacklist), some small typoes

This commit is contained in:
fatalerrors
2021-07-02 16:12:50 +02:00
parent 89b90e4670
commit 42c4d4d56a
6 changed files with 42 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
# NTP
export VER_conf_ntp="0.0.4"
export VER_conf_ntp="0.0.5"
conf_ntp()
{
@@ -15,7 +15,7 @@ conf_ntp()
svc_stop ntp
prnt I "Installation du fichier de configuration de NTP."
dest="/etc/ntp.conf.work"
local dest="/etc/ntp.conf.work"
backupdist /etc/ntp.conf
installfile ntp.conf $dest
local line=""