diff options
author | 2011-07-17 00:25:58 +0000 | |
---|---|---|
committer | 2011-07-17 00:25:58 +0000 | |
commit | 7dc35a5b647c347a3126324fc32f75a535371ba4 (patch) | |
tree | 086509c7abbfe262510a79f23c98c86c702d480c | |
parent | The /g flag is unneeded when the pattern in ${var:S/pattern/sub/g} can (diff) | |
download | wireguard-openbsd-7dc35a5b647c347a3126324fc32f75a535371ba4.tar.xz wireguard-openbsd-7dc35a5b647c347a3126324fc32f75a535371ba4.zip |
use correct spelling of ospf6d script; ok deraadt@
-rw-r--r-- | etc/rc.d/ospf6d | 11 | ||||
-rw-r--r-- | etc/rc.d/ospfd6 | 11 |
2 files changed, 11 insertions, 11 deletions
diff --git a/etc/rc.d/ospf6d b/etc/rc.d/ospf6d new file mode 100644 index 00000000000..aee5c402303 --- /dev/null +++ b/etc/rc.d/ospf6d @@ -0,0 +1,11 @@ +#!/bin/sh +# +# $OpenBSD: ospf6d,v 1.1 2011/07/17 00:25:58 david Exp $ + +daemon="/usr/sbin/ospf6d" + +. /etc/rc.d/rc.subr + +pexp="ospf6d: parent.*" + +rc_cmd $1 diff --git a/etc/rc.d/ospfd6 b/etc/rc.d/ospfd6 deleted file mode 100644 index 52ad396fc92..00000000000 --- a/etc/rc.d/ospfd6 +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -# -# $OpenBSD: ospfd6,v 1.1 2011/07/08 22:20:07 deraadt Exp $ - -daemon="/usr/sbin/ospfd6" - -. /etc/rc.d/rc.subr - -pexp="ospf6d: parent.*" - -rc_cmd $1 |