Accepting request 893234 from home:gmbr3:Active
- Update MAILDIR to /var/mail OBS-URL: https://build.opensuse.org/request/show/893234 OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=115
This commit is contained in:
parent
0a906ac86d
commit
abccd05f33
@ -25,7 +25,7 @@
|
|||||||
endif
|
endif
|
||||||
set hosts=(`echo $hosts localhost $HOSTNAME|tr ' ' '\n'|sort -u -t '.'`)
|
set hosts=(`echo $hosts localhost $HOSTNAME|tr ' ' '\n'|sort -u -t '.'`)
|
||||||
unset _f
|
unset _f
|
||||||
set _maildir = /var/spool/mail
|
set _maildir = /var/mail
|
||||||
set _ypdir = /var/yp
|
set _ypdir = /var/yp
|
||||||
set _domain = "`domainname`"
|
set _domain = "`domainname`"
|
||||||
if ($?MANPATH) then
|
if ($?MANPATH) then
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 14 19:58:31 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
||||||
|
|
||||||
|
- Update MAILDIR to /var/mail
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 27 07:43:18 UTC 2021 - Dr. Werner Fink <werner@suse.de>
|
Tue Apr 27 07:43:18 UTC 2021 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
@ -205,7 +205,7 @@ correction, a history mechanism, job control, and a C-like syntax.
|
|||||||
%doc %{_mandir}/man1/csh.1.gz
|
%doc %{_mandir}/man1/csh.1.gz
|
||||||
%doc %{_mandir}/man1/tcsh.1.gz
|
%doc %{_mandir}/man1/tcsh.1.gz
|
||||||
|
|
||||||
%files -n tcsh-lang
|
%files lang
|
||||||
%defattr(0644,root,root)
|
%defattr(0644,root,root)
|
||||||
%{_datadir}/locale/*/LC_MESSAGES/tcsh*
|
%{_datadir}/locale/*/LC_MESSAGES/tcsh*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user