supervision - discussion about system services, daemon supervision, init, runlevel management, and tools such as s6 and runit
 help / color / mirror / Atom feed
From: Charlie Brady <charlieb-supervision@budge.apana.org.au>
Cc: supervision@list.skarnet.org
Subject: Re: problems with QMAILQUEUE and reading stdin
Date: Mon, 29 May 2006 08:11:08 -0400 (EDT)	[thread overview]
Message-ID: <Pine.LNX.4.61.0605290808220.23542@e-smith.charlieb.ott.istop.com> (raw)
In-Reply-To: <1148880181.19941.3.camel@avirat>


On Mon, 29 May 2006, B S Srinidhi wrote:

>> This is the line from /var/qmail/bin/prequeue that's causing the
>> error:
>>
>> tmp="$pq/`/usr/pkg/bin/safecat "$pq/tmp" "$pq" </dev/stdin`" || exit 71 # put message to disk, if possible
>>
>
> hmm... I don't know what exactly should happen here, but wouldn't it be
> possible to do this:
>
> `cat /dev/stdin | /usr/pkg/bin/safecat "$pq/tmp" "$pq"`

Why run cat unnecessarily (and depend on /dev/stdin which only sometimes 
exists)?

Try:

tmp=$pq/$(/usr/pkg/bin/safecat "$pq/tmp" "$pq")




  reply	other threads:[~2006-05-29 12:11 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-29  1:58 George Georgalis
2006-05-29  5:23 ` B S Srinidhi
2006-05-29 12:11   ` Charlie Brady [this message]
2006-05-29 12:19     ` B S Srinidhi
2006-05-29 13:37       ` George Georgalis
2006-05-29 14:38         ` Charlie Brady
2006-05-29 15:49           ` George Georgalis
2006-05-29 15:56             ` Charlie Brady
2006-05-29 20:48             ` George Georgalis
2006-05-29 13:59       ` Charlie Brady

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.61.0605290808220.23542@e-smith.charlieb.ott.istop.com \
    --to=charlieb-supervision@budge.apana.org.au \
    --cc=supervision@list.skarnet.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).