[7110] in testers
Re: mail aliases
daemon@ATHENA.MIT.EDU (Laura Baldwin)
Mon Jun 13 14:41:17 2005
Message-Id: <200506131841.j5DIf8am009382@geskekelud.mit.edu>
To: Robert A Basch <rbasch@MIT.EDU>
cc: Laura Baldwin <boojum@MIT.EDU>, Greg Hudson <ghudson@MIT.EDU>,
testers@MIT.EDU
In-Reply-To: Message from Robert A Basch <rbasch@MIT.EDU>
of "Mon, 13 Jun 2005 14:26:19 EDT." <1118687179.11518.8.camel@anhedonia.mit.edu>
Date: Mon, 13 Jun 2005 14:41:08 -0400
From: Laura Baldwin <boojum@MIT.EDU>
> The file is installed with "cp -p", preserving the file modification
> time ("ls -lc" could be used to determine when the file actually
> changed last).
/etc/mail]% ls -lc aliases.athena
-rw-r--r-- 1 root other 1069 Jun 11 19:27 aliases.athena
/etc/mail]% ls -l aliases.athena
-rw-r--r-- 1 root other 1069 Jun 11 12:47 aliases.athena
Also:
-rw-r--r-- 1 root other 1069 Jun 11 12:47 aliases.athena
-rw-r--r-- 1 root other 6083 Jun 11 12:47 sendmail.cf
-rw-r--r-- 1 root other 6083 Jun 11 12:47 sendmail.cf.athena
-rw-r--r-- 1 root other 47 Jun 11 12:47 authinfo
-r--r--r-- 1 bin bin 5591 Jun 11 12:47 helpfile
-rw------- 1 root bin 0 Jun 11 12:47 statistics
got modified at the same time.
-Laura