mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] systemd: fix udev custom rules typo
@ 2017-03-30 23:20 Clemens Gruber
  2017-03-31  6:43 ` Juergen Borleis
  2017-04-03  8:30 ` Michael Olbrich
  0 siblings, 2 replies; 3+ messages in thread
From: Clemens Gruber @ 2017-03-30 23:20 UTC (permalink / raw)
  To: ptxdist; +Cc: Clemens Gruber

Due to this typo, custom udev rules were not installed.
Fix it.

Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>
---
 rules/systemd.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/systemd.make b/rules/systemd.make
index 6b49e9710..45f8f1c20 100644
--- a/rules/systemd.make
+++ b/rules/systemd.make
@@ -398,7 +398,7 @@ ifdef PTXCONF_SYSTEMD_UDEV_HWDB
 endif
 
 ifdef PTXCONF_SYSTEMD_UDEV_CUST_RULES
-	@$(call install_tree_alternative, v, 0, 0, -, /lib/udev/rules.d)
+	@$(call install_tree_alternative, systemd, 0, 0, -, /lib/udev/rules.d)
 endif
 
 	@$(call install_finish, systemd)
-- 
2.12.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ptxdist] [PATCH] systemd: fix udev custom rules typo
  2017-03-30 23:20 [ptxdist] [PATCH] systemd: fix udev custom rules typo Clemens Gruber
@ 2017-03-31  6:43 ` Juergen Borleis
  2017-04-03  8:30 ` Michael Olbrich
  1 sibling, 0 replies; 3+ messages in thread
From: Juergen Borleis @ 2017-03-31  6:43 UTC (permalink / raw)
  To: ptxdist; +Cc: Clemens Gruber

On Friday 31 March 2017 01:20:44 Clemens Gruber wrote:
> Due to this typo, custom udev rules were not installed.
> Fix it.
>
> Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>
> ---
>  rules/systemd.make | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/rules/systemd.make b/rules/systemd.make
> index 6b49e9710..45f8f1c20 100644
> --- a/rules/systemd.make
> +++ b/rules/systemd.make
> @@ -398,7 +398,7 @@ ifdef PTXCONF_SYSTEMD_UDEV_HWDB
>  endif
>
>  ifdef PTXCONF_SYSTEMD_UDEV_CUST_RULES
> -	@$(call install_tree_alternative, v, 0, 0, -, /lib/udev/rules.d)
> +	@$(call install_tree_alternative, systemd, 0, 0, -, /lib/udev/rules.d)
>  endif
>
>  	@$(call install_finish, systemd)

Ups. Thanks, my fault. Copy+paste with a broken CTRL key... :)

jb

-- 
Pengutronix e.K.                             | Juergen Borleis             |
Industrial Linux Solutions                   | http://www.pengutronix.de/  |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ptxdist] [PATCH] systemd: fix udev custom rules typo
  2017-03-30 23:20 [ptxdist] [PATCH] systemd: fix udev custom rules typo Clemens Gruber
  2017-03-31  6:43 ` Juergen Borleis
@ 2017-04-03  8:30 ` Michael Olbrich
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Olbrich @ 2017-04-03  8:30 UTC (permalink / raw)
  To: ptxdist

On Fri, Mar 31, 2017 at 01:20:44AM +0200, Clemens Gruber wrote:
> Due to this typo, custom udev rules were not installed.
> Fix it.
> 
> Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>

Thanks, applied,

Michael

> ---
>  rules/systemd.make | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/rules/systemd.make b/rules/systemd.make
> index 6b49e9710..45f8f1c20 100644
> --- a/rules/systemd.make
> +++ b/rules/systemd.make
> @@ -398,7 +398,7 @@ ifdef PTXCONF_SYSTEMD_UDEV_HWDB
>  endif
>  
>  ifdef PTXCONF_SYSTEMD_UDEV_CUST_RULES
> -	@$(call install_tree_alternative, v, 0, 0, -, /lib/udev/rules.d)
> +	@$(call install_tree_alternative, systemd, 0, 0, -, /lib/udev/rules.d)
>  endif
>  
>  	@$(call install_finish, systemd)
> -- 
> 2.12.1
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-04-03  8:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-30 23:20 [ptxdist] [PATCH] systemd: fix udev custom rules typo Clemens Gruber
2017-03-31  6:43 ` Juergen Borleis
2017-04-03  8:30 ` Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox