Date: Wed, 26 Sep 2007 11:02:29 +0000 (UTC) From: Mike Makonnen <mtm@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/rc.d Makefile lockd nfslocking statd Message-ID: <200709261102.l8QB2TRL097571@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mtm 2007-09-26 11:02:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/rc.d Makefile nfslocking Added files: (Branch: RELENG_6) etc/rc.d lockd statd Log: MFC: Revision Path 1.82 src/etc/rc.d/Makefile 1.16 src/etc/rc.d/lockd 1.17 src/etc/rc.d/lockd 1.18 src/etc/rc.d/lockd 1.15 src/etc/rc.d/nfslocking 1.16 src/etc/rc.d/statd 1.17 src/etc/rc.d/statd Split rc.d/nfslocking into two separate scripts: rc.d/lockd and rc.d/statd. Keep rc.d/nfslocking for POLA reasons but do not run it during system startup. PR: conf/107316 Revision Path 1.14 src/etc/rc.d/nfslocking The precmd routine does not need to check whether the comman should be "forced". If some pre-condition is not met, it should fail as it normally does and rc.subr(8) will make the appropriate decision. Incidentally, the previous behaviour had a bug where the "force" flag was respected only when checking rc.conf(5) knobs. The flag was ignored when verifying the rpcbind(8) dependency. Revision Changes Path 1.53.2.16 +2 -2 src/etc/rc.d/Makefile 1.18.2.1 +44 -0 src/etc/rc.d/lockd (new) 1.11.2.2 +11 -9 src/etc/rc.d/nfslocking 1.17.2.1 +44 -0 src/etc/rc.d/statd (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709261102.l8QB2TRL097571>