added proper haeders to distro specific files
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user