From 10ff11e346279ab01e7173df35e2e8ba5f304377 Mon Sep 17 00:00:00 2001 From: Gardais Jeremy Date: Tue, 30 Jan 2018 16:53:57 +0100 Subject: [PATCH] Create a specific tree for Debian Stretch. --- scripts/latecommand/post.sh | 12 ++++++------ .../{logrotate => stretch/etc}/logrotate.conf | 0 .../{logrotate => stretch/etc/logrotate.d}/aptitude | 0 .../{logrotate => stretch/etc/logrotate.d}/dpkg | 0 .../{logrotate => stretch/etc/logrotate.d}/rsyslog | 0 .../{rsyslog => stretch/etc}/rsyslog.conf | 0 .../{rsyslog => stretch/etc/rsyslog.d}/99syslog.conf | 0 7 files changed, 6 insertions(+), 6 deletions(-) rename scripts/latecommand/{logrotate => stretch/etc}/logrotate.conf (100%) rename scripts/latecommand/{logrotate => stretch/etc/logrotate.d}/aptitude (100%) rename scripts/latecommand/{logrotate => stretch/etc/logrotate.d}/dpkg (100%) rename scripts/latecommand/{logrotate => stretch/etc/logrotate.d}/rsyslog (100%) rename scripts/latecommand/{rsyslog => stretch/etc}/rsyslog.conf (100%) rename scripts/latecommand/{rsyslog => stretch/etc/rsyslog.d}/99syslog.conf (100%) diff --git a/scripts/latecommand/post.sh b/scripts/latecommand/post.sh index b03fe3d..de6343e 100755 --- a/scripts/latecommand/post.sh +++ b/scripts/latecommand/post.sh @@ -1,17 +1,17 @@ #!/bin/sh -RSYSLOGD_CONF="$(dirname $0)/rsyslog/rsyslog.conf" +RSYSLOGD_CONF="$(dirname $0)/stretch/etc/rsyslog.conf" RSYSLOGD_FILE="/etc/rsyslog.conf" -RSYSLOGD_SYSLOG_CONF="$(dirname $0)/rsyslog/99syslog.conf" +RSYSLOGD_SYSLOG_CONF="$(dirname $0)/stretch/etc/rsyslog.d/99syslog.conf" RSYSLOGD_SYSLOG_FILE="/etc/rsyslog.d/99syslog.conf" -LOGROTATE_CONF="$(dirname $0)/logrotate/logrotate.conf" +LOGROTATE_CONF="$(dirname $0)/stretch/etc/logrotate.conf" LOGROTATE_FILE="/etc/logrotate.conf" -LOGROTATE_SYSLOG_CONF="$(dirname $0)/logrotate/rsyslog" +LOGROTATE_SYSLOG_CONF="$(dirname $0)/stretch/etc/logrotate.d/rsyslog" LOGROTATE_SYSLOG_FILE="/etc/logrotate.d/rsyslog" -LOGROTATE_APTITUDE_CONF="$(dirname $0)/logrotate/aptitude" +LOGROTATE_APTITUDE_CONF="$(dirname $0)/stretch/etc/logrotate.d/aptitude" LOGROTATE_APTITUDE_FILE="/etc/logrotate.d/aptitude" -LOGROTATE_DPKG_CONF="$(dirname $0)/logrotate/dpkg" +LOGROTATE_DPKG_CONF="$(dirname $0)/stretch/etc/logrotate.d/dpkg" LOGROTATE_DPKG_FILE="/etc/logrotate.d/dpkg" ## Packages {{{ diff --git a/scripts/latecommand/logrotate/logrotate.conf b/scripts/latecommand/stretch/etc/logrotate.conf similarity index 100% rename from scripts/latecommand/logrotate/logrotate.conf rename to scripts/latecommand/stretch/etc/logrotate.conf diff --git a/scripts/latecommand/logrotate/aptitude b/scripts/latecommand/stretch/etc/logrotate.d/aptitude similarity index 100% rename from scripts/latecommand/logrotate/aptitude rename to scripts/latecommand/stretch/etc/logrotate.d/aptitude diff --git a/scripts/latecommand/logrotate/dpkg b/scripts/latecommand/stretch/etc/logrotate.d/dpkg similarity index 100% rename from scripts/latecommand/logrotate/dpkg rename to scripts/latecommand/stretch/etc/logrotate.d/dpkg diff --git a/scripts/latecommand/logrotate/rsyslog b/scripts/latecommand/stretch/etc/logrotate.d/rsyslog similarity index 100% rename from scripts/latecommand/logrotate/rsyslog rename to scripts/latecommand/stretch/etc/logrotate.d/rsyslog diff --git a/scripts/latecommand/rsyslog/rsyslog.conf b/scripts/latecommand/stretch/etc/rsyslog.conf similarity index 100% rename from scripts/latecommand/rsyslog/rsyslog.conf rename to scripts/latecommand/stretch/etc/rsyslog.conf diff --git a/scripts/latecommand/rsyslog/99syslog.conf b/scripts/latecommand/stretch/etc/rsyslog.d/99syslog.conf similarity index 100% rename from scripts/latecommand/rsyslog/99syslog.conf rename to scripts/latecommand/stretch/etc/rsyslog.d/99syslog.conf