diff --git a/conf/auto/debian.conf.sh b/conf/auto/debian.conf.sh index e142590..bbf4680 100644 --- a/conf/auto/debian.conf.sh +++ b/conf/auto/debian.conf.sh @@ -1,4 +1,11 @@ -# Configuration propre à Debian +# ------------------------------------------------------------------------------ +# Declaration specific to Debian GNU/Linux +# Copyright (c) 2019-2021 Geoffray Levasseur +# ------------------------------------------------------------------------------ +# This file is distributed under 3-clause BSD license. +# The complete license agreement can be obtained at: +# https://opensource.org/licenses/BSD-3-Clause +# ------------------------------------------------------------------------------ # Conf gestionnaire de paquet export PKG_MAN="apt-get" diff --git a/conf/auto/devuan.conf.sh b/conf/auto/devuan.conf.sh index 524b2fa..ab226d7 100644 --- a/conf/auto/devuan.conf.sh +++ b/conf/auto/devuan.conf.sh @@ -1,4 +1,11 @@ -# Configuration propre à Debian +# ------------------------------------------------------------------------------ +# Declaration specific to Devuan +# Copyright (c) 2019-2021 Geoffray Levasseur +# ------------------------------------------------------------------------------ +# This file is distributed under 3-clause BSD license. +# The complete license agreement can be obtained at: +# https://opensource.org/licenses/BSD-3-Clause +# ------------------------------------------------------------------------------ # Conf gestionnaire de paquet export PKG_MAN="apt-get" @@ -16,7 +23,7 @@ export RC_SCRIPTS_PATH="/etc/init.d" # Conf init # Init SystemV ou OpenRC: -export INIT_COM="$RC_SCRIPTS_PATH/%srv% %comm%" +export INIT_COM="$RC_SCRIPTS_PATH/%srv% %com%" # Init Systemd: #export INIT_COM="systemctl %comm% %srv%" # Init Upstart (plus ou moins universel) diff --git a/conf/auto/ubuntu.conf.sh b/conf/auto/ubuntu.conf.sh index e142590..cb31e2f 100644 --- a/conf/auto/ubuntu.conf.sh +++ b/conf/auto/ubuntu.conf.sh @@ -1,4 +1,11 @@ -# Configuration propre à Debian +# ------------------------------------------------------------------------------ +# Declaration specific to Ubuntu and derivate (eg. Kubuntu) +# Copyright (c) 2019-2021 Geoffray Levasseur +# ------------------------------------------------------------------------------ +# This file is distributed under 3-clause BSD license. +# The complete license agreement can be obtained at: +# https://opensource.org/licenses/BSD-3-Clause +# ------------------------------------------------------------------------------ # Conf gestionnaire de paquet export PKG_MAN="apt-get"