Blame SOURCES/setup-2.8.71-shlocal.patch

aae9e9
diff -urNp setup-2.8.71-orig/csh.login setup-2.8.71/csh.login
aae9e9
--- setup-2.8.71-orig/csh.login	2013-06-07 16:31:32.000000000 +0200
aae9e9
+++ setup-2.8.71/csh.login	2017-11-17 09:36:56.353503683 +0100
aae9e9
@@ -22,7 +22,7 @@ set history=1000
aae9e9
 
aae9e9
 if ( -d /etc/profile.d ) then
aae9e9
         set nonomatch
aae9e9
-        foreach i ( /etc/profile.d/*.csh )
aae9e9
+        foreach i ( /etc/profile.d/*.csh /etc/profile.d/csh.local )
aae9e9
                 if ( -r "$i" ) then
aae9e9
 	                        if ($?prompt) then
aae9e9
 	                              source "$i"
aae9e9
diff -urNp setup-2.8.71-orig/profile setup-2.8.71/profile
aae9e9
--- setup-2.8.71-orig/profile	2017-11-17 09:35:43.584674057 +0100
aae9e9
+++ setup-2.8.71/profile	2017-11-17 09:36:30.892213403 +0100
aae9e9
@@ -62,7 +62,7 @@ else
aae9e9
     umask 022
aae9e9
 fi
aae9e9
 
aae9e9
-for i in /etc/profile.d/*.sh ; do
aae9e9
+for i in /etc/profile.d/*.sh /etc/profile.d/sh.local ; do
aae9e9
     if [ -r "$i" ]; then
aae9e9
         if [ "${-#*i}" != "$-" ]; then 
aae9e9
             . "$i"