From 5a8a3680216f78278a80c4a9cdd6fbab97498503 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 7 Dec 2008 18:59:30 +0100 Subject: [PATCH] Added a space after "#!" in scripts. --- debian/bin/check_plugins.pl | 2 +- debian/bin/gen_plugin_deps.pl | 2 +- debian/collectd.config | 2 +- debian/collectd.init.d | 2 +- debian/collectd.postinst | 2 +- debian/collectd.postrm | 2 +- debian/patches/collection_conf_path.dpatch | 2 +- debian/patches/rrd_filter_path.dpatch | 2 +- debian/rules | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) 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 . -- 2.30.2