ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/pbcdedit/pbcdedit
(Generate patch)

Comparing pbcdedit/pbcdedit (file contents):
Revision 1.64 by root, Mon Aug 26 07:02:02 2019 UTC vs.
Revision 1.65 by root, Sun Sep 1 15:54:18 2019 UTC

1187 1187
1188 # the filetime is apparently used to verify log file validity, 1188 # the filetime is apparently used to verify log file validity,
1189 # so by generating a new timestamp the log files *should* automatically 1189 # so by generating a new timestamp the log files *should* automatically
1190 # become invalidated and windows would "self-heal" them. 1190 # become invalidated and windows would "self-heal" them.
1191 # (update: has been verified by reverse engineering) 1191 # (update: has been verified by reverse engineering)
1192 # possibly the fact that the two sequence numbes match might also 1192 # possibly the fact that the two sequence numbers match might also
1193 # make windows think that the hive is not dirty and ignore logs. 1193 # make windows think that the hive is not dirty and ignore logs.
1194 # (update: has been verified by reverse engineering) 1194 # (update: has been verified by reverse engineering)
1195 1195
1196 my $now = filetime_now; 1196 my $now = filetime_now;
1197 1197

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines