.bashrc: set TIN_SPOOLDIR for a working tin configuration #2

Closed
alrs wants to merge 0 commits from alrs/skel:tin-fix into master
First-time contributor

tin is installed by default, but it looks for the news spool in the wrong directory. This fixes the .bashrc in /etc/skel for future accounts.

`tin` is installed by default, but it looks for the news spool in the wrong directory. This fixes the `.bashrc` in `/etc/skel` for future accounts.
Author
First-time contributor

even better, probably, would be to set this in /etc/tin/tin.defaults.

spooldir=/var/spool/news/articles

even better, probably, would be to set this in `/etc/tin/tin.defaults`. `spooldir=/var/spool/news/articles`
Owner

I've added /etc/profile.d/tin.sh with the following contents:

export TIN_SPOOLDIR=/var/spool/news/articles

as well as set the spooldir option in /etc/tin/tin.defaults

I've added /etc/profile.d/tin.sh with the following contents: `export TIN_SPOOLDIR=/var/spool/news/articles` as well as set the `spooldir` option in /etc/tin/tin.defaults
alrs closed this pull request 2020-01-26 22:08:09 +00:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: team/skel#2
No description provided.