ports/opt (3.7): lilo: dropped
commit a1fccd441fb3fc37aaba8877ec301e2756328af1 Author: Tim Biermann <tbier@posteo.de> Date: Sat Mar 12 09:59:43 2022 +0100 lilo: dropped diff --git a/lilo/.footprint b/lilo/.footprint deleted file mode 100644 index 16254cacf..000000000 --- a/lilo/.footprint +++ /dev/null @@ -1,16 +0,0 @@ -drwxr-xr-x root/root etc/ --rw-r--r-- root/root etc/lilo.conf -drwxr-xr-x root/root sbin/ --rwxr-xr-x root/root sbin/lilo -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/sbin/ --rwxr-xr-x root/root usr/sbin/keytab-lilo --rwxr-xr-x root/root usr/sbin/lilo-uuid-diskid -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man5/ --rw-r--r-- root/root usr/share/man/man5/lilo.conf.5.gz -drwxr-xr-x root/root usr/share/man/man8/ --rw-r--r-- root/root usr/share/man/man8/keytab-lilo.8.gz --rw-r--r-- root/root usr/share/man/man8/lilo-uuid-diskid.8.gz --rw-r--r-- root/root usr/share/man/man8/lilo.8.gz diff --git a/lilo/.signature b/lilo/.signature deleted file mode 100644 index 7781a7251..000000000 --- a/lilo/.signature +++ /dev/null @@ -1,7 +0,0 @@ -untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/SnIQJLae/0WECr23e0g7a9claH1Hx1Zy+JMz7Yb52FFh+MrtALsEKCOo8B7U6XKTpZNgGHM57+GUmXcE99qHQo= -SHA256 (Pkgfile) = ed33a073374257b11824e2a784bed65e9654955b998029c269b999b61a2ce8bd -SHA256 (.footprint) = 2636eb9a632a396d76be391c98b290b240695dc0c130acd66d3080ed3baf080c -SHA256 (lilo-24.2.tar.gz) = e158f19de4560c935ebe0507c21b79bff17618b9230d8076fe8c5fff9fdbd5b1 -SHA256 (lilo.static) = 8058aa189ed1781e6b933cd4e2f02fc3b44442f78ed0332986cb8165290218e8 -SHA256 (lilo.conf) = 2b9b399a3318920a45208e98bdcd521e7a7c2cdfc7e398d628295c3c93ebecb7 diff --git a/lilo/Pkgfile b/lilo/Pkgfile deleted file mode 100644 index cb226a73c..000000000 --- a/lilo/Pkgfile +++ /dev/null @@ -1,24 +0,0 @@ -# Description: LInux boot LOader -# URL: https://www.joonet.de/lilo/ -# Maintainer: CRUX System Team, core-ports at crux dot nu - -name=lilo -version=24.2 -release=3 -source=(https://www.joonet.de/lilo/ftp/sources/$name-$version.tar.gz - lilo.static lilo.conf) - -build() { - cd $name-$version - - install -d $PKG/{sbin,usr/sbin,etc,usr/share/man/man{5,8}} - - install -m 755 $SRC/lilo.static $PKG/sbin/lilo - install -m 755 scripts/lilo-uuid-diskid $PKG/usr/sbin - install -m 755 keytab-lilo.pl $PKG/usr/sbin/keytab-lilo - - install -m 644 man/{keytab-lilo,lilo-uuid-diskid,lilo}.8 $PKG/usr/share/man/man8 - install -m 644 man/*.5 $PKG/usr/share/man/man5 - - install -m 644 $SRC/lilo.conf $PKG/etc -} diff --git a/lilo/lilo.conf b/lilo/lilo.conf deleted file mode 100644 index 05682dd31..000000000 --- a/lilo/lilo.conf +++ /dev/null @@ -1,13 +0,0 @@ -# -# /etc/lilo.conf: lilo(8) configuration, see lilo.conf(5) -# - -lba32 -install=text -boot=/dev/#DEVICE# -image=/boot/vmlinuz - label=CRUX - read-only - append="root=/dev/#ROOT_DEVICE#" - -# End of file diff --git a/lilo/lilo.static b/lilo/lilo.static deleted file mode 100755 index 1dda47060..000000000 Binary files a/lilo/lilo.static and /dev/null differ
participants (1)
-
crux@crux.nu