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
mountd(8) changes require a pexp.
ok deraadt@
OPENBSD_5_9
krw
8 years ago
parent
a9b2bc5dde
commit
d690be1bf1
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/mountd
+ 3
- 1
src/etc/rc.d/mountd
View File
@ -1,11 +1,13 @@
#!/bin/sh
#
# $OpenBSD: mountd,v 1.
4 2013/01/26 08:00:11 ajacoutot
Exp $
# $OpenBSD: mountd,v 1.
5 2015/12/26 02:52:53 krw
Exp $
daemon="/sbin/mountd"
. /etc/rc.d/rc.subr
pexp="mountd: \[priv\]"
rc_stop=NO
rc_pre() {
Write
Preview
Loading…
Cancel
Save