Gentoo Archives: gentoo-user

From: "Alan E. Davis" <lngndvs@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] file dates on system totally bodged
Date: Tue, 03 Jan 2006 03:48:27
Message-Id: 7bef1f890601021944y1d19d74fr558a86c837d27705@mail.gmail.com
In Reply to: Re: [gentoo-user] file dates on system totally bodged by "Alan E. Davis"
1 I have been seeing a lot of these messages:
2
3 * Some file in '/etc/{conf.d,init.d}' have Modification time in the future!
4
5 I post here a list of those files, as I contemplate what to do about this:
6
7 # ls -lrt /etc/conf.d
8
9 shows the following with 2020 dates:
10
11 -rw-r--r-- 1 root root 318 Dec 30 2020 net
12 -rw-r--r-- 1 root root 217 Dec 30 2020 local.stop
13 -rw-r--r-- 1 root root 117 Dec 30 2020 local.start
14 -rw-r--r-- 1 root root 709 Dec 30 2020 keymaps
15 -rw-r--r-- 1 root root 83 Dec 30 2020 hostname
16 -rw-r--r-- 1 root root 415 Dec 30 2020 env_whitelist
17 -rw-r--r-- 1 root root 561 Dec 30 2020 domainname
18 -rw-r--r-- 1 root root 722 Dec 30 2020 consolefont
19 -rw-r--r-- 1 root root 609 Dec 30 2020 clock
20 -rw-r--r-- 1 root root 254 Dec 30 2020 bootmisc
21 -rw-r--r-- 1 root root 27908 Dec 30 2020 net.example
22 -rw-r--r-- 1 root root 6577 Dec 30 2020 rc
23
24
25
26 # ls -lrt /etc/init.d | grep 2020
27 -rwxr-xr-x 1 root root 915 Dec 30 2020 urandom
28 -rwxr-xr-x 1 root root 215 Dec 30 2020 shutdown.sh
29 lrwxrwxrwx 1 root root 23 Dec 30 2020 runscript.sh ->
30 ../../sbin/runscript.sh
31 -rwxr-xr-x 1 root root 276 Dec 30 2020 rmnologin
32 -rwxr-xr-x 1 root root 221 Dec 30 2020 reboot.sh
33 -rwxr-xr-x 1 root root 670 Dec 30 2020 numlock
34 -rwxr-xr-x 1 root root 3055 Dec 30 2020 netmount
35 lrwxrwxrwx 1 root root 6 Dec 30 2020 net.eth0 -> net.lo
36 -rwxr-xr-x 1 root root 2956 Dec 30 2020 modules
37 -rwxr-xr-x 1 root root 620 Dec 30 2020 local
38 -rwxr-xr-x 1 root root 1859 Dec 30 2020 keymaps
39 -rwxr-xr-x 1 root root 1047 Dec 30 2020 hostname
40 -rwxr-xr-x 1 root root 5110 Dec 30 2020 halt.sh
41 lrwxrwxrwx 1 root root 23 Dec 30 2020 functions.sh ->
42 ../../sbin/functions.sh
43 -rwxr-xr-x 1 root root 1526 Dec 30 2020 domainname
44 lrwxrwxrwx 1 root root 21 Dec 30 2020 depscan.sh -> ../../sbin/depscan.sh
45 -rwxr-xr-x 1 root root 1414 Dec 30 2020 consolefont
46 -rwxr-xr-x 1 root root 3022 Dec 30 2020 checkroot
47 -rwxr-xr-x 1 root root 1205 Dec 30 2020 checkfs
48 -rwxr-xr-x 1 root root 3637 Dec 30 2020 bootmisc
49 -rwxr-xr-x 1 root root 515 Dec 30 2020 cupsd
50 -rwxr-xr-x 1 root root 2589 Dec 30 2020 clock
51 -rwxr-xr-x 1 root root 26683 Dec 30 2020 net.lo
52 -rwxr-xr-x 1 root root 1319 Dec 30 2020 localmount
53
54
55 If I touch these as current, will it hurt anything?
56
57 Alan Davis
58
59 --
60 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] file dates on system totally bodged Neil Bothwick <neil@××××××××××.uk>