mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
cad6c0c117
configurable limits on jobs on a per queue basis as well as for the total queue system. It is based on the de facto NQS standards and is interoperable with commercial NQS products. PR: 6699 Submitted by: Tony Maher <tonym@angis.org.au>
25 lines
473 B
Plaintext
25 lines
473 B
Plaintext
--- SETUPDir/Scripts/SETUP.orig Sat May 2 14:46:05 1998
|
|
+++ SETUPDir/Scripts/SETUP Sat May 2 14:53:14 1998
|
|
@@ -911,6 +911,21 @@
|
|
StepFour
|
|
StepFive
|
|
;;
|
|
+ --fbconfig)
|
|
+ LoadMachineDesc
|
|
+ Introduction
|
|
+ StepOne
|
|
+ StepTwo
|
|
+ StepThree
|
|
+ ;;
|
|
+ --fbcompile)
|
|
+ LoadMachineDesc
|
|
+ StepFour
|
|
+ ;;
|
|
+ -fbinstall)
|
|
+ LoadMachineDesc
|
|
+ StepFive
|
|
+ ;;
|
|
*)
|
|
LoadMachineDesc
|
|
Introduction
|