Opened 11 years ago
Closed 11 years ago
#3515 closed task (invalid)
Inconsistency with adjtime
Reported by: | Chris Staub | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.6-systemd |
Component: | Book | Version: | systemd |
Severity: | normal | Keywords: | |
Cc: |
Description
In the systemd book, the instructions to configure the system clock describe creating /etc/adjtime, which is used by systemd. However, the instructions for Util-linux still say to edit the source to change "/etc/adjtime" to "/var/lib/hwclock/adjtime" to match the FHS.
Change History (3)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Milestone: | → 7.6-systemd |
---|
comment:3 by , 11 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
In the hwclock case, it's a file that saves runtime data to it.
In the systemd-timedated case, it's a file that servers as a configuration file.
So in that case, the instructions are correct.
Variable data go to /var while configuration files go to /etc. We can speak of two different files here.
Note:
See TracTickets
for help on using tickets.
Configuration files go in /etc from what I know, so I don't see any big deal. I have no idea what util-linux stores in it, but there's nothing in /var/lib/hwclock here. What would be the proposed solution?