diff options
author | François Andriot <albator78@libertysurf.fr> | 2014-12-09 21:08:18 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2014-12-09 21:08:18 +0100 |
commit | f57c87947e78d471a9405f680546edc6e44ca792 (patch) | |
tree | 2e0167e3cc8edf4a49ee92c677e871869428a44a /redhat/main/tdeutils/kdeutils-3.5.13-klaptopdaemon_dpkg_command.patch | |
parent | e8ff98591d9cf70d982cc8858100a7f200b1bdc1 (diff) | |
download | tde-packaging-f57c87947e78d471a9405f680546edc6e44ca792.tar.gz tde-packaging-f57c87947e78d471a9405f680546edc6e44ca792.zip |
RPM Packaging: update tdetoys
Diffstat (limited to 'redhat/main/tdeutils/kdeutils-3.5.13-klaptopdaemon_dpkg_command.patch')
-rw-r--r-- | redhat/main/tdeutils/kdeutils-3.5.13-klaptopdaemon_dpkg_command.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/redhat/main/tdeutils/kdeutils-3.5.13-klaptopdaemon_dpkg_command.patch b/redhat/main/tdeutils/kdeutils-3.5.13-klaptopdaemon_dpkg_command.patch deleted file mode 100644 index faff103f4..000000000 --- a/redhat/main/tdeutils/kdeutils-3.5.13-klaptopdaemon_dpkg_command.patch +++ /dev/null @@ -1,31 +0,0 @@ ---- kdeutils/klaptopdaemon/acpi.cpp.ORI 2011-11-11 17:44:28.515033721 +0100 -+++ kdeutils/klaptopdaemon/acpi.cpp 2011-11-11 17:50:52.703492308 +0100 -@@ -178,7 +178,7 @@ - proc << kdesu; - proc << "-u"; - proc << "root"; -- proc << "dpkg-statoverride --update --add root root 6755 "+helper; -+ proc << "chown root "+helper+"; chmod +s "+helper; - proc.start(KProcess::Block); // run it sync so has_acpi below sees the results - } - } else { ---- kdeutils/klaptopdaemon/apm.cpp.ORI 2011-11-11 17:45:11.515912373 +0100 -+++ kdeutils/klaptopdaemon/apm.cpp 2011-11-11 17:51:07.095195808 +0100 -@@ -166,7 +166,7 @@ - proc << kdesu; - proc << "-u"; - proc << "root"; -- proc << TQString("dpkg-statoverride --update --add root root 6755 ")+apm_name; -+ proc << TQString("chown root ")+apm_name+TQString("; chmod +s ")+apm_name; - proc.start(KProcess::Block); // run it sync so has_apm below sees the results - } - } else { -@@ -200,7 +200,7 @@ - proc << kdesu; - proc << "-u"; - proc << "root"; -- proc << "dpkg-statoverride --update --add root root 6755 "+helper; -+ proc << "chown root "+helper+"; chmod +s "+helper; - proc.start(KProcess::Block); // run it sync so has_acpi below sees the results - } - } else { |