From 07f86cc67d4b80c889d99cf2ee917c3aa136f750 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 16 Feb 2014 14:35:11 +0100 Subject: [PATCH] crontab.d/update.sh: Rename to setup.sh. --- crontab.d/README | 2 +- crontab.d/jobs | 4 ++-- crontab.d/{update.sh => setup.sh} | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename crontab.d/{update.sh => setup.sh} (100%) diff --git a/crontab.d/README b/crontab.d/README index 7017445..56121ce 100644 --- a/crontab.d/README +++ b/crontab.d/README @@ -1,7 +1,7 @@ README ====== -`update.sh` combines all 'crontab.*' files in this directory into a single +`setup.sh` combines all 'crontab.*' files in this directory into a single crontab file and loads it with `crontab`. This replaces the current crontab! If no 'crontab.*' files were found, the diff --git a/crontab.d/jobs b/crontab.d/jobs index f898f22..8426b7a 100644 --- a/crontab.d/jobs +++ b/crontab.d/jobs @@ -2,7 +2,7 @@ # # Symlink to crontab.jobs to enable it. -# Copyright (C) 2013 Simon Ruderich +# Copyright (C) 2013-2014 Simon Ruderich # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ # Include user's binaries in PATH. Expanding $HOME doesn't work with cron, -# `update.sh` handles that! +# `setup.sh` handles that! PATH=$HOME/bin:$HOME/.shell/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games # `rsleep` (random sleep) is used to reduce concurrent commands if this # crontab file is used by multiple users. diff --git a/crontab.d/update.sh b/crontab.d/setup.sh similarity index 100% rename from crontab.d/update.sh rename to crontab.d/setup.sh -- 2.44.1