ports/core (3.7): rc: use https and syntax
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit c2dc581a274fc9d78ebccb1572d7f0a61ef49ecc Author: Tim Biermann <tbier@posteo.de> Date: Mon Dec 13 11:54:32 2021 +0100 rc: use https and syntax diff --git a/rc/.signature b/rc/.signature index 85731413..9fd7f87b 100644 --- a/rc/.signature +++ b/rc/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqt+zHuAUHJa7Oyhn6fkXE7rVrFmZwoyUtThXbYeklnvHO6627YZ96gvn/O+6TnSIJpe5GCH1NfFaMRnFFmcyQQo= -SHA256 (Pkgfile) = cd2548664d244675146cdcf8fba1c5a16b7e5d0a0f66717e11a832e45d3ce9fd +RWRJc1FUaeVeqqbXBz4D0qn3M0vqrUc1uDN3tJkXy1Dl+W4mfD3HIiKciZUXVRRg8+tSxXZvIbFHZKQaHnyZnDihqUTy0O0uogg= +SHA256 (Pkgfile) = 48a3a61190846f6b835ceb0869ac6b9c04997f1b23c7a7766a8da755ff955cf7 SHA256 (.footprint) = 83ecef9b904362368a7a581a43b3ea9b658bdbe8265ffae433068ee5beba15e4 SHA256 (inittab) = 7914281a73ee7746c7c16fe63d1631f3714f63467f2655c550c5f8b7c2f1fee7 SHA256 (rc) = 3a82a4a94829efdc3f890e4dc18513e857ef00b4b205bdc4f217556330a87f30 diff --git a/rc/Pkgfile b/rc/Pkgfile index 70c73535..4e88b113 100644 --- a/rc/Pkgfile +++ b/rc/Pkgfile @@ -1,6 +1,6 @@ # Description: BSD-like init-scripts -# URL: http://crux.nu -# Maintainer: CRUX System Team, core-ports at crux dot nu +# URL: https://crux.nu +# Maintainer: CRUX System Team, core-ports at crux dot nu name=rc version=2.31 @@ -8,17 +8,17 @@ release=3 source=(inittab rc rc.modules rc.single rc.multi rc.local rc.fix rc.shutdown rc.conf) build() { - install -d $PKG/etc/rc.d - install -m 644 inittab $PKG/etc - install -m 755 rc $PKG/etc - install -m 755 rc.modules $PKG/etc - install -m 755 rc.single $PKG/etc - install -m 755 rc.multi $PKG/etc - install -m 755 rc.local $PKG/etc - install -m 755 rc.fix $PKG/etc - install -m 755 rc.shutdown $PKG/etc - install -m 644 rc.conf $PKG/etc - install -d $PKG/var/log $PKG/var/lib/urandom - touch $PKG/var/log/boot $PKG/var/lib/urandom/seed - chmod 640 $PKG/var/log/boot $PKG/var/lib/urandom/seed + install -d $PKG/etc/rc.d + install -m 644 inittab $PKG/etc + install -m 755 rc $PKG/etc + install -m 755 rc.modules $PKG/etc + install -m 755 rc.single $PKG/etc + install -m 755 rc.multi $PKG/etc + install -m 755 rc.local $PKG/etc + install -m 755 rc.fix $PKG/etc + install -m 755 rc.shutdown $PKG/etc + install -m 644 rc.conf $PKG/etc + install -d $PKG/var/log $PKG/var/lib/urandom + touch $PKG/var/log/boot $PKG/var/lib/urandom/seed + chmod 640 $PKG/var/log/boot $PKG/var/lib/urandom/seed }
participants (1)
-
crux@crux.nu