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
Remove blank line for consistency with other rc.d scripts; no change in
behavior.
OPENBSD_5_9
ajacoutot
8 years ago
parent
d690be1bf1
commit
2beb001665
2 changed files
with
2 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
src/etc/rc.d/mountd
+1
-2
src/etc/rc.d/smtpd
+ 1
- 2
src/etc/rc.d/mountd
View File
@ -1,13 +1,12 @@
#!/bin/sh
#
# $OpenBSD: mountd,v 1.
5 2015/12/26 02:52:53 krw
Exp $
# $OpenBSD: mountd,v 1.
6 2015/12/26 09:55:15 ajacoutot
Exp $
daemon="/sbin/mountd"
. /etc/rc.d/rc.subr
pexp="mountd: \[priv\]"
rc_stop=NO
rc_pre() {
+ 1
- 2
src/etc/rc.d/smtpd
View File
@ -1,13 +1,12 @@
#!/bin/sh
#
# $OpenBSD: smtpd,v 1.
4 2012/10/26 06:51:59
ajacoutot Exp $
# $OpenBSD: smtpd,v 1.
5 2015/12/26 09:55:15
ajacoutot Exp $
daemon="/usr/sbin/smtpd"
. /etc/rc.d/rc.subr
pexp="smtpd: \[priv\]"
rc_reload=NO
rc_cmd $1
Write
Preview
Loading…
Cancel
Save