diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-02 10:07:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-02 10:07:49 +0000 |
commit | 38a0a8023026a77ded1e6de618b567c7b58e79a4 (patch) | |
tree | abf5fbbdc4b27a245ff76b9850f4eb6e73e4ba19 /sysutils/comconsole | |
parent | d081961986dd18a78c82ebba45ba59149d1b7d49 (diff) |
Remove non staged ports without pending PR from s*
Notes
Notes:
svn path=/head/; revision=366980
Diffstat (limited to 'sysutils/comconsole')
-rw-r--r-- | sysutils/comconsole/Makefile | 20 | ||||
-rw-r--r-- | sysutils/comconsole/pkg-deinstall | 6 | ||||
-rw-r--r-- | sysutils/comconsole/pkg-descr | 5 | ||||
-rw-r--r-- | sysutils/comconsole/pkg-install | 6 |
4 files changed, 0 insertions, 37 deletions
diff --git a/sysutils/comconsole/Makefile b/sysutils/comconsole/Makefile deleted file mode 100644 index 3b937c6fdf88..000000000000 --- a/sysutils/comconsole/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: SADA Kenji <sada@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= comconsole -PORTVERSION= 0.1 -CATEGORIES= sysutils -MASTER_SITES= # -DISTFILES= # - -MAINTAINER= ports@FreeBSD.org -COMMENT= Setup your PC to use serial port COM1 as its console device - -NO_BUILD= yes -NO_WRKSUBDIR= yes - -NO_STAGE= yes -do-install: - @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - -.include <bsd.port.mk> diff --git a/sysutils/comconsole/pkg-deinstall b/sysutils/comconsole/pkg-deinstall deleted file mode 100644 index f6f3e58682bb..000000000000 --- a/sysutils/comconsole/pkg-deinstall +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -[ "x$1" = "x" ] && exit 1 -if [ "x$2" = "xDEINSTALL" ]; then - sed -i '' "s|^console.*|console none unknown off secure|" /etc/ttys - rm -f /boot.config -fi diff --git a/sysutils/comconsole/pkg-descr b/sysutils/comconsole/pkg-descr deleted file mode 100644 index 4de539cbccb8..000000000000 --- a/sysutils/comconsole/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -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. diff --git a/sysutils/comconsole/pkg-install b/sysutils/comconsole/pkg-install deleted file mode 100644 index c45c5b04411d..000000000000 --- a/sysutils/comconsole/pkg-install +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -[ "x$1" = "x" ] && exit 1 -if [ "x$2" = "xPOST-INSTALL" ]; then - echo "-P" > /boot.config - sed -i '' "s|^console.*|console \"/usr/libexec/getty std.9600\" vt100 on secure|" /etc/ttys -fi |