mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
7 lines
280 B
Plaintext
7 lines
280 B
Plaintext
|
#! /bin/sh
|
||
|
echo "You should tell knews the name of your NNTP server"
|
||
|
echo "You can do this by setting the environment variable NNTPSERVER"
|
||
|
echo "csh users: in .cshrc: setenv NNTPSERVER host.domain"
|
||
|
echo "sh users: in .profile: NNTPSERVER=host.domain; export NNTPSERVER"
|
||
|
exit 0
|