summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rcctl
diff options
context:
space:
mode:
authorajacoutot <ajacoutot@openbsd.org>2016-07-30 06:25:21 +0000
committerajacoutot <ajacoutot@openbsd.org>2016-07-30 06:25:21 +0000
commit873a15491f198a4207c40ebe9f51eb58d57c0463 (patch)
treef18e4e9c2ab126f8686fca1513b0381490fc1361 /usr.sbin/rcctl
parentPrep for relro: make sure it's off for any non-PIE stand/ program (diff)
downloadwireguard-openbsd-873a15491f198a4207c40ebe9f51eb58d57c0463.tar.xz
wireguard-openbsd-873a15491f198a4207c40ebe9f51eb58d57c0463.zip
This is effectively a ksh(1) script.
Diffstat (limited to 'usr.sbin/rcctl')
-rw-r--r--usr.sbin/rcctl/rcctl.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rcctl/rcctl.sh b/usr.sbin/rcctl/rcctl.sh
index e386e1dd1b1..2fae9913047 100644
--- a/usr.sbin/rcctl/rcctl.sh
+++ b/usr.sbin/rcctl/rcctl.sh
@@ -1,6 +1,6 @@
-#!/bin/sh
+#!/bin/ksh
#
-# $OpenBSD: rcctl.sh,v 1.103 2016/07/19 08:28:03 sthen Exp $
+# $OpenBSD: rcctl.sh,v 1.104 2016/07/30 06:25:21 ajacoutot Exp $
#
# Copyright (c) 2014, 2015 Antoine Jacoutot <ajacoutot@openbsd.org>
# Copyright (c) 2014 Ingo Schwarze <schwarze@openbsd.org>