From 77e31f46a7b064c5d1dfd4dee04dd9e79d997023 Mon Sep 17 00:00:00 2001 From: SADA Kenji Date: Sun, 27 Dec 1998 18:04:33 +0000 Subject: Moved from `misc' category. -- This package will setup your PC to use serial port COM1 as its console device. Note that this is a special package and you should pkg_add this on a newly installed system. This is intended to install from installer floppy disk on a system without its own display nor keyboard. --- sysutils/comconsole/Makefile | 22 ++++++++++++++++++++++ sysutils/comconsole/distinfo | 1 + sysutils/comconsole/pkg-comment | 1 + sysutils/comconsole/pkg-deinstall | 29 +++++++++++++++++++++++++++++ sysutils/comconsole/pkg-descr | 8 ++++++++ sysutils/comconsole/pkg-install | 29 +++++++++++++++++++++++++++++ sysutils/comconsole/pkg-plist | 1 + 7 files changed, 91 insertions(+) create mode 100644 sysutils/comconsole/Makefile create mode 100644 sysutils/comconsole/distinfo create mode 100644 sysutils/comconsole/pkg-comment create mode 100644 sysutils/comconsole/pkg-deinstall create mode 100644 sysutils/comconsole/pkg-descr create mode 100644 sysutils/comconsole/pkg-install create mode 100644 sysutils/comconsole/pkg-plist (limited to 'sysutils') diff --git a/sysutils/comconsole/Makefile b/sysutils/comconsole/Makefile new file mode 100644 index 000000000000..f67048133523 --- /dev/null +++ b/sysutils/comconsole/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: comconsole +# Version required: 0.1 +# Date created: 27 Dec 1998 +# Whom: SADA Kenji +# +# $Id: Makefile,v 1.1.1.1 1998/12/26 17:16:47 sada Exp $ +# + +DISTNAME= comconsole-0.1 +CATEGORIES= sysutils +MASTER_SITES= # +DISTFILES= + +MAINTAINER= sada@FreeBSD.ORG + +NO_BUILD= yes +NO_WRKSUBDIR= yes + +do-install: + @${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL + +.include diff --git a/sysutils/comconsole/distinfo b/sysutils/comconsole/distinfo new file mode 100644 index 000000000000..792d6005489e --- /dev/null +++ b/sysutils/comconsole/distinfo @@ -0,0 +1 @@ +# diff --git a/sysutils/comconsole/pkg-comment b/sysutils/comconsole/pkg-comment new file mode 100644 index 000000000000..c89c16b88188 --- /dev/null +++ b/sysutils/comconsole/pkg-comment @@ -0,0 +1 @@ +Setup your PC to use serial port COM1 as its console device. diff --git a/sysutils/comconsole/pkg-deinstall b/sysutils/comconsole/pkg-deinstall new file mode 100644 index 000000000000..c8e021d4a689 --- /dev/null +++ b/sysutils/comconsole/pkg-deinstall @@ -0,0 +1,29 @@ +#!/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 diff --git a/sysutils/comconsole/pkg-descr b/sysutils/comconsole/pkg-descr new file mode 100644 index 000000000000..ba7ee41f24c7 --- /dev/null +++ b/sysutils/comconsole/pkg-descr @@ -0,0 +1,8 @@ +This package will setup your PC to use serial port COM1 as its console +device. +Note that this is a special package and you should pkg_add this on a newly +installed system. This is intended to install from installer floppy disk +on a system without its own display nor keyboard. + +- SADA Kenji +sada@FreeBSD.ORG diff --git a/sysutils/comconsole/pkg-install b/sysutils/comconsole/pkg-install new file mode 100644 index 000000000000..c8e021d4a689 --- /dev/null +++ b/sysutils/comconsole/pkg-install @@ -0,0 +1,29 @@ +#!/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 diff --git a/sysutils/comconsole/pkg-plist b/sysutils/comconsole/pkg-plist new file mode 100644 index 000000000000..b3058eb760a2 --- /dev/null +++ b/sysutils/comconsole/pkg-plist @@ -0,0 +1 @@ +@comment We've nothing to do here. -- cgit v1.2.3