OSDN Git Service

整理した
[serene/serenelinux-system-pkg.git] / base-files.old / usr / share / doc / base-files / README.FHS
1 The FHS standard specifies /var/mail as the mail spool, but it also says
2 /var/mail may be a symbolic link to another directory, and there is no
3 requirement to physically move the mail spool to this location.
4
5 Therefore, no package will move files around from one location to another
6 on upgrades, and /var/mail will be the real directory only in newly
7 installed systems.
8
9 Since /var/spool/mail has been in use for several years now, we need
10 also to provide backwards compatibility for some time yet.
11
12 So, to summarize:
13
14 * New systems (Debian 2.2 or later) will have /var/mail as a real
15 directory and /var/spool/mail as a symlink to it.
16
17 * Upgraded systems will have /var/spool/mail as the real directory
18 and /var/mail as a symlink to it.
19
20
21 People upgrading from previous releases who prefer the new physical
22 location /var/mail over the old one may do the required changes in their
23 systems if they do it with extreme care and know what they are doing. The
24 packages in charge of ensuring that /var/mail exists (currently, libc6 and
25 base-files) will not touch it at all if it already exists as a directory
26 or a symlink.
27
28
29 Santiago Vila <sanvila@debian.org>