Date: Tue, 29 Jan 2013 03:38:26 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r246052 - projects/portbuild/admin/etc/rc.d Message-ID: <201301290338.r0T3cQVP036715@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon (doc,ports committer) Date: Tue Jan 29 03:38:25 2013 New Revision: 246052 URL: http://svnweb.freebsd.org/changeset/base/246052 Log: Try to teach these to delay startup until after login. They have always been reluctant to start automatically; perhaps this is why. Modified: projects/portbuild/admin/etc/rc.d/pollmachine projects/portbuild/admin/etc/rc.d/qmanager Modified: projects/portbuild/admin/etc/rc.d/pollmachine ============================================================================== --- projects/portbuild/admin/etc/rc.d/pollmachine Tue Jan 29 03:27:24 2013 (r246051) +++ projects/portbuild/admin/etc/rc.d/pollmachine Tue Jan 29 03:38:25 2013 (r246052) @@ -2,6 +2,10 @@ # # installed by the portbuild application # + +# PROVIDE: pollmachine +# REQUIRE: LOGIN cleanvar + export PATH=/usr/local/bin:${PATH} pb=/var/portbuild Modified: projects/portbuild/admin/etc/rc.d/qmanager ============================================================================== --- projects/portbuild/admin/etc/rc.d/qmanager Tue Jan 29 03:27:24 2013 (r246051) +++ projects/portbuild/admin/etc/rc.d/qmanager Tue Jan 29 03:38:25 2013 (r246052) @@ -2,6 +2,10 @@ # # installed by the portbuild application # + +# PROVIDE: qmanager +# REQUIRE: LOGIN cleanvar + export PATH=/usr/local/bin:${PATH} pb=/var/portbuild
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301290338.r0T3cQVP036715>