added proper haeders to distro specific files

This commit is contained in:
levasseur
2021-09-29 17:39:38 +02:00
parent 4ff4c155f1
commit de8b774ca4
3 changed files with 25 additions and 4 deletions

View File

@@ -1,4 +1,11 @@
# Configuration propre à Debian # ------------------------------------------------------------------------------
# Declaration specific to Debian GNU/Linux
# Copyright (c) 2019-2021 Geoffray Levasseur <fatalerrors@geoffray-levasseur.org>
# ------------------------------------------------------------------------------
# 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 # Conf gestionnaire de paquet
export PKG_MAN="apt-get" export PKG_MAN="apt-get"

View File

@@ -1,4 +1,11 @@
# Configuration propre à Debian # ------------------------------------------------------------------------------
# Declaration specific to Devuan
# Copyright (c) 2019-2021 Geoffray Levasseur <fatalerrors@geoffray-levasseur.org>
# ------------------------------------------------------------------------------
# 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 # Conf gestionnaire de paquet
export PKG_MAN="apt-get" export PKG_MAN="apt-get"
@@ -16,7 +23,7 @@ export RC_SCRIPTS_PATH="/etc/init.d"
# Conf init # Conf init
# Init SystemV ou OpenRC: # Init SystemV ou OpenRC:
export INIT_COM="$RC_SCRIPTS_PATH/%srv% %comm%" export INIT_COM="$RC_SCRIPTS_PATH/%srv% %com%"
# Init Systemd: # Init Systemd:
#export INIT_COM="systemctl %comm% %srv%" #export INIT_COM="systemctl %comm% %srv%"
# Init Upstart (plus ou moins universel) # Init Upstart (plus ou moins universel)

View File

@@ -1,4 +1,11 @@
# Configuration propre à Debian # ------------------------------------------------------------------------------
# Declaration specific to Ubuntu and derivate (eg. Kubuntu)
# Copyright (c) 2019-2021 Geoffray Levasseur <fatalerrors@geoffray-levasseur.org>
# ------------------------------------------------------------------------------
# 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 # Conf gestionnaire de paquet
export PKG_MAN="apt-get" export PKG_MAN="apt-get"