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
Add pexp match otherwise rcctl stop vmd doesn't work. OK deraadt@
OPENBSD_5_9
jturner
9 years ago
parent
e8c24d0335
commit
84f196c498
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
src/etc/rc.d/vmd
+ 3
- 1
src/etc/rc.d/vmd
View File
@ -1,9 +1,11 @@
#!/bin/sh
#
# $OpenBSD: vmd,v 1.
1 2015/12/05 09:55:18 jasp
er Exp $
# $OpenBSD: vmd,v 1.
2 2015/12/16 14:21:28 jturn
er Exp $
daemon="/usr/sbin/vmd"
. /etc/rc.d/rc.subr
pexp="vmd: parent.*"
rc_cmd $1
Write
Preview
Loading…
Cancel
Save