[kernel] r14625 - dists/trunk/tgt/debian/patches
Ben Hutchings
benh at alioth.debian.org
Sun Nov 15 14:22:04 UTC 2009
Author: benh
Date: Sun Nov 15 14:22:03 2009
New Revision: 14625
Log:
Move #! line to make tgt-setup-lun executable
Added:
dists/trunk/tgt/debian/patches/make-tgt-setup-lun-executable
Added: dists/trunk/tgt/debian/patches/make-tgt-setup-lun-executable
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ dists/trunk/tgt/debian/patches/make-tgt-setup-lun-executable Sun Nov 15 14:22:03 2009 (r14625)
@@ -0,0 +1,17 @@
+--- tgt.orig/scripts/tgt-setup-lun
++++ tgt/scripts/tgt-setup-lun
+@@ -1,3 +1,5 @@
++#!/bin/bash
++
+ # LUN assignment script
+ #
+ # Copyright (C) 2007 Erez Zilber <erezz at voltaire.com>
+@@ -17,8 +19,6 @@
+ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ # 02110-1301 USA
+
+-#!/bin/bash
+-
+ usage()
+ {
+ name=$(basename $0);
More information about the Kernel-svn-changes
mailing list