xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/no-bash.patch (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1From a3007d7ea930823926611081bb873ddd771325cb Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Sat, 5 Jan 2013 19:53:10 -0800
4
5---
6 samples/auto.net | 2 +-
7 samples/auto.smb | 2 +-
8 2 files changed, 2 insertions(+), 2 deletions(-)
9
10diff --git a/samples/auto.net b/samples/auto.net
11index 0384f61..61215f6 100755
12--- a/samples/auto.net
13+++ b/samples/auto.net
14@@ -1,4 +1,4 @@
15-#!/bin/bash
16+#!/bin/sh
17
18 # This file must be executable to work! chmod 755!
19
20diff --git a/samples/auto.smb b/samples/auto.smb
21index 6af5d85..d296b81 100755
22--- a/samples/auto.smb
23+++ b/samples/auto.smb
24@@ -1,4 +1,4 @@
25-#!/bin/bash
26+#!/bin/sh
27
28 # This file must be executable to work! chmod 755!
29
30