mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
0f6cdff223
Submitted by: andreas@knobel.gun.de (Andreas Klemm)
7 lines
280 B
Bash
7 lines
280 B
Bash
#! /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
|