diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-07-23 18:24:11 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-07-23 18:24:11 +0000 |
commit | 2d2ddf507bf1ae2f4cc595b23b8e018398cbe8dd (patch) | |
tree | a63d3b3b1c89018b5419358eed5c2bb0acf1cd92 /main/alpine-baselayout/0001-profile-change-default-path.patch | |
parent | e374901731eb35599bd6735de4dd38560e3a79b8 (diff) | |
download | aports-2d2ddf507bf1ae2f4cc595b23b8e018398cbe8dd.tar.bz2 aports-2d2ddf507bf1ae2f4cc595b23b8e018398cbe8dd.tar.xz |
move core/* to main/
added maintainer to several packages as well
Diffstat (limited to 'main/alpine-baselayout/0001-profile-change-default-path.patch')
-rw-r--r-- | main/alpine-baselayout/0001-profile-change-default-path.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/main/alpine-baselayout/0001-profile-change-default-path.patch b/main/alpine-baselayout/0001-profile-change-default-path.patch new file mode 100644 index 000000000..8f6945ce7 --- /dev/null +++ b/main/alpine-baselayout/0001-profile-change-default-path.patch @@ -0,0 +1,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 + |