summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorncopa <ncopa@f176ef85-8d20-0410-844a-e957b5a1c371>2007-02-27 16:37:58 +0000
committerncopa <ncopa@f176ef85-8d20-0410-844a-e957b5a1c371>2007-02-27 16:37:58 +0000
commit0a40ac61d56d4bb3c62b51e40d8216abcf2737dd (patch)
tree31652dc56c7ef472a3b21123d79f21a10bcf3394
parent367813027ab506de2284fc3c44fdf1262b789308 (diff)
downloadalpine-baselayout-0a40ac61d56d4bb3c62b51e40d8216abcf2737dd.tar.bz2
alpine-baselayout-0a40ac61d56d4bb3c62b51e40d8216abcf2737dd.tar.xz
fixed crontab to run periodic/15min every 15 min insteado f every 4 min
-rw-r--r--Makefile2
-rw-r--r--crontab2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7768af3..07761ee 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=1.3_alpha6
+VERSION=1.3_alpha7
PV =alpine-baselayout-$(VERSION)
TARBALL =$(PV).tar.gz
diff --git a/crontab b/crontab
index ef5f604..fd8acd8 100644
--- a/crontab
+++ b/crontab
@@ -1,6 +1,6 @@
# do daily/weekly/monthly maintenance
# min hour day month weekday command
-*/4 * * * * run-parts /etc/periodic/15min
+*/15 * * * * run-parts /etc/periodic/15min
0 * * * * run-parts /etc/periodic/hourly
0 2 * * * run-parts /etc/periodic/daily
0 3 * * 6 run-parts /etc/periodic/weekly