summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-10-30 20:59:44 -0400
committerJoey Hess <joey@kitenet.net>2010-10-30 20:59:44 -0400
commit3bd91ea4f68fcc0bdc3d4cab3cb51095a87ab1f4 (patch)
tree053eb2574d13f7e4e72bdf57a03c7375f5ff04f1
parent11eb9b1ae7b81f3bbf52047a7a8ec995b7808970 (diff)
downloadmoreutils-3bd91ea4f68fcc0bdc3d4cab3cb51095a87ab1f4.tar.gz
releasing version 0.43upstream/0.430.43
-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