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
sort to be consistent with the other rc scripts: rc_** actions come after
the pexp.
OPENBSD_5_3
ajacoutot
12 years ago
parent
962e8b9dcd
commit
f0ab8d12de
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
src/etc/rc.d/smtpd
+ 3
- 3
src/etc/rc.d/smtpd
View File
@ -1,13 +1,13 @@
#!/bin/sh
#
# $OpenBSD: smtpd,v 1.
3 2012/10/26 00:00:30 halex
Exp $
# $OpenBSD: smtpd,v 1.
4 2012/10/26 06:51:59 ajacoutot
Exp $
daemon="/usr/sbin/smtpd"
. /etc/rc.d/rc.subr
rc_reload=NO
pexp="smtpd: \[priv\]"
rc_reload=NO
rc_cmd $1
Write
Preview
Loading…
Cancel
Save