diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-07-10 06:18:34 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-07-10 06:37:28 +0000 |
commit | ee65d272cda3aee4ac47ac67433ee7853d35702a (patch) | |
tree | 6330950c675a3d4b7b682125f7ed1cefa86617a3 /main/alpine-baselayout/profile | |
parent | 6fbb8247cb9a548f589e7c250196bacf72daf88c (diff) | |
download | aports-ee65d272cda3aee4ac47ac67433ee7853d35702a.tar.bz2 aports-ee65d272cda3aee4ac47ac67433ee7853d35702a.tar.xz |
main/alpine-baselayout: misc fixes
- suggest the setup-alpine command in motd
- fix sysctl location and contents
put sysctl to /etc/sysctl.d with 00 prefix so later sysctl.d files can
override it if needed.
also remove ip_forward, it default to zero in kernel, and is controlled
by iptables init.d or quagga.
- mkmntdirs: add missing header
string.h is needed for strcmp definition
- profile: remove LANG. ref #4428
Diffstat (limited to 'main/alpine-baselayout/profile')
-rw-r--r-- | main/alpine-baselayout/profile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/alpine-baselayout/profile b/main/alpine-baselayout/profile index 5144f7d9ae..bb99d2915b 100644 --- a/main/alpine-baselayout/profile +++ b/main/alpine-baselayout/profile @@ -1,5 +1,4 @@ export CHARSET=UTF-8 -export LANG=en.utf8 export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin export PAGER=less export PS1='\h:\w\$ ' |