summaryrefslogtreecommitdiffstats
path: root/remote/modules/rsyslogd
diff options
context:
space:
mode:
authorChristian Rößler2013-06-04 17:56:29 +0200
committerChristian Rößler2013-06-04 17:56:29 +0200
commit32a7b056f4e3f3031aacbde905a1ee096b40acf3 (patch)
tree3cbcbe77f0f11c57c802aa2560f14b9ce1aa9876 /remote/modules/rsyslogd
parentAdd LIB64 var that will be set to lib64 on 64bit or lib on 32bit (diff)
downloadtm-scripts-32a7b056f4e3f3031aacbde905a1ee096b40acf3.tar.gz
tm-scripts-32a7b056f4e3f3031aacbde905a1ee096b40acf3.tar.xz
tm-scripts-32a7b056f4e3f3031aacbde905a1ee096b40acf3.zip
Changed: hardcoded /lib-paths changed to variable
LIB64 (=lib, =lib64 on 64bit systems)
Diffstat (limited to 'remote/modules/rsyslogd')
-rw-r--r--remote/modules/rsyslogd/rsyslogd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/rsyslogd/rsyslogd.conf b/remote/modules/rsyslogd/rsyslogd.conf
index d0d46e77..f5d60989 100644
--- a/remote/modules/rsyslogd/rsyslogd.conf
+++ b/remote/modules/rsyslogd/rsyslogd.conf
@@ -1,4 +1,4 @@
REQUIRED_CONTENT_PACKAGES=" rsyslog"
REQUIRED_BINARIES=" rsyslogd"
REQUIRED_FILES=" /etc/rsyslog.conf"
-REQUIRED_DIRECTORIES=" /usr/lib/rsyslog"
+REQUIRED_DIRECTORIES=" /usr/$LIB64/rsyslog"