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
|