summaryrefslogtreecommitdiffstats
path: root/easy-rsa/2.0/revoke-full
diff options
context:
space:
mode:
authorDan Nelson <dnelson@users.sourceforge.net>2010-02-28 22:09:18 +0100
committerDavid Sommerseth <dazo@users.sourceforge.net>2010-04-29 20:22:08 +0200
commit31dc8358d9df4901683204629973dee6d55d8efc (patch)
treeb2469d1844ec05e1ff0dff078fb10d5d73e5f244 /easy-rsa/2.0/revoke-full
parentaeb700f6f33bd7d8a1fdfe92d12e706dad1069b0 (diff)
downloadopenvpn-31dc8358d9df4901683204629973dee6d55d8efc.tar.gz
openvpn-31dc8358d9df4901683204629973dee6d55d8efc.tar.xz
openvpn-31dc8358d9df4901683204629973dee6d55d8efc.zip
bash->bourne script cleanup
Many of the scripts in the openvpn source have their shell set to /bin/bash, but only two use bash features. The attached patch (against openvpn-2.1_rc9) sets the shell on the rest of the scripts to /bin/sh for better portability. The only scripts that actually require bash are contrib/pull-resolv-conf/client.{up,down} ; they use the ${!var} variable indirection feature. sf.net tracker: <https://sourceforge.net/tracker/?func=detail&aid=2040296&group_id=48978&atid=454721> Discussed on the IRC meeting March 4, 2010 in #openvpn-discussions. <http://thread.gmane.org/gmane.network.openvpn.devel/3242> Signed-off-by: David Sommerseth <dazo@users.sourceforge.net> Acked-by: James Yonan <james@openvpn.net>
Diffstat (limited to 'easy-rsa/2.0/revoke-full')
-rwxr-xr-xeasy-rsa/2.0/revoke-full2
1 files changed, 1 insertions, 1 deletions
diff --git a/easy-rsa/2.0/revoke-full b/easy-rsa/2.0/revoke-full
index efc94e8..4169c4c 100755
--- a/easy-rsa/2.0/revoke-full
+++ b/easy-rsa/2.0/revoke-full
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
# revoke a certificate, regenerate CRL,
# and verify revocation