]> git.sev.monster Git - aports.git/commitdiff
testing/cronwrap: add logrotate
authorsev <git@sev.monster>
Sat, 24 Dec 2022 06:33:54 +0000 (00:33 -0600)
committersev <git@sev.monster>
Sat, 24 Dec 2022 06:33:54 +0000 (00:33 -0600)
testing/cronwrap/APKBUILD
testing/cronwrap/cronwrap.logrotate [new file with mode: 0644]

index 73da43d099f556683328598f8a1f0c943cdc2b39..f1a4a3b7f5d21c42433f3a80955843e8e782e821 100644 (file)
@@ -1,19 +1,21 @@
 # Contributor: sev <alpine@sev.monster>
 # Maintainer: sev <alpine@sev.monster>
 pkgname=cronwrap
-pkgver=1.1.0
-pkgrel=0
+pkgver=1.2.0
+pkgrel=1
 pkgdesc="Pipe a command's output to a logfile with datestamps"
 url="https://git.sev.monster/aports.git"
 arch="noarch"
 license="WTFPL"
-source="cronwrap"
+source="cronwrap cronwrap.logrotate"
 options="!check"
 
 package() {
-       install -Dm755 cronwrap "$pkgdir"/usr/bin/cronwrap
+       install -Dm755 cronwrap           "$pkgdir"/usr/bin/cronwrap
+       install -Dm644 cronwrap.logrotate "$pkgdir"/etc/logrotate.d/cronwrap
 }
 
 sha512sums="
 ca9ec4833d0bc3e33b63fa511dc324b133da4ba4c04fb7860122242697116c11e0ca95836cf75c9463968e3801523d470defa03d87e23d005f3154a657713a03  cronwrap
+703cf8d44e470f29a5ea4050d9a67e300465a85e85c76dd4d7534170e78c88482f454600ee26ca78b680c6e423207f45210b9548df7c83e8cd9f75cd544d2efa  cronwrap.logrotate
 "
diff --git a/testing/cronwrap/cronwrap.logrotate b/testing/cronwrap/cronwrap.logrotate
new file mode 100644 (file)
index 0000000..7871fc1
--- /dev/null
@@ -0,0 +1,3 @@
+/var/log/*.cron.log {
+       missingok
+}
This page took 0.036434 seconds and 4 git commands to generate.