Code

Added a space after "#!" in scripts.
authorSebastian Harl <sh@tokkee.org>
Sun, 7 Dec 2008 17:59:30 +0000 (18:59 +0100)
committerSebastian Harl <sh@tokkee.org>
Sun, 7 Dec 2008 17:59:30 +0000 (18:59 +0100)
debian/bin/check_plugins.pl
debian/bin/gen_plugin_deps.pl
debian/collectd.config
debian/collectd.init.d
debian/collectd.postinst
debian/collectd.postrm
debian/patches/collection_conf_path.dpatch
debian/patches/rrd_filter_path.dpatch
debian/rules

index eac3b5d9b53a4811f5bda9e6cd6ba18d7f818436..9b4a94caf8f362f1640166f83aec5171af27ea53 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl --
+#! /usr/bin/perl --
 #
 # collectd - check_plugins.pl
 # Copyright (C) 2006, 2007 Sebastian Harl
index fb22c7342fbbae1364517b048108ccb4f550dbae..bda5c8503142ec73f1260fe617fb6d9896302e22 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#! /usr/bin/perl
 #
 # collectd - gen_plugin_deps.pl
 # Copyright (C) 2007 Sebastian Harl
index 38ccb2201dc0fdb2c1bb4693f1950badd5818bd7..830f0fdec1842e93a9d901dabb1f03157452a36b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#! /bin/sh
 # config script for collectd
 #
 # see: dh_installdebconf(1)
index 737529969dac02a47ecd56db4510641f423f731c..2e449c513470369ddc6947625cf2844e3b705e28 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#! /bin/bash
 #
 # collectd - start and stop the statistics collection daemon
 # http://collectd.org/
index 2f4d55cc076a10d6ed115ccc12f06d46e4d9aab0..4912af44d583be24082663c3623121809bc4823b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#! /bin/sh
 # postinst script for collectd
 #
 # see: dh_installdeb(1)
index 84b838677112dbf2f0c38d65943446f60f3b3063..23ce1545a9c9279115d48e8d9902a2ebef773bb5 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#! /bin/bash
 # postrm script for collectd
 #
 # see: dh_installdeb(1)
index bb0f3f99874df599c48342dc0c7f3f83b5ac5f79..f4ca8e9f03defe8f3132f9f6e127f86ad0b26d63 100755 (executable)
@@ -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 <sh@tokkee.org>
 ##
 ## DP: Set the path of collection.conf to /etc/collectd/.
index 6d45ad768cb19a816611764f04e724d082f21e0f..2678334692305288238b47394bdd7127fd5cef0d 100755 (executable)
@@ -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 <sh@tokkee.org>
 ##
 ## DP: Set the path of rrd_filter.px to /usr/lib/collectd/utils/.
index 8cae66dfe8aa81613b38ed483aada7f7ee07b06f..9095d53e07cb92579b7e3f5178804d614696ba70 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/make -f
+#! /usr/bin/make -f
 # debian/rules for collectd
 #
 # Written by Sebastian Harl <sh@tokkee.org>.