commit db0c05efb92cdf57a91861a62a168d262450c5a0 Author: Tilman Sauerbeck <tilman@crux.nu> Date: Tue Jun 24 18:04:25 2008 +0200 mingetty: removed. diff --git a/mingetty/.footprint b/mingetty/.footprint deleted file mode 100644 index ff0754e..0000000 --- a/mingetty/.footprint +++ /dev/null @@ -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 diff --git a/mingetty/.md5sum b/mingetty/.md5sum deleted file mode 100644 index c28eb09..0000000 --- a/mingetty/.md5sum +++ /dev/null @@ -1 +0,0 @@ -72e4bce381908556ede9c3f959d1ca7a mingetty-1.07.tar.gz diff --git a/mingetty/Pkgfile b/mingetty/Pkgfile deleted file mode 100644 index 4638867..0000000 --- a/mingetty/Pkgfile +++ /dev/null @@ -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 -}