oidentd: Add support for OpenBSD
This commit is contained in:
parent
8653c7d02d
commit
76e04b14d1
2 changed files with 32 additions and 8 deletions
10
oidentd/files/oidentd.rc
Normal file
10
oidentd/files/oidentd.rc
Normal file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
daemon="/usr/local/sbin/oidentd"
|
||||
daemon_flags="-e -u _identd -g _identd"
|
||||
|
||||
. /etc/rc.d/rc.subr
|
||||
|
||||
rc_reload=NO
|
||||
|
||||
rc_cmd $1
|
Loading…
Add table
Add a link
Reference in a new issue