1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/news/knews/scripts/pre-configure

7 lines
280 B
Plaintext
Raw Normal View History

#! /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