#!/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 " o Note that before you can run ${PKGNAME} you will" echo " need to initialise the cache directory." echo " You can do this by typing \"squid -z\"." 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}/etc/squid/squid.conf* chmod 644 ${PREFIX}/etc/squid/squid.conf* [ -f ${PREFIX}/etc/squid/squid.conf ] || \ cp -fp ${PREFIX}/etc/squid/squid.conf.default \ ${PREFIX}/etc/squid/squid.conf [ -f ${PREFIX}/etc/squid/mime.conf ] || \ cp -fp ${PREFIX}/etc/squid/mime.conf.default \ ${PREFIX}/etc/squid/mime.conf ${EDITOR:-vi} ${PREFIX}/etc/squid/squid.conf \ ${PREFIX}/etc/squid/mime.conf ;; *) echo "Unexpected Argument $2!!!" exit 1 ;; esac exit 0 value='cinnamon'>cinnamon FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/mail/dbmail21
Commit message (Expand)AuthorAgeFilesLines
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-1/+1
* - remove MD5ohauer2011-07-031-1/+0
* Bump PORTREVISION for ports linking to default libmysqlclient.ale2011-03-191-1/+1
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-27