summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xchronic2
-rw-r--r--debian/changelog4
2 files changed, 3 insertions, 3 deletions
diff --git a/chronic b/chronic
index 783b5e0..d1f5c8b 100755
--- a/chronic
+++ b/chronic
@@ -20,7 +20,7 @@ accidental output when it succeeds, and not verbose enough output when it
fails, you can just run it verbosely always, and use chronic to hide
the successful output.
- 5 0 * * * chronic rsync -v foo bar
+ 0 1 * * * chronic backup # instead of backup >/dev/null 2>&1
=head1 AUTHOR
diff --git a/debian/changelog b/debian/changelog
index 958e380..6d41dff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-moreutils (0.43) UNRELEASED; urgency=low
+moreutils (0.43) unstable; urgency=low
* chronic: New command, runs a command quietly, unless it fails.
* Now depends on IPC::Run, used by chronic.
- -- Joey Hess <joeyh@debian.org> Fri, 29 Oct 2010 15:23:17 -0400
+ -- Joey Hess <joeyh@debian.org> Fri, 29 Oct 2010 15:54:37 -0400
moreutils (0.42) unstable; urgency=low