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
use the correct regexp to find the ldapd server process
from MERIGHI Marcus <mcmer-openbsd@tor.at>
OPENBSD_5_1
robert
13 years ago
parent
84626692a3
commit
58c707781f
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/ldapd
+ 3
- 1
src/etc/rc.d/ldapd
View File
@ -1,9 +1,11 @@
#!/bin/sh
#
# $OpenBSD: ldapd,v 1.
1 2011/07/06 18:55:36
robert Exp $
# $OpenBSD: ldapd,v 1.
2 2011/09/16 10:13:24
robert Exp $
daemon="/usr/sbin/ldapd"
. /etc/rc.d/rc.subr
pexp="ldapd: ldap server.*"
rc_cmd $1
Write
Preview
Loading…
Cancel
Save