SOURCES: multipath-tools-bashism.patch (NEW) - bashism inside, for...
glen
glen at pld-linux.org
Sun Oct 16 01:01:17 CEST 2005
Author: glen Date: Sat Oct 15 23:01:17 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- bashism inside, force bash shell
---- Files affected:
SOURCES:
multipath-tools-bashism.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/multipath-tools-bashism.patch
diff -u /dev/null SOURCES/multipath-tools-bashism.patch:1.1
--- /dev/null Sun Oct 16 01:01:17 2005
+++ SOURCES/multipath-tools-bashism.patch Sun Oct 16 01:01:12 2005
@@ -0,0 +1,8 @@
+--- ./multipath/multipath.dev 2005-09-02 16:14:18.000000000 +0300
++++ /tmp/multipath.dev 2005-10-16 01:33:59.000000000 +0300
+@@ -1,4 +1,4 @@
+-#!/bin/sh -e
++#!/bin/bash -e
+
+ if [ ! "${ACTION}" = add ] ; then
+ exit
================================================================
More information about the pld-cvs-commit
mailing list