diff options
| author | Simon Rettberg | 2013-04-24 15:17:40 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-04-24 15:17:40 +0200 |
| commit | 7a823419aecacb9ce36d0370807ab6837a39bf8f (patch) | |
| tree | 06cbe8a0d2fa3c8942d56b40ac93624897d93d86 | |
| parent | strace tool update (diff) | |
| download | tm-scripts-7a823419aecacb9ce36d0370807ab6837a39bf8f.tar.gz tm-scripts-7a823419aecacb9ce36d0370807ab6837a39bf8f.tar.xz tm-scripts-7a823419aecacb9ce36d0370807ab6837a39bf8f.zip | |
suse conf fixes
| -rw-r--r-- | remote/modules/dbus/dbus.conf.zypper | 3 | ||||
| -rw-r--r-- | remote/modules/kdm/kdm.conf.zypper | 6 | ||||
| -rw-r--r-- | remote/modules/pam/pam.conf.zypper | 4 |
3 files changed, 9 insertions, 4 deletions
diff --git a/remote/modules/dbus/dbus.conf.zypper b/remote/modules/dbus/dbus.conf.zypper index db7183c5..e34e47d8 100644 --- a/remote/modules/dbus/dbus.conf.zypper +++ b/remote/modules/dbus/dbus.conf.zypper @@ -5,5 +5,6 @@ REQUIRED_BINARIES=" dbus-cleanup-sockets dbus-monitor dbus-send dbus-daemon-launch-helper" -REQUIRED_DIRECTORIES=" /etc/dbus-1" +REQUIRED_DIRECTORIES=" /etc/dbus-1 + /usr/lib/systemd" REQUIRED_FILES="" diff --git a/remote/modules/kdm/kdm.conf.zypper b/remote/modules/kdm/kdm.conf.zypper index 51e73fbf..23034356 100644 --- a/remote/modules/kdm/kdm.conf.zypper +++ b/remote/modules/kdm/kdm.conf.zypper @@ -10,5 +10,9 @@ REQUIRED_DIRECTORIES=" /etc/dbus-1 REQUIRED_FILES="" REQUIRED_LIBRARIES="" #non-standard vars -REQUIRED_SYSTEM_FILES="" +REQUIRED_SYSTEM_FILES=" /usr/share/icons/oxygen/16x16/actions/system-reboot.png + /usr/share/icons/oxygen/16x16/actions/system-shutdown.png + /usr/share/icons/oxygen/16x16/actions/dialog-cancel.png + /usr/share/icons/oxygen/index.theme + /usr/share/icons/default.kde4/index.theme" diff --git a/remote/modules/pam/pam.conf.zypper b/remote/modules/pam/pam.conf.zypper index 7c1dc5d6..311b7f6c 100644 --- a/remote/modules/pam/pam.conf.zypper +++ b/remote/modules/pam/pam.conf.zypper @@ -1,5 +1,5 @@ -REQUIRED_DEPENDENCIES=" pam_ldap pam pam-devel nss_ldap" -REQUIRED_PACKAGES=" pam_ldap pam pam-devel nss_ldap" +REQUIRED_DEPENDENCIES=" pam_ldap pam pam-devel nss_ldap nss-pam-ldapd pam-modules" +REQUIRED_PACKAGES=" pam_ldap pam pam-devel nss_ldap nss-pam-ldapd pam-modules" REQUIRED_DIRECTORIES=" /lib /usr/lib /etc/security" |
