public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] qmail and .keep files
@ 2001-12-13 11:33 Vitaly Kushneriuk
  2001-12-13 11:39 ` Geert Bevin
  0 siblings, 1 reply; 10+ messages in thread
From: Vitaly Kushneriuk @ 2001-12-13 11:33 UTC (permalink / raw
  To: gentoo-dev


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 :-)


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2001-12-13 20:09 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-12-13 11:33 [gentoo-dev] qmail and .keep files Vitaly Kushneriuk
2001-12-13 11:39 ` 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox