diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-02 01:27:48 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-02 01:27:48 -0600 |
commit | c9fb631ec14801ba86be7c24403bb34b7c841cc4 (patch) | |
tree | d0f38be6277e0276a5322d422ccb82865e38a5ae /ubuntu/precise/applications/kiosktool | |
parent | d5e3db3497fb36ae9d51a8611d14ceb4c0867943 (diff) | |
download | tde-packaging-c9fb631ec14801ba86be7c24403bb34b7c841cc4.tar.gz tde-packaging-c9fb631ec14801ba86be7c24403bb34b7c841cc4.zip |
Fix faulty renaming in the Debian and Ubuntu packaging
Diffstat (limited to 'ubuntu/precise/applications/kiosktool')
-rw-r--r-- | ubuntu/precise/applications/kiosktool/debian/patches/kubuntu_03_sudo_support.diff | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ubuntu/precise/applications/kiosktool/debian/patches/kubuntu_03_sudo_support.diff b/ubuntu/precise/applications/kiosktool/debian/patches/kubuntu_03_sudo_support.diff index b5af11a0a..789be3e4a 100644 --- a/ubuntu/precise/applications/kiosktool/debian/patches/kubuntu_03_sudo_support.diff +++ b/ubuntu/precise/applications/kiosktool/debian/patches/kubuntu_03_sudo_support.diff @@ -1,5 +1,5 @@ ---- kiosktool/kiosktool/tdeioskrun.h 2005-04-25 10:46:33.000000000 +0100 -+++ kiosktool/kiosktool/tdeioskrun.h 2007-07-18 17:47:04.000000000 +0100 +--- kiosktool/kiosktool/kioskrun.h 2005-04-25 10:46:33.000000000 +0100 ++++ kiosktool/kiosktool/kioskrun.h 2007-07-18 17:47:04.000000000 +0100 @@ -37,6 +37,18 @@ class KioskGui; @@ -19,8 +19,8 @@ class KioskRun : public TQObject { friend class KioskGui; ---- kiosktool/kiosktool/tdeioskrun.cpp 2005-04-25 10:46:33.000000000 +0100 -+++ kiosktool/kiosktool/tdeioskrun.cpp 2007-07-20 16:56:07.000000000 +0100 +--- kiosktool/kiosktool/kioskrun.cpp 2005-04-25 10:46:33.000000000 +0100 ++++ kiosktool/kiosktool/kioskrun.cpp 2007-07-20 16:56:07.000000000 +0100 @@ -28,6 +28,7 @@ #include <tqdir.h> @@ -34,7 +34,7 @@ #include <tdeio/netaccess.h> -#define NETACCESS KIO::NetAccess -+// Kiostdetool wants to use fish://root@localhost/... which won't work on Kubuntu because we don't run ssh by default, we don't allow ssh to do root logins and root doesn't even have a password, so implement the functions here for local copies using tdesu instead ++// Kiosktool wants to use fish://root@localhost/... which won't work on Kubuntu because we don't run ssh by default, we don't allow ssh to do root logins and root doesn't even have a password, so implement the functions here for local copies using tdesu instead +// #define NETACCESS KIO::NetAccess #undef DEBUG_ENTRIES @@ -71,7 +71,7 @@ + +TQString NETACCESS::lastErrorString() +{ -+ return "Error in Kiostdetool Kubuntu modifications"; ++ return "Error in Kiosktool Kubuntu modifications"; +} + +int NETACCESS::lastError() |