Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Timothy Frew
Sympl
Commits
87298e8d
Commit
87298e8d
authored
Sep 09, 2010
by
Steve Kemp
Browse files
Only run the cronjob if the script is executable.
parent
3a48fd6d
Changes
4
Hide whitespace changes
Inline
Side-by-side
dns/debian/changelog
View file @
87298e8d
symbiosis-tinydns (2010:0
811
9) stable; urgency=low
symbiosis-tinydns (2010:0
90
9) stable; urgency=low
* Moved the script out of /etc/cron.hourly/create-dns and to
/sbin/symbiosis-dns-generate.
...
...
dns/debian/symbiosis-tinydns.cron.d
View file @
87298e8d
...
...
@@ -3,9 +3,9 @@
#
changes
or
not
.
#
0
0
*
*
*
root
[
-
x
/
sbin
/
symbiosis
-
dns
-
generate
]
;
&&
/
sbin
/
symbiosis
-
dns
-
generate
--
force
0
0
*
*
*
root
[
-
x
/
sbin
/
symbiosis
-
dns
-
generate
]
&&
/
sbin
/
symbiosis
-
dns
-
generate
--
force
#
#
Run
once
per
-
hour
and
upload
if
changed
#
17
*
*
*
*
root
[
-
x
/
sbin
/
symbiosis
-
dns
-
generate
]
;
&&
/
sbin
/
symbiosis
-
dns
-
generate
17
*
*
*
*
root
[
-
x
/
sbin
/
symbiosis
-
dns
-
generate
]
&&
/
sbin
/
symbiosis
-
dns
-
generate
email/cron.d/symbiosis-email
View file @
87298e8d
...
...
@@ -3,5 +3,5 @@
# exim for domain rewrites.
#
*/1 * * * * Debian-exim /usr/sbin/exim_rewrite_scan /etc/exim4/exim4.conf
*/1 * * * * Debian-exim
[ -x
/usr/sbin/exim_rewrite_scan
] && /usr/sbin/exim_rewrite_scan
/etc/exim4/exim4.conf
email/debian/changelog
View file @
87298e8d
symbiosis-email (2010:090
8
) stable; urgency=low
symbiosis-email (2010:090
9
) stable; urgency=low
* Added in localhost rewriting
* Fixed tests
* Fixed vhost_aliases router to behave like vhost_forward
* Only run our rewriter cronjob if the script is available.
--
Patrick J Cherry <patrick
@bytemark.co.uk> Wed, 0
8
Sep 2010 1
1:58:06
+0100
--
Steve Kemp <steve
@bytemark.co.uk> Wed, 0
9
Sep 2010 1
2:05:12
+0100
symbiosis-email (2010:0603) stable; urgency=low
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment