summaryrefslogtreecommitdiff
path: root/etc/rc.d/mrouted
diff options
context:
space:
mode:
authorRobert Peichaer <rpe@cvs.openbsd.org>2018-01-11 19:52:13 +0000
committerRobert Peichaer <rpe@cvs.openbsd.org>2018-01-11 19:52:13 +0000
commit7fe67fc4bf27084ca19f1506aee654b215dc032f (patch)
tree22a6cd2f229f85679e83d35da65164a196b36b29 /etc/rc.d/mrouted
parent9a64ecb680341b1c05b1c4fa29903cd00bb728fd (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/mrouted')
-rw-r--r--etc/rc.d/mrouted4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.d/mrouted b/etc/rc.d/mrouted
index fd31f2427b8..a7ad177a0ca 100644
--- a/etc/rc.d/mrouted
+++ b/etc/rc.d/mrouted
@@ -1,6 +1,6 @@
-#!/bin/sh
+#!/bin/ksh
#
-# $OpenBSD: mrouted,v 1.1 2011/07/06 18:55:36 robert Exp $
+# $OpenBSD: mrouted,v 1.2 2018/01/11 19:52:12 rpe Exp $
daemon="/usr/sbin/mrouted"