summaryrefslogtreecommitdiffstats
path: root/main/alpine-baselayout/0001-profile-change-default-path.patch
blob: 8f6945ce7bf776d4db6aae26c3f39d78b0875f3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From 963370a09dba86b661d4fec6f9152c219419f861 Mon Sep 17 00:00:00 2001
From: Natanael Copa <ncopa@alpinelinux.org>
Date: Fri, 17 Jul 2009 12:35:21 +0000
Subject: [PATCH] profile: change default path

---
 profile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/profile b/profile
index ef97cc8..a292008 100644
--- a/profile
+++ b/profile
@@ -1,4 +1,4 @@
-export PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin
+export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
 export PAGER=less
 export PS1='\h:\w\$ '
 umask 022
-- 
1.6.3.3