summaryrefslogtreecommitdiff
path: root/dcron
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-12-13 12:23:48 +0100
committerTim Biermann <tbier@posteo.de>2021-12-13 12:23:48 +0100
commit01d418f4a6baab590161f66992573f4c1ddc7dd8 (patch)
tree1c8789d08061d59b54950f38c951fd2bc0f46631 /dcron
parentdab437bf4413ca722a4ff6ba77e79bc8fb330700 (diff)
downloadcore-01d418f4a6baab590161f66992573f4c1ddc7dd8.tar.gz
core-01d418f4a6baab590161f66992573f4c1ddc7dd8.tar.xz
dcron: syntax
Diffstat (limited to 'dcron')
-rw-r--r--dcron/.signature4
-rw-r--r--dcron/Pkgfile24
2 files changed, 14 insertions, 14 deletions
diff --git a/dcron/.signature b/dcron/.signature
index 098dcbd7..28be15a5 100644
--- a/dcron/.signature
+++ b/dcron/.signature
@@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/core.pub
-RWRJc1FUaeVeqn/QC0NgnSYN6J2jy0Uq92yWP7GMwCDWyev0IAOTvPaW/uemHvVz8Wmc/rPOfaxnWBzgbSqPbEF6bRJ7ZVgBFA4=
-SHA256 (Pkgfile) = c9ce2aaae32fa901a758be680c1ab867f185848a055c0a620563f6148f0f5d1c
+RWRJc1FUaeVeqiLcHzK70CIWL+qurA5tDA3rG1gsVGZ+XhmBuZs7BqGmoMFuTzAVLzXYdF1IwBrLtTOfRIxgpJe+H3pGRy7IMwI=
+SHA256 (Pkgfile) = 352c8aaa8ff9d16ae10982444c6f91d84445cce672c21475325d6e753f62c0c3
SHA256 (.footprint) = db00a298e2b47ffcdebfee03a69cb61db7ce11907af11c9fb925d0d28428c947
SHA256 (dcron-4.5.tar.gz) = 9e50edb6f5bd8153b16bad05087d985e5153ce45cc01ae77e7f842213fb4a824
SHA256 (crontab) = 5341be13c6322cc70e0559ca5c888c5d90746ae50b7ee4bf28afdc1ef7408a1b
diff --git a/dcron/Pkgfile b/dcron/Pkgfile
index 08e9fcc0..99df24d9 100644
--- a/dcron/Pkgfile
+++ b/dcron/Pkgfile
@@ -1,23 +1,23 @@
# Description: Multi-user cron daemon
-# URL: http://www.jimpryor.net/linux/dcron.html
-# Maintainer: CRUX System Team, core-ports at crux dot nu
+# URL: http://www.jimpryor.net/linux/dcron.html
+# Maintainer: CRUX System Team, core-ports at crux dot nu
name=dcron
version=4.5
release=3
-source=(http://www.jimpryor.net/linux/releases/$name-$version.tar.gz \
- crontab runjobs crond)
+source=(http://www.jimpryor.net/linux/releases/$name-$version.tar.gz
+ crontab runjobs crond)
build() {
- cd $name-$version
+ cd $name-$version
- make PREFIX=/usr
- make DESTDIR=$PKG CRONTAB_GROUP=users install
+ make PREFIX=/usr
+ make DESTDIR=$PKG CRONTAB_GROUP=users install
- install -m 600 $SRC/crontab $PKG/var/spool/cron/crontabs/root
- ln -s ../var/spool/cron/crontabs/root $PKG/etc/crontab
- install -D -m 755 $SRC/crond $PKG/etc/rc.d/crond
- install -D -m 755 $SRC/runjobs $PKG/usr/sbin/runjobs
+ install -m 600 $SRC/crontab $PKG/var/spool/cron/crontabs/root
+ ln -s ../var/spool/cron/crontabs/root $PKG/etc/crontab
+ install -D -m 755 $SRC/crond $PKG/etc/rc.d/crond
+ install -D -m 755 $SRC/runjobs $PKG/usr/sbin/runjobs
- install -d $PKG/etc/cron/{hourly,daily,weekly,monthly}
+ install -d $PKG/etc/cron/{hourly,daily,weekly,monthly}
}

Generated by cgit