Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!mcnc!ece-csc!ncrcae!wescott From: wescott@ncrcae.Columbia.NCR.COM (Mike Wescott) Newsgroups: comp.unix.questions Subject: Re: sVr2.2: what is /usr/lib/cron/queuedefs? Message-ID: <2357@ncrcae.Columbia.NCR.COM> Date: Thu, 15-Jan-87 15:31:55 EST Article-I.D.: ncrcae.2357 Posted: Thu Jan 15 15:31:55 1987 Date-Received: Fri, 16-Jan-87 02:16:12 EST References: <790@maynard.BSW.COM> <166@herman.UUCP> <210@bigtex.uucp> <131@tdi2.UUCP> <855@hropus.UUCP> Sender: news@ncrcae.Columbia.NCR.COM Reply-To: wescott@ncrcae.UUCP (Mike Wescott,x278) Organization: NCR Corp., Engineering & Manufacturing - Columbia, SC Lines: 20 In article <855@hropus.UUCP> jrw@hropus.UUCP writes: > > > (3) Can I create my own queues, using the flags from (2)? How do I specify > > an arbitrary queue to "at"? > > Just add a similar line to this file. No need if you're willing to use the default values. Which are 100j2n60w. > cat-ing /usr/bin/batch reveals a shell script. As it is probably considered > source code, I cannot show it here ;-) but you specify different queues to at > by saying "at -qA" where A is [a-z]. Yeah. But watch out. at -qc can cause cron to dump core in the atjobs spool directory. It seems that the "c" queue is a cron job and cron is not equipped to properly execute "cron" jobs from at files. Fix to be posted later. -Mike Wescott ncrcae!wescott