summaryrefslogtreecommitdiffstats
path: root/network/heimdal/heimdal.sh
diff options
context:
space:
mode:
author Menno E. Duursma <druiloor@zonnet.nl>2010-05-11 22:25:23 +0200
committer David Somero <xgizzmo@slackbuilds.org>2010-05-11 22:25:23 +0200
commit1d1cc771b603b5c473c42d4c6a583b81be06d11f (patch)
tree810c5c1431f04da63d278553ba7d9fe6c974d2d8 /network/heimdal/heimdal.sh
parenta70890a6bc23548a42b98b58c6c2f9bed26f4cc8 (diff)
downloadslackbuilds-1d1cc771b603b5c473c42d4c6a583b81be06d11f.tar.gz
slackbuilds-1d1cc771b603b5c473c42d4c6a583b81be06d11f.tar.xz
network/heimdal: Updated for version 1.2.1
Diffstat (limited to 'network/heimdal/heimdal.sh')
-rw-r--r--network/heimdal/heimdal.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/network/heimdal/heimdal.sh b/network/heimdal/heimdal.sh
index 127c6afcd8..21f1d9bc8b 100644
--- a/network/heimdal/heimdal.sh
+++ b/network/heimdal/heimdal.sh
@@ -1,12 +1,7 @@
#!/bin/sh
-# Set INFOPATH and MANPATH
-INFOPATH="/usr/heimdal/info:"
-MANPATH="${MANPATH}:/usr/heimdal/man"
-
PATH="${PATH}:/usr/heimdal/bin"
if [ x"${EUID}" == x"0" ]; then
PATH="${PATH}:/usr/heimdal/sbin"
fi
-
-export INFOPATH MANPATH PATH
+export PATH