Overview
Comment: | rewrite file |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
3e8f3b332687dfd40b35dbe08cb98e43 |
User & Date: | arcade on 2019-10-20 12:27:34.247 |
Other Links: | manifest | tags |
Context
2019-10-20
| ||
12:27 | fix test and prevent service start check-in: b4e23b21af user: arcade tags: trunk | |
12:27 | rewrite file check-in: 3e8f3b3326 user: arcade tags: trunk | |
11:54 | fix variables, fix execution order check-in: 47c6cc1171 user: arcade tags: trunk | |
Changes
Modified dmesg.init
from [47bed01da7]
to [373e27376b].
1 2 3 4 5 6 | # vim:ft=make: DMESG_FILE?=/var/run/dmesg.boot dmesg: mountlate : Writing dmesg. | | | 1 2 3 4 5 6 7 | # vim:ft=make: DMESG_FILE?=/var/run/dmesg.boot dmesg: mountlate : Writing dmesg. umask 022 ; dmesg -a >> ${DMESG_FILE} |