fgetty: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-04 09:30:46 +00:00
parent ee9e29eafd
commit faeaf96462
Signed by: tb
GPG Key ID: 42F8B4E30B673606
4 changed files with 0 additions and 46 deletions

View File

@ -1,11 +0,0 @@
drwxr-xr-x root/root bin/
-rwxr-xr-x root/root bin/checkpassword.login
-rwxr-xr-x root/root bin/login1
-rwxr-xr-x root/root bin/login2
drwxr-xr-x root/root sbin/
-rwxr-xr-x root/root sbin/fgetty
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/fgetty.8.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3zP9crD3jJ3V0E3W5fnxpgT8lQsGpN161ZCnSrO/SFY2DuZvQIhTja1+4Tl2uETKbJY4gcnHFNeIGKrosIjZCgg=
SHA256 (Pkgfile) = f2cb9a61740e77a12b82d760ba5f5cbca15d65f13a7fd8710e6ddfb670c31c4d
SHA256 (.footprint) = e94175d530219379d1bfb6c9474460e20941dff53aaf84cfcacba912eef908a5
SHA256 (fgetty-0.7.tar.bz2) = 1a5307e758d30bca2b4f16eb1158778a50fc949907f09e9571ddce8acc0bbac8

View File

@ -1,17 +0,0 @@
# Description: Small getty for Linux
# URL: http://www.fefe.de/fgetty/
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on: dietlibc
name=fgetty
version=0.7
release=2
source=(http://www.fefe.de/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
make DIET="/usr/dietlibc/bin/diet"
sed 's!$(DESTDIR)\/usr\/man\/man8!$(DESTDIR)\/usr\/share\/man\/man8!g' -i Makefile
make DESTDIR=$PKG install
# rm -f $PKG/bin/{login1,login2,checkpassword.login}
}

View File

@ -1,13 +0,0 @@
REQUIREMENTS
PRE-INSTALL
POST-INSTALL
* Add fgetty to your /etc/inittab, I use this:
c1:123:respawn:/sbin/fgetty tty1
c2:23:respawn:/sbin/fgetty tty2
c3:23:respawn:/sbin/fgetty tty3
c4:23:respawn:/sbin/fgetty tty4
PRECAUTION