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