summaryrefslogtreecommitdiffstats
path: root/source/a/etc
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/etc')
-rw-r--r--source/a/etc/_etc/etc/csh.login.new1
-rw-r--r--source/a/etc/_etc/etc/profile.new1
-rwxr-xr-xsource/a/etc/etc.SlackBuild2
3 files changed, 1 insertions, 3 deletions
diff --git a/source/a/etc/_etc/etc/csh.login.new b/source/a/etc/_etc/etc/csh.login.new
index d5de278c7..1f62c45c0 100644
--- a/source/a/etc/_etc/etc/csh.login.new
+++ b/source/a/etc/_etc/etc/csh.login.new
@@ -6,7 +6,6 @@ if ($?prompt) then
set cdpath = ( /var/spool )
set notify
set history = 100
- setenv MANPATH /usr/local/man:/usr/man
setenv MINICOM "-c on"
setenv HOSTNAME "`cat /etc/HOSTNAME`"
setenv LESS "-M"
diff --git a/source/a/etc/_etc/etc/profile.new b/source/a/etc/_etc/etc/profile.new
index 8c5df4d84..f716d786e 100644
--- a/source/a/etc/_etc/etc/profile.new
+++ b/source/a/etc/_etc/etc/profile.new
@@ -3,7 +3,6 @@
# Set the values for some environment variables:
export MINICOM="-c on"
-export MANPATH=/usr/local/man:/usr/man
export HOSTNAME="`cat /etc/HOSTNAME`"
export LESSOPEN="|lesspipe.sh %s"
export LESS="-M"
diff --git a/source/a/etc/etc.SlackBuild b/source/a/etc/etc.SlackBuild
index 547e633e1..35616fb67 100755
--- a/source/a/etc/etc.SlackBuild
+++ b/source/a/etc/etc.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=etc
VERSION=15.0
-BUILD=${BUILD:-6}
+BUILD=${BUILD:-7}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then