Displaying 3 results from an estimated 3 matches for "56fafd8c990fc9d24e5b8497f3582e8d".
2016 Aug 03
2
[PATCH] firstboot: rename systemd service file
...c/systemd/system/default.target.wants/firstboot.service";
+ (* Remove the old firstboot.service only if it is one of our
+ * versions. *)
+ match g#checksum "md5" oldunitfile with
+ | "6923781f7a1851b40b32b4960eb9a0fc" (* < 1.23.24 *)
+ | "56fafd8c990fc9d24e5b8497f3582e8d" (* < 1.23.32 *)
+ | "a83767e01cf398e2fd7c8f59d65d320a" (* < 1.25.2 *)
+ | "39aeb10df29104797e3a9aca4db37a6e" ->
+ g#rm oldunitfile
+ | csum ->
+ warning (f_"firstboot: unknown version for old firstboot.service file %s (md5=%s...
2016 Aug 03
0
Re: [PATCH] firstboot: rename systemd service file
...target.wants/firstboot.service";
> + (* Remove the old firstboot.service only if it is one of our
> + * versions. *)
> + match g#checksum "md5" oldunitfile with
> + | "6923781f7a1851b40b32b4960eb9a0fc" (* < 1.23.24 *)
> + | "56fafd8c990fc9d24e5b8497f3582e8d" (* < 1.23.32 *)
> + | "a83767e01cf398e2fd7c8f59d65d320a" (* < 1.25.2 *)
> + | "39aeb10df29104797e3a9aca4db37a6e" ->
> + g#rm oldunitfile
> + | csum ->
> + warning (f_"firstboot: unknown version for old firstboo...
2016 Aug 04
3
[PATCH v2 1/2] firstboot: rename systemd and sysvinit
...c/systemd/system/default.target.wants/firstboot.service";
+ (* Remove the old firstboot.service only if it is one of our
+ * versions. *)
+ match g#checksum "md5" oldunitfile with
+ | "6923781f7a1851b40b32b4960eb9a0fc" (* < 1.23.24 *)
+ | "56fafd8c990fc9d24e5b8497f3582e8d" (* < 1.23.32 *)
+ | "a83767e01cf398e2fd7c8f59d65d320a" (* < 1.25.2 *)
+ | "39aeb10df29104797e3a9aca4db37a6e" ->
+ g#rm oldunitfile
+ | csum ->
+ warning (f_"firstboot: unknown version for old firstboot.service file %s (md5=%s...