]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
crontab.d/update.sh: Rename to setup.sh.
authorSimon Ruderich <simon@ruderich.org>
Sun, 16 Feb 2014 13:35:11 +0000 (14:35 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sun, 16 Feb 2014 13:37:08 +0000 (14:37 +0100)
crontab.d/README
crontab.d/jobs
crontab.d/setup.sh [moved from crontab.d/update.sh with 100% similarity]

index 70174456d4686498f9de505c17877f136ab553da..56121ced6eecf52d94e162b6b9e92b0596a500df 100644 (file)
@@ -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
index f898f228224c821b1703e472834ae2b02f8f019e..8426b7ae2180142009b1a5f0dd6bdacad97dc7f5 100644 (file)
@@ -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.
similarity index 100%
rename from crontab.d/update.sh
rename to crontab.d/setup.sh