summaryrefslogtreecommitdiffstats
path: root/core/modules/systemd-distro
diff options
context:
space:
mode:
authorSimon Rettberg2017-02-28 22:28:55 +0100
committerSimon Rettberg2017-02-28 22:28:55 +0100
commitc79dec3ba517967c09ef398b20d577271774df19 (patch)
tree163608e6b443aff1d1380d8308589c9c9e9a6952 /core/modules/systemd-distro
parent[beamergui] FFS, use brain! (name binary properly, include in target) (diff)
downloadmltk-c79dec3ba517967c09ef398b20d577271774df19.tar.gz
mltk-c79dec3ba517967c09ef398b20d577271774df19.tar.xz
mltk-c79dec3ba517967c09ef398b20d577271774df19.zip
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.
Diffstat (limited to 'core/modules/systemd-distro')
-rw-r--r--core/modules/systemd-distro/module.build1
-rw-r--r--core/modules/systemd-distro/module.conf1
-rw-r--r--core/modules/systemd-distro/module.conf.centos1
-rw-r--r--core/modules/systemd-distro/module.conf.debian1
-rw-r--r--core/modules/systemd-distro/module.conf.fedora1
-rw-r--r--core/modules/systemd-distro/module.conf.opensuse1
-rw-r--r--core/modules/systemd-distro/module.conf.scientific1
-rw-r--r--core/modules/systemd-distro/module.conf.ubuntu1
-rw-r--r--core/modules/systemd-distro/module.conf.ubuntu.141
-rw-r--r--core/modules/systemd-distro/module.conf.ubuntu.161
10 files changed, 10 insertions, 0 deletions
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"