From c79dec3ba517967c09ef398b20d577271774df19 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 28 Feb 2017 22:28:55 +0100 Subject: Add bash shebangs to all our includes: github misidentifies lots of includes in its code stats and syntax highlighting. Try to make it a nicer place by giving it a hint via that shebang. It's actually useless in files that are being sourced, but it doesn't hurt either. --- core/modules/systemd-distro/module.build | 1 + core/modules/systemd-distro/module.conf | 1 + core/modules/systemd-distro/module.conf.centos | 1 + core/modules/systemd-distro/module.conf.debian | 1 + core/modules/systemd-distro/module.conf.fedora | 1 + core/modules/systemd-distro/module.conf.opensuse | 1 + core/modules/systemd-distro/module.conf.scientific | 1 + core/modules/systemd-distro/module.conf.ubuntu | 1 + core/modules/systemd-distro/module.conf.ubuntu.14 | 1 + core/modules/systemd-distro/module.conf.ubuntu.16 | 1 + 10 files changed, 10 insertions(+) (limited to 'core/modules/systemd-distro') diff --git a/core/modules/systemd-distro/module.build b/core/modules/systemd-distro/module.build index 8e5d3505..0745ad3c 100644 --- a/core/modules/systemd-distro/module.build +++ b/core/modules/systemd-distro/module.build @@ -1,3 +1,4 @@ +#!/bin/bash fetch_source () { : } diff --git a/core/modules/systemd-distro/module.conf b/core/modules/systemd-distro/module.conf index f45351b7..75160049 100644 --- a/core/modules/systemd-distro/module.conf +++ b/core/modules/systemd-distro/module.conf @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_DIRECTORIES=" /etc /usr diff --git a/core/modules/systemd-distro/module.conf.centos b/core/modules/systemd-distro/module.conf.centos index 856f60fa..fad96b29 100644 --- a/core/modules/systemd-distro/module.conf.centos +++ b/core/modules/systemd-distro/module.conf.centos @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_CONTENT_PACKAGES=" systemd systemd-libs diff --git a/core/modules/systemd-distro/module.conf.debian b/core/modules/systemd-distro/module.conf.debian index 2768b51c..5e349ebc 100644 --- a/core/modules/systemd-distro/module.conf.debian +++ b/core/modules/systemd-distro/module.conf.debian @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" intltool gperf diff --git a/core/modules/systemd-distro/module.conf.fedora b/core/modules/systemd-distro/module.conf.fedora index 9232ea5f..ecaab604 100644 --- a/core/modules/systemd-distro/module.conf.fedora +++ b/core/modules/systemd-distro/module.conf.fedora @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" intltool gperf diff --git a/core/modules/systemd-distro/module.conf.opensuse b/core/modules/systemd-distro/module.conf.opensuse index 965333c4..2db101a2 100644 --- a/core/modules/systemd-distro/module.conf.opensuse +++ b/core/modules/systemd-distro/module.conf.opensuse @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" intltool gperf diff --git a/core/modules/systemd-distro/module.conf.scientific b/core/modules/systemd-distro/module.conf.scientific index 54e62b96..d87796ee 100644 --- a/core/modules/systemd-distro/module.conf.scientific +++ b/core/modules/systemd-distro/module.conf.scientific @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_VERSION="systemd-204" REQUIRED_URL="http://www.freedesktop.org/software/systemd/${REQUIRED_VERSION}.tar.xz" diff --git a/core/modules/systemd-distro/module.conf.ubuntu b/core/modules/systemd-distro/module.conf.ubuntu index e5dff817..04752c0b 100644 --- a/core/modules/systemd-distro/module.conf.ubuntu +++ b/core/modules/systemd-distro/module.conf.ubuntu @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" intltool gperf diff --git a/core/modules/systemd-distro/module.conf.ubuntu.14 b/core/modules/systemd-distro/module.conf.ubuntu.14 index 7b2f853c..72bb6a8b 100644 --- a/core/modules/systemd-distro/module.conf.ubuntu.14 +++ b/core/modules/systemd-distro/module.conf.ubuntu.14 @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_VERSION="systemd-204" REQUIRED_URL="http://www.freedesktop.org/software/systemd/${REQUIRED_VERSION}.tar.xz" REQUIRED_LIBKMOD_VERSION="kmod-14" diff --git a/core/modules/systemd-distro/module.conf.ubuntu.16 b/core/modules/systemd-distro/module.conf.ubuntu.16 index 7b2f853c..72bb6a8b 100644 --- a/core/modules/systemd-distro/module.conf.ubuntu.16 +++ b/core/modules/systemd-distro/module.conf.ubuntu.16 @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_VERSION="systemd-204" REQUIRED_URL="http://www.freedesktop.org/software/systemd/${REQUIRED_VERSION}.tar.xz" REQUIRED_LIBKMOD_VERSION="kmod-14" -- cgit v1.2.3-55-g7522