From de8b774ca49118578851934401b9810743e33cb6 Mon Sep 17 00:00:00 2001 From: levasseur Date: Wed, 29 Sep 2021 17:39:38 +0200 Subject: [PATCH] added proper haeders to distro specific files --- conf/auto/debian.conf.sh | 9 ++++++++- conf/auto/devuan.conf.sh | 11 +++++++++-- conf/auto/ubuntu.conf.sh | 9 ++++++++- 3 files changed, 25 insertions(+), 4 deletions(-) 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"