# with this software.
# If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
-# base-files version 4.2-2
+# base-files version 4.2-3
# /etc/bash.bash_logout: executed by bash(1) when login shell exits.
# with this software.
# If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
-# base-files version 4.2-2
+# base-files version 4.2-3
# /etc/bash.bashrc: executed by bash(1) for interactive shells.
# with this software.
# If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
-# base-files version 4.2-2
+# base-files version 4.2-3
# /etc/profile: executed by the command interpreter for login shells.
@@ -38,7 +38,9 @@ if [ -z "${PROFILEREAD+true}" ] ; then
else
PATH="/usr/local/bin:/usr/bin"
fi
- MANPATH="/usr/local/man:/usr/share/man:/usr/man${MANPATH:+:${MANPATH}}"
+
+# see https://cygwin.com/ml/cygwin/2014-05/msg00352.html
+# MANPATH="/usr/local/man:/usr/share/man:/usr/man${MANPATH:+:${MANPATH}}"
INFOPATH="/usr/local/info:/usr/share/info:/usr/info${INFOPATH:+:${INFOPATH}}"
# Set the user id
: # [ "${PS1-null}" = "null" ] || PS1="$ "
fi
-export PROFILEREAD PATH ORIGINAL_PATH MANPATH INFOPATH USER TMP TEMP PRINTER HOSTNAME PS1 SHELL tmp temp
+# export PROFILEREAD PATH ORIGINAL_PATH MANPATH INFOPATH USER TMP TEMP PRINTER HOSTNAME PS1 SHELL tmp temp
+export PROFILEREAD PATH ORIGINAL_PATH INFOPATH USER TMP TEMP PRINTER HOSTNAME PS1 SHELL
# Check to see if mkpasswd/mkgroup needs to be run try and cut down the emails
# about this on the lists!
# with this software.
# If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
-# base-files version 4.2-2
+# base-files version 4.2-3
# /etc/profile.d/lang.csh: sourced by /etc/profile.
# with this software.
# If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
-# base-files version 4.2-2
+# base-files version 4.2-3
# /etc/profile.d/lang.sh: sourced by /etc/profile.
# with this software.
# If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
-# base-files version 4.2-2
+# base-files version 4.2-3
# /etc/profile.d/tzset.csh: sourced by /etc/profile.
# with this software.
# If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
-# base-files version 4.2-2
+# base-files version 4.2-3
# /etc/profile.d/tzset.sh: sourced by /etc/profile.
# with this software.
# If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
-# base-files version 4.2-2
+# base-files version 4.2-3
# ~/.bash_profile: executed by bash(1) for login shells.
# with this software.
# If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
-# base-files version 4.2-2
+# base-files version 4.2-3
# ~/.bashrc: executed by bash(1) for interactive shells.
# with this software.
# If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
-# base-files version 4.2-2
+# base-files version 4.2-3
# ~/.inputrc: readline initialization file.
# with this software.
# If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
-# base-files version 4.2-2
+# base-files version 4.2-3
# ~/.profile: executed by the command interpreter for login shells.
# with this software.
# If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
-# base-files version 4.2-2
+# base-files version 4.2-3
# Create symbolic links from some /etc files to the Windows equivalents
# Set perms to /tmp directory
# with this software.
# If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
-# base-files version 4.2-2
+# base-files version 4.2-3
MANIFEST="/etc/preremove/base-files-manifest.lst"
# with this software.
# If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
-# base-files version 4.2-2
+# base-files version 4.2-3
MANIFEST="/etc/preremove/base-files-manifest.lst"
Change Log
----------
+4.2-3 (intermediate release)
+ * remove MANPATH from /etc/profile
+ see cygwin.com/ml/cygwin/2014-05/msg00352.html
4.2-2 (bugfix release)
* LC_ALL is set to "C" during profile.d execution so it can't be
used for testing whether or not to set LANG