svn commit: r246052 - projects/portbuild/admin/etc/rc.d

Mark Linimon linimon at FreeBSD.org
Tue Jan 29 03:38:26 UTC 2013


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


More information about the svn-src-projects mailing list