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/yppasswdd | |
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/yppasswdd')
-rw-r--r-- | etc/rc.d/yppasswdd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.d/yppasswdd b/etc/rc.d/yppasswdd index 01d883ea9a9..5fb13ac4dfd 100644 --- a/etc/rc.d/yppasswdd +++ b/etc/rc.d/yppasswdd @@ -1,6 +1,6 @@ -#!/bin/sh +#!/bin/ksh # -# $OpenBSD: yppasswdd,v 1.4 2011/07/08 04:29:54 ajacoutot Exp $ +# $OpenBSD: yppasswdd,v 1.5 2018/01/11 19:52:12 rpe Exp $ daemon="/usr/sbin/rpc.yppasswdd" |