mailman: actually install the rc script

This commit is contained in:
Tim Biermann 2024-02-26 21:22:31 +01:00
parent 2471ec349c
commit 86cd9fb733
Signed by: tb
GPG Key ID: 42F8B4E30B673606
4 changed files with 9 additions and 5 deletions

View File

@ -1,6 +1,8 @@
drwxr-xr-x root/root etc/
-rw-r----- root/mailman etc/mailman.cfg
drwxr-xr-x mailman/root etc/mailman.d/
drwxr-xr-x root/root etc/rc.d/
-rwxr-xr-x root/root etc/rc.d/mailman
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/mailman

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF371tbjKopPkFHTbZwylB0j2uhZ3xXV/yFZF1s9AQZi7qzJq9dCAgmbf4YNPqMu8GFBHYq+/Kq/Gz5TPzlKiP9Aw=
SHA256 (Pkgfile) = cc7146d73ecda81c438c476b28c13a1ebe9f1f60dad68b543241fcdca613a08b
SHA256 (.footprint) = 48f5c0149fa51ab0798056f107e6709f0c38165fa1af35f1072b85c66f7cf15c
RWSagIOpLGJF31COsSy46RM7ZqIFNtcyBH+rCsY9Ktto79a8ctVPd0NINl1kPuWH5kUIBR5+0ItFtLmE/IHku4LB8ZG29DaMQAo=
SHA256 (Pkgfile) = f478ba6ff2c203057ba30455f96e8c07de67acc937492f9d1c9cd30c377107a8
SHA256 (.footprint) = 7d06b6e77362ad53658618f474e988450ab50ecdd41d07d2925f34ab4a393d31
SHA256 (mailman-v3.3.9.tar.bz2) = f96de9f54c8d513b4c1dd0bae69a9b511d7f515a04c267b7231ba4bedaaafa48
SHA256 (mailman.rc) = 511c9d690d5c910d3f1f19e10e9054bb96bf62c64d6abe761ed0f843aca27abf
SHA256 (mailman.service) = 511c9d690d5c910d3f1f19e10e9054bb96bf62c64d6abe761ed0f843aca27abf

View File

@ -7,7 +7,7 @@ name=mailman
version=3.3.9
release=1
source=(https://gitlab.com/mailman/mailman/-/archive/v$version/mailman-v$version.tar.bz2
$name.rc)
$name.service)
build() {
cd $name-v$version
@ -29,4 +29,6 @@ build() {
$PKG/etc/mailman.d
chmod 0775 $PKG/var/log/$name
chmod 1777 $PKG/var/lock
install -Dm755 $SRC/mailman.service $PKG/etc/rc.d/$name
}