diff options
author | Robert Peichaer <rpe@cvs.openbsd.org> | 2018-01-11 19:52:13 +0000 |
---|---|---|
committer | Robert Peichaer <rpe@cvs.openbsd.org> | 2018-01-11 19:52:13 +0000 |
commit | 7fe67fc4bf27084ca19f1506aee654b215dc032f (patch) | |
tree | 22a6cd2f229f85679e83d35da65164a196b36b29 /etc/rc.d/spamd | |
parent | 9a64ecb680341b1c05b1c4fa29903cd00bb728fd (diff) |
Change the shebang line from /bin/sh to /bin/ksh in all base rc.d
daemon scripts.
discussed with and OK aja@
OK tb
Diffstat (limited to 'etc/rc.d/spamd')
-rw-r--r-- | etc/rc.d/spamd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.d/spamd b/etc/rc.d/spamd index 873fe7b7af5..dfc06d281de 100644 --- a/etc/rc.d/spamd +++ b/etc/rc.d/spamd @@ -1,6 +1,6 @@ -#!/bin/sh +#!/bin/ksh # -# $OpenBSD: spamd,v 1.8 2017/03/23 10:10:54 ajacoutot Exp $ +# $OpenBSD: spamd,v 1.9 2018/01/11 19:52:12 rpe Exp $ daemon="/usr/libexec/spamd" |