diff options
author | James Meyer <james.meyer@operamail.com> | 2010-11-05 15:38:18 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-11-05 15:38:18 (GMT) |
commit | 966f958e2c7d3d9abd4c0818da00f386685ed21c (patch) | |
tree | f4360f61308c16a9435d37c58dc2e3bdf03e15e6 /abs/core/filesystem/profile | |
parent | a79540b84f7f74607fc0a742518f8d88d88b84ad (diff) | |
download | linhes_pkgbuild-966f958e2c7d3d9abd4c0818da00f386685ed21c.zip linhes_pkgbuild-966f958e2c7d3d9abd4c0818da00f386685ed21c.tar.gz linhes_pkgbuild-966f958e2c7d3d9abd4c0818da00f386685ed21c.tar.bz2 |
filesystem: updated to lfs compliance ref #647
Diffstat (limited to 'abs/core/filesystem/profile')
-rw-r--r-- | abs/core/filesystem/profile | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/abs/core/filesystem/profile b/abs/core/filesystem/profile index cf461f7..e7a958a 100644 --- a/abs/core/filesystem/profile +++ b/abs/core/filesystem/profile @@ -24,6 +24,7 @@ fi # Load shell specific profile settings test -f "/etc/profile.$shell" && . "/etc/profile.$shell" +unset shell #Set our umask umask 022 @@ -32,19 +33,6 @@ umask 022 PATH="/bin:/usr/bin:/sbin:/usr/sbin" export PATH -# Export default pkg-config path -PKG_CONFIG_PATH="/usr/lib/pkgconfig" -export PKG_CONFIG_PATH - -# Some readline stuff that is fairly common -HISTSIZE=1000 -HISTCONTROL="erasedups" - -INPUTRC="/etc/inputrc" -LESS="-R" - -export HISTSIZE HISTCONTROL INPUTRC LESS - # Load profiles from /etc/profile.d if test -d /etc/profile.d/; then for profile in /etc/profile.d/*.sh; do |