diff --git a/complete.tcsh b/complete.tcsh index 18a9c94..e668597 100644 --- a/complete.tcsh +++ b/complete.tcsh @@ -25,7 +25,7 @@ endif set hosts=(`echo $hosts localhost $HOSTNAME|tr ' ' '\n'|sort -u -t '.'`) unset _f - set _maildir = /var/spool/mail + set _maildir = /var/mail set _ypdir = /var/yp set _domain = "`domainname`" if ($?MANPATH) then diff --git a/tcsh.changes b/tcsh.changes index 236d1c3..968d551 100644 --- a/tcsh.changes +++ b/tcsh.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 14 19:58:31 UTC 2021 - Callum Farmer + +- Update MAILDIR to /var/mail + ------------------------------------------------------------------- Tue Apr 27 07:43:18 UTC 2021 - Dr. Werner Fink diff --git a/tcsh.spec b/tcsh.spec index c95f1b1..23750c6 100644 --- a/tcsh.spec +++ b/tcsh.spec @@ -205,7 +205,7 @@ correction, a history mechanism, job control, and a C-like syntax. %doc %{_mandir}/man1/csh.1.gz %doc %{_mandir}/man1/tcsh.1.gz -%files -n tcsh-lang +%files lang %defattr(0644,root,root) %{_datadir}/locale/*/LC_MESSAGES/tcsh*