[Logcheck-commits] [logcheck] 07/07: s/logcheck: changed '#!/bin/bash' to '#!/usr/bin/env bash'

Hannes von Haugwitz hvhaugwitz at moszumanska.debian.org
Sun Mar 30 21:24:49 UTC 2014


This is an automated email from the git hooks/post-receive script.

hvhaugwitz pushed a commit to branch master
in repository logcheck.

commit 6d97af65f47f6fbec86fd4152c18b8ae3f9dca84
Author: Hannes von Haugwitz <hannes at vonhaugwitz.com>
Date:   Mon Feb 3 20:24:11 2014 +0100

    s/logcheck: changed '#!/bin/bash' to '#!/usr/bin/env bash'
---
 debian/changelog |  2 ++
 src/logcheck     | 12 ++++++------
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1bb7838..0ade15a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ logcheck (1.3.17) UNRELEASED; urgency=low
   * debian/compat:
     - bumped to dh compatibility level 9
   * debian/README.backports: removed (obsolete)
+  * src/logcheck:
+    - changed '#!/bin/bash' to '#!/usr/bin/env bash'
 
  -- Hannes von Haugwitz <hannes at vonhaugwitz.com>  Sun, 26 Jan 2014 20:09:26 +0100
 
diff --git a/src/logcheck b/src/logcheck
index 34c235b..0f56643 100755
--- a/src/logcheck
+++ b/src/logcheck
@@ -1,10 +1,10 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
-# Copyright (C) 2004-2012 Debian Logcheck Team
-#                         <logcheck-devel at alioth.lists.debian.org>
-# Copyright (C) 2002,2003 Jonathan Middleton <jjm at ixtab.org.uk>
-# Copyright (C) 1999-2002 Rene Mayrhofer <rmayr at debian.org>
-# Copyright (C) 1996-1997 Craig Rowland <crowland at psionic.com>
+# Copyright (C) 2004-2012,2014 Debian Logcheck Team
+#                              <logcheck-devel at alioth.lists.debian.org>
+# Copyright (C) 2002,2003      Jonathan Middleton <jjm at ixtab.org.uk>
+# Copyright (C) 1999-2002      Rene Mayrhofer <rmayr at debian.org>
+# Copyright (C) 1996-1997      Craig Rowland <crowland at psionic.com>
 
 # This file is part of Logcheck
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/logcheck/logcheck.git



More information about the Logcheck-commits mailing list