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/dbus/module.build | 1 + core/modules/dbus/module.conf | 1 + core/modules/dbus/module.conf.centos | 1 + core/modules/dbus/module.conf.debian | 1 + core/modules/dbus/module.conf.fedora | 1 + core/modules/dbus/module.conf.opensuse | 1 + core/modules/dbus/module.conf.ubuntu | 1 + core/modules/dbus/module.conf.ubuntu.16 | 1 + 8 files changed, 8 insertions(+) (limited to 'core/modules/dbus') diff --git a/core/modules/dbus/module.build b/core/modules/dbus/module.build index 71f6f783..8e661e8b 100644 --- a/core/modules/dbus/module.build +++ b/core/modules/dbus/module.build @@ -1,4 +1,5 @@ #!/bin/bash +#!/bin/bash fetch_source() { echo "Extracting from running system..." diff --git a/core/modules/dbus/module.conf b/core/modules/dbus/module.conf index 529a1b0d..ad472e39 100644 --- a/core/modules/dbus/module.conf +++ b/core/modules/dbus/module.conf @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_BINARIES=" dbus-cleanup-sockets dbus-daemon diff --git a/core/modules/dbus/module.conf.centos b/core/modules/dbus/module.conf.centos index f38f590f..223758af 100644 --- a/core/modules/dbus/module.conf.centos +++ b/core/modules/dbus/module.conf.centos @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_CONTENT_PACKAGES=" dbus " diff --git a/core/modules/dbus/module.conf.debian b/core/modules/dbus/module.conf.debian index d007c2ef..089e2a02 100644 --- a/core/modules/dbus/module.conf.debian +++ b/core/modules/dbus/module.conf.debian @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_CONTENT_PACKAGES=" dbus " diff --git a/core/modules/dbus/module.conf.fedora b/core/modules/dbus/module.conf.fedora index f38f590f..223758af 100644 --- a/core/modules/dbus/module.conf.fedora +++ b/core/modules/dbus/module.conf.fedora @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_CONTENT_PACKAGES=" dbus " diff --git a/core/modules/dbus/module.conf.opensuse b/core/modules/dbus/module.conf.opensuse index 9bc514e2..004a4c58 100644 --- a/core/modules/dbus/module.conf.opensuse +++ b/core/modules/dbus/module.conf.opensuse @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_CONTENT_PACKAGES=" dbus-1 " diff --git a/core/modules/dbus/module.conf.ubuntu b/core/modules/dbus/module.conf.ubuntu index 3f390d20..01eb9030 100644 --- a/core/modules/dbus/module.conf.ubuntu +++ b/core/modules/dbus/module.conf.ubuntu @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_CONTENT_PACKAGES=" dbus dbus-x11 diff --git a/core/modules/dbus/module.conf.ubuntu.16 b/core/modules/dbus/module.conf.ubuntu.16 index dc01164f..159cc642 100644 --- a/core/modules/dbus/module.conf.ubuntu.16 +++ b/core/modules/dbus/module.conf.ubuntu.16 @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_CONTENT_PACKAGES=" dbus dbus-x11 -- cgit v1.2.3-55-g7522