File: shell-script-header.patch

package info (click to toggle)
lio-utils 3.1%2Bgit2.fd0b34fd-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 992 kB
  • sloc: ansic: 7,031; python: 3,039; perl: 885; sh: 414; makefile: 118
file content (15 lines) | stat: -rw-r--r-- 678 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Add header to shell scripts for lintian cleanliness
Index: lio-utils/conf/lio_start.default
===================================================================
--- lio-utils.orig/conf/lio_start.default	2012-05-09 20:17:09.374222159 +0530
+++ lio-utils/conf/lio_start.default	2012-05-15 17:52:42.610940402 +0530
@@ -1 +1,2 @@
+#!/bin/sh
 # placeholder for lio_start.sh
Index: lio-utils/conf/tcm_start.default
===================================================================
--- lio-utils.orig/conf/tcm_start.default	2012-05-09 20:17:09.374222159 +0530
+++ lio-utils/conf/tcm_start.default	2012-05-15 17:52:52.882991338 +0530
@@ -1 +1,2 @@
+#!/bin/sh
 modprobe target_core_mod