#!/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 /> FreeBSD graphics obsolete development ports (https://github.com/freebsd/freebsd-ports-graphics)
aboutsummaryrefslogtreecommitdiffstats
path: root/shells
Commit message (Expand)AuthorAgeFilesLines
* "GUI-based ... for text terminal" -> "CUI-based"knu2002-02-112-6/+5
* Update FD, a GUI-based file and directory management tool for textknu2002-02-1111-104/+169
* Make compile on FreeBSD/sparc64 !obrien2002-02-102-19/+53
* Update 0.8 -> 0.8.5.nectar2002-02-075-38/+22
* Repocopy and move "fd" from misc/ to shells/ which is more suitableknu2002-01-302-1/+2
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-2918-18/+18
* Add a patch submitted by the author which fixes a bug I reported whereknu2002-01-222-1/+49
* Add a patch submitted by the author which fixes a bug I reported whereknu2002-01-192-1/+14
* Upgrade to v0.6.0.jkoshy2002-01-1410-412/+280
* Use '::' as an dependency operator for pre-everything target. This isdirk2001-12-311-1/+1
* upgrade to 1.03uijliao2001-12-273-7/+8
* portlint: remove extra whitespaces before end of line.dirk2001-12-242-2/+2
* - PORTDOCS policepat2001-12-242-5/+4
* Fix LC_NUMERIC locale bug.naddy2001-12-053-5/+17
* * Update to release 2001-10-31.naddy2001-12-036-91/+14
* Override CONFIGURE_TARGET, so that this configure script generated bysobomax2001-11-233-0/+3
* * Update to 2.05a.naddy2001-11-2139-618/+567
* Update to 4.0.4.will2001-11-103-3/+24
* Update my MAINTAINER address.naddy2001-11-041-1/+1
* - Remove BROKEN.ijliao2001-10-114-4/+61
* Fix a braino (having @unexec rmdir ... without 2>/dev/null || true reallypetef2001-10-052-2/+2
* Add missing @unexec rmdirpetef2001-10-052-0/+2
* Update the files' checksums.roam2001-09-273-13/+3
* Upgrade to 0.5.3.alex2001-09-154-29/+2
* Update to 1.03tdwcjr2001-09-102-2/+2
* Make sure change in patching "builds" correctly on more recent systems.mp2001-09-091-0/+2
* Update to tcsh-6.11.mp2001-09-084-20/+12
* - remove DIST_SUBDIRpetef2001-08-313-6/+12
* Remove redundant USE_PERL5 statements.tobez2001-08-253-3/+0
* 1. This should never have been a portade2001-08-116-43/+0
* Update ksh93 to 2001-07-04.0000 version. Earlier distfiles are notrevor2001-08-049-152/+26
* Update to 4.0.2.will2001-07-036-190/+87
* "the the" -> "the"chris2001-06-241-1/+1
* Preserve files in etc/.olgeni2001-06-182-4/+14
* Enable maildir support.will2001-06-161-1/+2
* Add hmmah, The Deep Prompt, a set of shell promptsdwcjr2001-06-146-0/+43
* upgrade to 1.0008ijliao2001-06-13