Displaying 3 results from an estimated 3 matches for "39aeb10df29104797e3a9aca4db37a6e".
2016 Aug 03
2
[PATCH] firstboot: rename systemd service file
...ns. *)
+ 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), it will not be removed")
+ oldunitfile csum
+ )
and install_sysvinit_service g = function
| "fedora"|"...
2016 Aug 03
0
Re: [PATCH] firstboot: rename systemd service file
...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), it will not be removed")
> + oldunitfile csum
> + )
>
> and install_sysvinit_service g = functi...
2016 Aug 04
3
[PATCH v2 1/2] firstboot: rename systemd and sysvinit
...ns. *)
+ 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), it will not be removed")
+ oldunitfile csum
+ )
and install_sysvinit_service g = function
| "fedora"|"...