1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-03 06:45:37 -08:00
openbsd-src/etc/rc.d/ldattach

16 lines
183 B
Plaintext
Raw Permalink Normal View History

#!/bin/ksh
#
# $OpenBSD: ldattach,v 1.4 2018/01/11 21:09:26 rpe Exp $
daemon="/sbin/ldattach"
. /etc/rc.d/rc.subr
rc_reload=NO
rc_pre() {
[[ -n ${ldattach_flags} ]]
}
rc_cmd $1