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/ldomd | |
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/ldomd')
-rw-r--r-- | etc/rc.d/ldomd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.d/ldomd b/etc/rc.d/ldomd index 60567b4eedc..89e8b764a62 100644 --- a/etc/rc.d/ldomd +++ b/etc/rc.d/ldomd @@ -1,6 +1,6 @@ -#!/bin/sh +#!/bin/ksh # -# $OpenBSD: ldomd,v 1.1 2012/11/04 17:12:36 kettenis Exp $ +# $OpenBSD: ldomd,v 1.2 2018/01/11 19:52:12 rpe Exp $ daemon="/usr/sbin/ldomd" |