From faeaf96462b34a1abda034af5fd1d4b4c17496dd Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Thu, 4 Mar 2021 09:30:46 +0000 Subject: [PATCH] fgetty: deleted unmaintained port --- fgetty/.footprint | 11 ----------- fgetty/.signature | 5 ----- fgetty/Pkgfile | 17 ----------------- fgetty/README | 13 ------------- 4 files changed, 46 deletions(-) delete mode 100644 fgetty/.footprint delete mode 100644 fgetty/.signature delete mode 100644 fgetty/Pkgfile delete mode 100644 fgetty/README diff --git a/fgetty/.footprint b/fgetty/.footprint deleted file mode 100644 index 03f4e3075..000000000 --- a/fgetty/.footprint +++ /dev/null @@ -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 diff --git a/fgetty/.signature b/fgetty/.signature deleted file mode 100644 index 85a0f584d..000000000 --- a/fgetty/.signature +++ /dev/null @@ -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 diff --git a/fgetty/Pkgfile b/fgetty/Pkgfile deleted file mode 100644 index 356344b38..000000000 --- a/fgetty/Pkgfile +++ /dev/null @@ -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} -} diff --git a/fgetty/README b/fgetty/README deleted file mode 100644 index 41a128922..000000000 --- a/fgetty/README +++ /dev/null @@ -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