From cd91ff8758d908679821f806071c4766911c7227 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Sat, 8 Oct 2022 16:31:01 +0100 Subject: [PATCH] Rename a load of template files to .new. --- templates/cron.d/{template => template.new} | 0 templates/cron.daily/{template => template.new} | 0 templates/cron.hourly/{template => template.new} | 0 templates/cron.monthly/{template => template.new} | 0 templates/cron.weekly/{template => template.new} | 0 templates/default/{template => template.new} | 0 templates/logrotate.d/{template => template.new} | 0 templates/profile.d/{template.csh => template.csh.new} | 0 templates/profile.d/{template.sh => template.sh.new} | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename templates/cron.d/{template => template.new} (100%) rename templates/cron.daily/{template => template.new} (100%) rename templates/cron.hourly/{template => template.new} (100%) rename templates/cron.monthly/{template => template.new} (100%) rename templates/cron.weekly/{template => template.new} (100%) rename templates/default/{template => template.new} (100%) rename templates/logrotate.d/{template => template.new} (100%) rename templates/profile.d/{template.csh => template.csh.new} (100%) rename templates/profile.d/{template.sh => template.sh.new} (100%) diff --git a/templates/cron.d/template b/templates/cron.d/template.new similarity index 100% rename from templates/cron.d/template rename to templates/cron.d/template.new diff --git a/templates/cron.daily/template b/templates/cron.daily/template.new similarity index 100% rename from templates/cron.daily/template rename to templates/cron.daily/template.new diff --git a/templates/cron.hourly/template b/templates/cron.hourly/template.new similarity index 100% rename from templates/cron.hourly/template rename to templates/cron.hourly/template.new diff --git a/templates/cron.monthly/template b/templates/cron.monthly/template.new similarity index 100% rename from templates/cron.monthly/template rename to templates/cron.monthly/template.new diff --git a/templates/cron.weekly/template b/templates/cron.weekly/template.new similarity index 100% rename from templates/cron.weekly/template rename to templates/cron.weekly/template.new diff --git a/templates/default/template b/templates/default/template.new similarity index 100% rename from templates/default/template rename to templates/default/template.new diff --git a/templates/logrotate.d/template b/templates/logrotate.d/template.new similarity index 100% rename from templates/logrotate.d/template rename to templates/logrotate.d/template.new diff --git a/templates/profile.d/template.csh b/templates/profile.d/template.csh.new similarity index 100% rename from templates/profile.d/template.csh rename to templates/profile.d/template.csh.new diff --git a/templates/profile.d/template.sh b/templates/profile.d/template.sh.new similarity index 100% rename from templates/profile.d/template.sh rename to templates/profile.d/template.sh.new