Home
last modified time | relevance | path

Searched refs:forcestart (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/nfsuserd/
H A Dnfsuserd.c97 int verbose = 0, im_a_server = 0, nfsuserdcnt = -1, forcestart = 0; variable
210 forcestart = 1; in main()
283 if (forcestart && nfssvc(NFSSVC_NFSUSERDDELPORT, NULL) < 0) in main()
/freebsd/release/tools/
H A Dvmimage.subr120 chroot ${DESTDIR} ${EMULATOR} /bin/sh /etc/rc.d/ldconfig forcestart
/freebsd/libexec/rc/
H A Drc.subr312 if ! /etc/rc.d/${_depend} forcestart; then