| … | |
… | |
| 9 | |
9 | |
| 10 | Cleaned up the clock init script. Moved the clock options out of |
10 | Cleaned up the clock init script. Moved the clock options out of |
| 11 | rc.conf and into its own conf.d/clock file. Added support for the |
11 | rc.conf and into its own conf.d/clock file. Added support for the |
| 12 | weird Alpha consoles SRM/ARC since they need special config options. |
12 | weird Alpha consoles SRM/ARC since they need special config options. |
| 13 | Also made the syncing of system clock to hardware clock at shutdown |
13 | Also made the syncing of system clock to hardware clock at shutdown |
| 14 | optional (with the default being off) #15834. |
14 | optional (with the default being off) #15834. Don't try to set the |
|
|
15 | clock if running inside a coLinux environment #52870. |
| 15 | |
16 | |
| 16 | Update default PATH ordering to try to follow default behavior in |
17 | Update default PATH ordering to try to follow default behavior in |
| 17 | other distro's and because it's logical that /usr/local should |
18 | other distro's and because it's logical that /usr/local should |
| 18 | override /usr which should override /. Fixes #12531. |
19 | override /usr which should override /. Fixes #12531. |
| 19 | |
20 | |