#!/bin/sh [ "x$1" = "x" ] && exit 1 if [ "x$2" = "xPOST-INSTALL" ]; then cat <<'EOF' >/boot.config -P EOF mv -f /etc/ttys /etc/ttys.last awk -f - /etc/ttys.last <<'EOF' >/etc/ttys /^console/ { print "console \"/usr/libexec/getty std.9600\" vt100 on secure" next } { print } EOF fi if [ "x$2" = "xDEINSTALL" ]; then mv -f /etc/ttys /etc/ttys.last awk -f - /etc/ttys.last <<'EOF' >/etc/ttys /^console/ { print "console none unknown off secure" next } { print } EOF fi
aboutsummaryrefslogtreecommitdiffstats
path: root/java/eclipse-findbugs
Commit message (Expand)AuthorAgeFilesLines
* - update to 1.4.1dinoex2010-03-281-1/+1
* - update to jpeg-8dinoex2010-02-051-1/+1
* For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-211-2/+0
* - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-221-1/+1
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
* - Update to 1.3.2.20080222gahr2008-03-182-8/+9
* Update to 1.3.0.20071108lioux2007-12-122-11/+63
* Drop maintainershiplioux2007-12-121-1/+1