summaryrefslogtreecommitdiff
path: root/extra/dcron/dcron.install
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-05-05 19:02:44 +0000
committerroot <root@rshg047.dnsready.net>2011-05-05 19:02:44 +0000
commitef61aa5a9cead170fa18dba44609c32bbf18306a (patch)
tree82af53ec1018f58868b80cdf680a9c4ec5df1538 /extra/dcron/dcron.install
parentab1410d33401cf1fc4a384bb0b2d9901c8fe8d14 (diff)
Thu May 5 19:02:44 UTC 2011
Diffstat (limited to 'extra/dcron/dcron.install')
-rw-r--r--extra/dcron/dcron.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/extra/dcron/dcron.install b/extra/dcron/dcron.install
new file mode 100644
index 000000000..df23d0224
--- /dev/null
+++ b/extra/dcron/dcron.install
@@ -0,0 +1,6 @@
+post_upgrade() {
+ if [ $(vercmp $2 4.0) -lt 0 ]
+ then
+ echo "Restart crond, since you're upgrading to the dcron 4.x series."
+ fi
+}