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