summaryrefslogtreecommitdiffstats
path: root/jobqueue.pl
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2015-07-06 21:21:04 +0200
committerDavid Lawrence <dkl@mozilla.com>2015-07-06 21:21:04 +0200
commitb758be1d37cb49ced8cb17fca3d5a4cb2dd2e03e (patch)
tree01d7b7c5a5fcd5dddc0ed4adc55a60917ce70bce /jobqueue.pl
parentf70d4ce7e0a94379bb901559109650874946c84b (diff)
downloadbugzilla-b758be1d37cb49ced8cb17fca3d5a4cb2dd2e03e.tar.gz
bugzilla-b758be1d37cb49ced8cb17fca3d5a4cb2dd2e03e.tar.xz
Bug 1172968: Move the scripts we want to keep from contrib/* and place them in scripts/ directory. Remove contrib from repo
Diffstat (limited to 'jobqueue.pl')
-rwxr-xr-xjobqueue.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/jobqueue.pl b/jobqueue.pl
index d7d6fd775..e086d9404 100755
--- a/jobqueue.pl
+++ b/jobqueue.pl
@@ -76,7 +76,7 @@ See L<Bugzilla::JobQueue> and L<Bugzilla::JobQueue::Runner>.
=head1 Running jobqueue.pl as a System Service
For systems that use Upstart or SysV Init, there is a SysV/Upstart init
-script included with Bugzilla for jobqueue.pl: F<contrib/bugzilla-queue>.
+script included with Bugzilla for jobqueue.pl: F<scripts/bugzilla-queue>.
It should work out-of-the-box on RHEL, Fedora, CentOS etc.
You can install it by doing C<./jobqueue.pl install> as root, after
@@ -84,5 +84,5 @@ already having run L<checksetup> at least once to completion
on this Bugzilla installation.
If you are using a system that isn't RHEL, Fedora, CentOS, etc., then you
-may have to modify F<contrib/bugzilla-queue> and install it yourself
+may have to modify F<scripts/bugzilla-queue.*> and install it yourself
manually in order to get C<jobqueue.pl> running as a system service.