From: Sebastian Harl Date: Sun, 7 Dec 2008 17:59:30 +0000 (+0100) Subject: Added a space after "#!" in scripts. X-Git-Tag: collectd-4.5.1-1~2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5a8a3680216f78278a80c4a9cdd6fbab97498503;p=pkg-collectd.git Added a space after "#!" in scripts. --- diff --git a/debian/bin/check_plugins.pl b/debian/bin/check_plugins.pl index eac3b5d..9b4a94c 100755 --- a/debian/bin/check_plugins.pl +++ b/debian/bin/check_plugins.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl -- +#! /usr/bin/perl -- # # collectd - check_plugins.pl # Copyright (C) 2006, 2007 Sebastian Harl diff --git a/debian/bin/gen_plugin_deps.pl b/debian/bin/gen_plugin_deps.pl index fb22c73..bda5c85 100755 --- a/debian/bin/gen_plugin_deps.pl +++ b/debian/bin/gen_plugin_deps.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#! /usr/bin/perl # # collectd - gen_plugin_deps.pl # Copyright (C) 2007 Sebastian Harl diff --git a/debian/collectd.config b/debian/collectd.config index 38ccb22..830f0fd 100755 --- a/debian/collectd.config +++ b/debian/collectd.config @@ -1,4 +1,4 @@ -#!/bin/sh +#! /bin/sh # config script for collectd # # see: dh_installdebconf(1) diff --git a/debian/collectd.init.d b/debian/collectd.init.d index 7375299..2e449c5 100755 --- a/debian/collectd.init.d +++ b/debian/collectd.init.d @@ -1,4 +1,4 @@ -#!/bin/bash +#! /bin/bash # # collectd - start and stop the statistics collection daemon # http://collectd.org/ diff --git a/debian/collectd.postinst b/debian/collectd.postinst index 2f4d55c..4912af4 100755 --- a/debian/collectd.postinst +++ b/debian/collectd.postinst @@ -1,4 +1,4 @@ -#!/bin/sh +#! /bin/sh # postinst script for collectd # # see: dh_installdeb(1) diff --git a/debian/collectd.postrm b/debian/collectd.postrm index 84b8386..23ce154 100755 --- a/debian/collectd.postrm +++ b/debian/collectd.postrm @@ -1,4 +1,4 @@ -#!/bin/bash +#! /bin/bash # postrm script for collectd # # see: dh_installdeb(1) diff --git a/debian/patches/collection_conf_path.dpatch b/debian/patches/collection_conf_path.dpatch index bb0f3f9..f4ca8e9 100755 --- a/debian/patches/collection_conf_path.dpatch +++ b/debian/patches/collection_conf_path.dpatch @@ -1,4 +1,4 @@ -#!/bin/sh /usr/share/dpatch/dpatch-run +#! /bin/sh /usr/share/dpatch/dpatch-run ## collection_conf_path.dpatch by Sebastian Harl ## ## DP: Set the path of collection.conf to /etc/collectd/. diff --git a/debian/patches/rrd_filter_path.dpatch b/debian/patches/rrd_filter_path.dpatch index 6d45ad7..2678334 100755 --- a/debian/patches/rrd_filter_path.dpatch +++ b/debian/patches/rrd_filter_path.dpatch @@ -1,4 +1,4 @@ -#!/bin/sh /usr/share/dpatch/dpatch-run +#! /bin/sh /usr/share/dpatch/dpatch-run ## rrd_filter_path.dpatch by Sebastian Harl ## ## DP: Set the path of rrd_filter.px to /usr/lib/collectd/utils/. diff --git a/debian/rules b/debian/rules index 8cae66d..9095d53 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,4 @@ -#!/usr/bin/make -f +#! /usr/bin/make -f # debian/rules for collectd # # Written by Sebastian Harl .