diff mbox

[1/3] skeleton/etc/profile: remove /usr/bin/X11 from PATH

Message ID 1413761457-25565-1-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit cfad612fc7b2f53b265e7ed56134fbc4fdbc7151
Headers show

Commit Message

Gustavo Zacarias Oct. 19, 2014, 11:30 p.m. UTC
That directory has been unused for ages so remove it.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 system/skeleton/etc/profile | 1 -
 1 file changed, 1 deletion(-)

Comments

Arnout Vandecappelle Oct. 20, 2014, 7:11 p.m. UTC | #1
On 20/10/14 01:30, Gustavo Zacarias wrote:
> That directory has been unused for ages so remove it.
>
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

 Regards,
 Arnout

> ---
>  system/skeleton/etc/profile | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/system/skeleton/etc/profile b/system/skeleton/etc/profile
> index 31d3180..640f6f1 100644
> --- a/system/skeleton/etc/profile
> +++ b/system/skeleton/etc/profile
> @@ -5,7 +5,6 @@ export PATH=\
>  /sbin:\
>  /usr/bin:\
>  /usr/sbin:\
> -/usr/bin/X11:\
>  /usr/local/bin
>  
>  # If running interactively, then:
>
Yann E. MORIN Oct. 21, 2014, 5:20 p.m. UTC | #2
Gustavo, All,

On 2014-10-19 20:30 -0300, Gustavo Zacarias spake thusly:
> That directory has been unused for ages so remove it.
> 
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  system/skeleton/etc/profile | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/system/skeleton/etc/profile b/system/skeleton/etc/profile
> index 31d3180..640f6f1 100644
> --- a/system/skeleton/etc/profile
> +++ b/system/skeleton/etc/profile
> @@ -5,7 +5,6 @@ export PATH=\
>  /sbin:\
>  /usr/bin:\
>  /usr/sbin:\
> -/usr/bin/X11:\
>  /usr/local/bin
>  
>  # If running interactively, then:
> -- 
> 2.0.4
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Peter Korsgaard Oct. 25, 2014, 4:40 p.m. UTC | #3
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > That directory has been unused for ages so remove it.
 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed all 3, thanks.
diff mbox

Patch

diff --git a/system/skeleton/etc/profile b/system/skeleton/etc/profile
index 31d3180..640f6f1 100644
--- a/system/skeleton/etc/profile
+++ b/system/skeleton/etc/profile
@@ -5,7 +5,6 @@  export PATH=\
 /sbin:\
 /usr/bin:\
 /usr/sbin:\
-/usr/bin/X11:\
 /usr/local/bin
 
 # If running interactively, then: