Bump version to 4.2-3, remove MANPATH from profile4.2-3
authorAchim Gratz <[email protected]>
Sat, 26 Apr 2014 07:47:24 +0000 (26 09:47 +0200)
committerAchim Gratz <[email protected]>
Sat, 17 May 2014 06:40:21 +0000 (17 08:40 +0200)
* etc/defaults/etc/profile: Do not set or export MANPATH from
  /etc/profile.  Do not export "tmp" or "temp".

15 files changed:
etc/defaults/etc/bash.bash_logout
etc/defaults/etc/bash.bashrc
etc/defaults/etc/profile
etc/defaults/etc/profile.d/lang.csh
etc/defaults/etc/profile.d/lang.sh
etc/defaults/etc/profile.d/tzset.csh
etc/defaults/etc/profile.d/tzset.sh
etc/defaults/etc/skel/.bash_profile
etc/defaults/etc/skel/.bashrc
etc/defaults/etc/skel/.inputrc
etc/defaults/etc/skel/.profile
etc/postinstall/base-files-mketc.sh
etc/postinstall/base-files-profile.sh
etc/preremove/base-files.sh
usr/share/doc/base-files/ChangeLog

index 667723b..f37d5ed 100644 (file)
@@ -5,7 +5,7 @@
 # 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.
 
index aeb38b1..50cc8ad 100644 (file)
@@ -5,7 +5,7 @@
 # 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.
 
index 230f66a..80913c9 100755 (executable)
@@ -5,7 +5,7 @@
 # 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
@@ -147,7 +149,8 @@ else
   : # [ "${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!
index af14ed7..7096298 100644 (file)
@@ -5,7 +5,7 @@
 # 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.
 
index def2ca7..770e7ce 100644 (file)
@@ -5,7 +5,7 @@
 # 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.
 
index 27d873b..fce5296 100644 (file)
@@ -5,7 +5,7 @@
 # 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.
 
index 86b76c3..5affa9b 100644 (file)
@@ -5,7 +5,7 @@
 # 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.
 
index 8db3ec1..1dd2d2f 100644 (file)
@@ -5,7 +5,7 @@
 # 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.
 
index 959993b..1dacca0 100644 (file)
@@ -5,7 +5,7 @@
 # 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.
 
index 6174b79..66c08cd 100644 (file)
@@ -5,7 +5,7 @@
 # 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.
 
index 774de3a..209c38d 100644 (file)
@@ -5,7 +5,7 @@
 # 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.
 
index 485cbea..15393b7 100755 (executable)
@@ -6,7 +6,7 @@
 # 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
index 7ab8b33..b9c9bbb 100755 (executable)
@@ -6,7 +6,7 @@
 # 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"
 
index f0d8e4b..6c0a7d4 100755 (executable)
@@ -6,7 +6,7 @@
 # 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"
 
index 4e6b966..977ffee 100644 (file)
@@ -13,6 +13,9 @@ TODO:
 
 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