mingetty: removed.

This commit is contained in:
Tilman Sauerbeck 2008-06-24 18:04:25 +02:00
parent a8271afae9
commit db0c05efb9
3 changed files with 0 additions and 24 deletions

View File

@ -1,6 +0,0 @@
drwxr-xr-x root/root sbin/
-rwxr-xr-x root/root sbin/mingetty
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/mingetty.8.gz

View File

@ -1 +0,0 @@
72e4bce381908556ede9c3f959d1ca7a mingetty-1.07.tar.gz

View File

@ -1,17 +0,0 @@
# Maintainer: Matt Housh, jaeger at morpheus dot net
# Description: Minimal getty for consoles
# URL: http://people.redhat.com/laroche/
name=mingetty
version=1.07
release=1
source=(http://jaeger.morpheus.net/linux/crux/files/$name-$version.tar.gz)
build() {
cd $name-$version
make CFLAGS="$CFLAGS -Wall -D_GNU_SOURCE"
mkdir -p $PKG/sbin
mkdir -p $PKG/usr/man/man8
install -m 0755 mingetty $PKG/sbin
install -m 0644 mingetty.8 $PKG/usr/man/man8
}