From c9fb631ec14801ba86be7c24403bb34b7c841cc4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 2 Feb 2013 01:27:48 -0600 Subject: Fix faulty renaming in the Debian and Ubuntu packaging --- .../kiosktool/debian/patches/kubuntu_03_sudo_support.diff | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'ubuntu/maverick/applications/kiosktool/debian/patches') diff --git a/ubuntu/maverick/applications/kiosktool/debian/patches/kubuntu_03_sudo_support.diff b/ubuntu/maverick/applications/kiosktool/debian/patches/kubuntu_03_sudo_support.diff index b5af11a0a..789be3e4a 100644 --- a/ubuntu/maverick/applications/kiosktool/debian/patches/kubuntu_03_sudo_support.diff +++ b/ubuntu/maverick/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 @@ -34,7 +34,7 @@ #include -#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() -- cgit v1.2.3