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
disable reload since SIGHUP kills smtpd
ok chl@ gilles@
OPENBSD_5_3
halex
12 years ago
parent
532680836e
commit
962e8b9dcd
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/smtpd
+ 3
- 1
src/etc/rc.d/smtpd
View File
@ -1,11 +1,13 @@
#!/bin/sh
#
# $OpenBSD: smtpd,v 1.
2 2011/09/20 15:14:34 robert
Exp $
# $OpenBSD: smtpd,v 1.
3 2012/10/26 00:00:30 halex
Exp $
daemon="/usr/sbin/smtpd"
. /etc/rc.d/rc.subr
rc_reload=NO
pexp="smtpd: \[priv\]"
rc_cmd $1
Write
Preview
Loading…
Cancel
Save