#!/bin/sh PKGNAME=$1 case $2 in PRE-INSTALL) ;; POST-INSTALL) echo "==> Post-installation configuration of ${PKGNAME}" echo "" echo " o you DO need running nameservice to start and run ${PKGNAME}" echo "" echo " o use the ${PKGNAME} proxy and caching WWW Server by" echo " configuring your WWW Navigator (Netscape, Mosaic,...)" echo " to use it as a proxy server." echo "" echo "==> Press Enter to edit the ${PKGNAME} config file." echo " (The defaults are reasonable; and the file is well commented)" tput md echo " You'd certainly like to pay attention to the" echo " ACTUAL locations of cache \"spool\", logfiles, pidfile!" tput me if [ -z "${PACKAGE_BUILDING}" ]; then read skip; fi chown root:wheel ${PREFIX:-/usr/local}/etc/squid/squid.conf* chmod 644 ${PREFIX:-/usr/local}/etc/squid/squid.conf* [ -f ${PREFIX:-/usr/local}/etc/squid/squid.conf ] || \ cp -fp ${PREFIX:-/usr/local}/etc/squid/squid.conf.default \ ${PREFIX:-/usr/local}/etc/squid/squid.conf [ -f ${PREFIX:-/usr/local}/etc/squid/mime.conf ] || \ cp -fp ${PREFIX:-/usr/local}/etc/squid/mime.conf.default \ ${PREFIX:-/usr/local}/etc/squid/mime.conf ${EDITOR:-vi} ${PREFIX:-/usr/local}/etc/squid/squid.conf \ ${PREFIX:-/usr/local}/etc/squid/mime.conf ;; *) echo "Unexpected Argument $2!!!" exit 1 ;; esac exit 0 d' value='ca725a51e302e6b784c64d8d5391de6a83e78e2c'/> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/science/fasthenry
Commit message (Expand)AuthorAgeFilesLines
* Cleanup plistantoine2014-11-131-2/+0
* Support stagebapt2014-08-301-15/+12
* Repair instances, almost all courtesy of bf ;-), of spacesadamw2014-07-301-1/+1
* Reset maintainership for ports not staged with no pending PRbapt2014-07-251-1/+1
* Remove indefinite articles and trailing periods from COMMENT, plusolgeni2014-07-171-1/+1
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* update to 3.0wr-021113bf2013-03-282-8/+4
* The vast majority of pkg-descr files had the following format when theydougb2011-10-241-2/+2
* fix the clang buildbf2011-08-201-1/+28
* update to 3.0wr-011109 and adoptbf2011-04-016-71/+49
* Deprecate unmaintained ports from science where upstream disapear and/orbapt2011-03-141-0/+3
* Release maintainerships.thierry2006-04-241-1/+1