Gentoo Archives: gentoo-dev

From: Geert Bevin <gbevin@×××××××.be>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] qmail and .keep files
Date: Thu, 13 Dec 2001 05:40:26
Message-Id: 1008243585.1015.4.camel@willow.theleaf.office
In Reply to: [gentoo-dev] qmail and .keep files by Vitaly Kushneriuk
1 On Thu, 2001-12-13 at 12:33, Vitaly Kushneriuk wrote:
2 >
3 >
4 > Hi!
5 > Just wandering, what are those ".keep" files for?
6 > Looks to me like a very ugly hack.
7
8 The .keep files are necessary since otherwise when merging a new version
9 and unmerging the old one, required empty dirs would be removed too.
10 This is the way gentoo solves this problem standardly. Just look for
11 .keep files all over your hd.
12
13 > Anyway, ebuild for qmail should not install them in the
14 > queue directory, for qmail-qstat to work properly.
15
16 Do you have real problems due to the .keep files?
17
18 > Also qmail rc file should be config-protected.
19 > As there's no config-protection on per file basis (am I right?)
20 > we should change it to:
21 > ---------------------
22 > #!/bin/sh
23 > exec env - PATH="/var/qmail/bin:$PATH" \
24 > qmail-start "`cat /var/qmail/control/defaultdelivery`"
25 > ---------------------
26 >
27 > with control/defaultdelivery containing;
28 > -------------
29 > |dot-forward .forward
30 > ./.maildir/
31 > -------------
32 > It will also fix the bug in current rc file: "dor-forward and
33 > ./.maildir/ should be on SEPARATE lines.
34
35 Good idea ! I'll add that
36
37 > Gentoo rules :-)
38 > _______________________________________________
39 > gentoo-dev mailing list
40 > gentoo-dev@g.o
41 > http://lists.gentoo.org/mailman/listinfo/gentoo-dev
42 >
43 --
44 Geert Bevin
45 the Leaf sprl/bvba
46 "Use what you need" Pierre Theunisstraat 1/47
47 http://www.theleaf.be 1030 Brussels
48 gbevin@×××××××.be Tel & Fax +32 2 241 19 98

Replies

Subject Author
Re: [gentoo-dev] qmail and .keep files Vitaly Kushneriuk <vitaly_kushneriuk@×××××.com>