repo.or.cz
/
omd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
check_logfiles: 3.7.5.1
[omd.git]
/
packages
/
maintenance
/
CRONTAB.hook
blob
028df172a54170ac79053e13449e63fbe0d47211
1
#!/bin/bash
2
3
# Alias: Initialize site crontab via etc/init.d/crontab
4
# Menu: Basic
5
# Description:
6
# Merge all files in etc/cron.d and initialize a site specific crontab.
7
8
case
"
$1
"
in
9
default
)
10
echo
"on"
11
;;
12
choices
)
13
echo
"on: Initialize site specific crontabs at boot time"
14
echo
"off: DonĀ“t create a site specific crontab"
15
;;
16
esac