public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Vitaly Kushneriuk <vitaly_kushneriuk@yahoo.com>
To: gentoo-dev@gentoo.org
Subject: [gentoo-dev] qmail and .keep files
Date: 13 Dec 2001 13:33:00 +0200	[thread overview]
Message-ID: <1008243180.10991.4.camel@uranus.u235.eyep.net> (raw)


Hi!
Just wandering, what are those ".keep" files for?
Looks to me like a very ugly hack.
Anyway, ebuild for qmail should not install them in the 
queue directory, for qmail-qstat to work properly.
Also qmail rc file should be config-protected.
As there's no config-protection on per file basis (am I right?)
we should change it to:
---------------------
#!/bin/sh
exec env - PATH="/var/qmail/bin:$PATH" \
qmail-start "`cat /var/qmail/control/defaultdelivery`"
---------------------

with control/defaultdelivery containing;
-------------
|dot-forward .forward
./.maildir/
-------------
It will also fix the bug in current rc file: "dor-forward and
./.maildir/ should be on SEPARATE lines.

Gentoo rules :-)


             reply	other threads:[~2001-12-13 11:33 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-13 11:33 Vitaly Kushneriuk [this message]
2001-12-13 11:39 ` [gentoo-dev] qmail and .keep files Geert Bevin
2001-12-13 12:18   ` Vitaly Kushneriuk
2001-12-13 12:54     ` Geert Bevin
2001-12-13 13:13       ` Jerry A!
2001-12-13 17:45       ` [gentoo-dev] qmail and .keep files - admin consideration? jano
2001-12-13 17:47         ` Jerry A!
2001-12-13 18:24           ` Daniel Robbins
2001-12-13 18:03       ` [gentoo-dev] qmail and .keep files Daniel Robbins
2001-12-13 20:09     ` Geert Bevin

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=1008243180.10991.4.camel@uranus.u235.eyep.net \
    --to=vitaly_kushneriuk@yahoo.com \
    --cc=gentoo-dev@gentoo.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