diff --git a/csh.login-unset-p.patch b/csh.login-unset-p.patch new file mode 100644 index 0000000..42654df --- /dev/null +++ b/csh.login-unset-p.patch @@ -0,0 +1,12 @@ +diff --git a/csh.login b/csh.login +index e4b1990..18c5136 100644 +--- a/csh.login ++++ b/csh.login +@@ -23,6 +23,7 @@ else + breaksw + endsw + end ++ unset p + endif + + setenv HOSTNAME `/usr/bin/hostname` diff --git a/setup.spec b/setup.spec index 1a63d3a..f2e8ccb 100644 --- a/setup.spec +++ b/setup.spec @@ -16,6 +16,7 @@ Conflicts: filesystem < 3 Conflicts: initscripts < 4.26, bash <= 2.0.4-21 Patch0: setup-hostname.patch +Patch1: csh.login-unset-p.patch %description The setup package contains a set of important system configuration and @@ -117,6 +118,7 @@ end %changelog * Mon May 09 2022 Martin Osvald - 2.13.7-7 - Move /var/log/lastlog ownership to systemd (#2066753) +- tcsh sets variable p to /usr/sbin from /etc/csh.login (#2066767) * Tue Aug 10 2021 Mohan Boddu - 2.13.7-6 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags