We can find folowing instructions in cvsd.conf.sample: # RootJail <path> # This is the location of the chroot jail # cvs should be run in. # Specify 'none' (without quotes) to not use # a chroot jail. But when RootJail is set to 'none' there is some errors on starting rc_subr script and cvsd doesn't start. How-To-Repeat: Set RootJail to 'none' in the cvsd.conf. Start cvsd without cvsd-buildroot execution. # /usr/local/etc/rc.d/cvsd start mount: /none: No such file or directory devfs: open: none/dev: No such file or directory devfs: open: none/dev: No such file or directory devfs: open: none/dev: No such file or directory # /usr/local/etc/rc.d/cvsd stop cvsd not running?
State Changed From-To: open->feedback Awaiting maintainers feedback
Edwin Groothuis wrote: > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/109546 > I'm not against. Thanks. -- WBR, Andrey V. Elsukov
miwi 2007-02-26 22:49:34 UTC FreeBSD ports repository Modified files: devel/cvsd Makefile devel/cvsd/files cvsd.in Log: - Bump PORTREVISION - When RootJail is set to 'none' there is some errors on starting rc_subr script and cvsd doesn't start. This patch solved the Problem. PR: 109546 Submitted by: Alexander Logvinov <ports@logvinov.com> Approved by: maintainer Revision Changes Path 1.43 +1 -0 ports/devel/cvsd/Makefile 1.2 +3 -3 ports/devel/cvsd/files/cvsd.in _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!