summaryrefslogtreecommitdiffstats
path: root/remote/modules
diff options
context:
space:
mode:
Diffstat (limited to 'remote/modules')
-rw-r--r--remote/modules/kdm/kdm.build1
-rw-r--r--remote/modules/pam/pam.build2
-rw-r--r--remote/modules/rsyslogd/rsyslogd.build2
-rw-r--r--remote/modules/rsyslogd/rsyslogd.conf6
4 files changed, 6 insertions, 5 deletions
diff --git a/remote/modules/kdm/kdm.build b/remote/modules/kdm/kdm.build
index a2602301..b5d1be08 100644
--- a/remote/modules/kdm/kdm.build
+++ b/remote/modules/kdm/kdm.build
@@ -22,7 +22,6 @@ post_copy() {
#copy required icons
- [ ! -z "$REQUIRED_SYSTEM_FILES" ] && tarcopy "$REQUIRED_SYSTEM_FILES" "$TARGET_BUILD_DIR"
gtk-update-icon-cache-3.0 "${TARGET_BUILD_DIR}/usr/share/icons/oxygen/" || pwarning "update-icon-cache-3.0 failed."
}
diff --git a/remote/modules/pam/pam.build b/remote/modules/pam/pam.build
index 9e287c89..4392e64d 100644
--- a/remote/modules/pam/pam.build
+++ b/remote/modules/pam/pam.build
@@ -7,5 +7,5 @@ build() {
}
post_copy() {
- [ ! -z "$REQUIRED_SYSTEM_FILES" ] && tarcopy "$REQUIRED_SYSTEM_FILES" "$TARGET_BUILD_DIR"
+ :
}
diff --git a/remote/modules/rsyslogd/rsyslogd.build b/remote/modules/rsyslogd/rsyslogd.build
index cee5c7ed..c46adb0d 100644
--- a/remote/modules/rsyslogd/rsyslogd.build
+++ b/remote/modules/rsyslogd/rsyslogd.build
@@ -13,6 +13,8 @@ build() {
}
post_copy() {
+
+
# pwd = module's build dir
mkdir -p "${TARGET_BUILD_DIR}"/var/spool/rsyslog
diff --git a/remote/modules/rsyslogd/rsyslogd.conf b/remote/modules/rsyslogd/rsyslogd.conf
index a33e677f..f027d6e0 100644
--- a/remote/modules/rsyslogd/rsyslogd.conf
+++ b/remote/modules/rsyslogd/rsyslogd.conf
@@ -1,5 +1,5 @@
REQUIRED_PACKAGES=" rsyslog"
REQUIRED_BINARIES=" rsyslogd"
-REQUIRED_FILES=" /etc/rsyslog.conf"
-REQUIRED_DIRECTORIES=" /etc/rsyslog.d
- /usr/lib/rsyslog"
+REQUIRED_DIRECTORIES=" /usr/lib/rsyslog"
+REQUIRED_SYSTEM_FILES=" /etc/rsyslog.conf
+ /etc/rsyslog.d/50-default.conf"