summaryrefslogtreecommitdiffstats
path: root/remote/modules
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
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')
-rw-r--r--remote/modules/policykit/policykit.conf.zypper3
-rw-r--r--remote/modules/rsyslogd/rsyslogd.conf2
2 files changed, 2 insertions, 3 deletions
diff --git a/remote/modules/policykit/policykit.conf.zypper b/remote/modules/policykit/policykit.conf.zypper
index 87c0014e..c93181c5 100644
--- a/remote/modules/policykit/policykit.conf.zypper
+++ b/remote/modules/policykit/policykit.conf.zypper
@@ -5,7 +5,6 @@ REQUIRED_DIRECTORIES=" /etc/pam.d /etc/dbus-1 /etc/polkit-1
/usr/bin
/usr/share/dbus-1
/usr/share/polkit-1
- /usr/lib/polkit-1
- /usr${ARCH_LIB_DIR}/polkit-1"
+ /usr/lib/polkit-1"
REQUIRED_FILES=""
REQUIRED_LIBRARIES="libmozjs185"
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"