#!/bin/sh if [ "x$2" != "xPOST-INSTALL" ]; then exit fi cat << xxENDxx ******************************************************************* You have just installed the $1 package Please set your NNTP server address or hostname in the file: xxENDxx echo "${PKG_PREFIX}/etc/nntp_server" echo "" cat << xxENDxx If desired, please set your domain name for From: addresses when posting in the file (default is to use your hostname): xxENDxx echo "${PKG_PREFIX}/etc/nntp_domain" echo "" cat << xxENDxx ******************************************************************* xxENDxx cat << xxENDxx > ${PKG_PREFIX}/etc/nntp_server.dist # nntp_server: Configuration file for NN newsreader # # Set your NNTP server address or hostname in this file. # # If this file is left blank, NN will use the server set in the # NNTP_SERVER environment variable. # # news.myisp.com xxENDxx if [ ! -e ${PKG_PREFIX}/etc/nntp_server ]; then cp ${PKG_PREFIX}/etc/nntp_server.dist ${PKG_PREFIX}/etc/nntp_server fi cat << xxENDxx > ${PKG_PREFIX}/etc/nntp_domain.dist # nntp_domain: Configuration file for NN newsreader # # Set the default domain name portion of user e-mail addresses as you # would like them to appear in the From: line of articles posted # with NN. # # For example, setting the name to foobar.com in this file will cause # the From: line for joeuser to look like something like this: # # From: joeuser@foobar.com (Joe User) # # If this file is left blank, NN will use the hostname of this # computer as the From: domain name. xxENDxx if [ ! -e ${PKG_PREFIX}/etc/nntp_domain ]; then cp ${PKG_PREFIX}/etc/nntp_domain.dist ${PKG_PREFIX}/etc/nntp_domain fi dependabot/npm_and_yarn/devel/electron4/files/elliptic-6.5.3'>dependabot/npm_and_yarn/devel/electron4/files/elliptic-6.5.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/net/net-http
Commit message (Expand)AuthorAgeFilesLines
* SIZEify.trevor2004-01-301-0/+1
* Per the distfile survey, the mastersite disappeared about a year ago.linimon2003-10-261-1/+2
* Use the new virtual category 'scheme'edwin2003-08-281-1/+1
* - fix pkg-plist (chase guile's version with a PLIST_SUB)petef2003-05-162-8/+9
* Borrow from lang/gnustep-guile to set the guile version correctly formarcus2003-05-041-2/+6
* De-pkg-comment.knu2003-02-212-1/+1
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2