This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
openntpd-openbsd
mirror of
https://github.com/Fincer/openntpd-openbsd
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
61
Wiki
Activity
Browse Source
use correct spelling of ospf6d script; ok deraadt@
OPENBSD_5_0
david
13 years ago
parent
1fcd42b5d9
commit
dffadec31c
2 changed files
with
11 additions
and
11 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+11
-0
src/etc/rc.d/ospf6d
+0
-11
src/etc/rc.d/ospfd6
+ 11
- 0
src/etc/rc.d/ospf6d
View File
@ -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
+ 0
- 11
src/etc/rc.d/ospfd6
View File
@ -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
Write
Preview
Loading…
Cancel
Save