diff options
author | François Andriot <[email protected]> | 2013-10-09 21:25:19 +0200 |
---|---|---|
committer | François Andriot <[email protected]> | 2013-10-09 21:25:19 +0200 |
commit | bd0ff7568ce64694ae7b1a180c1cc3654f4e60a9 (patch) | |
tree | 6074483ea9db86f4e118bd3ee987b9f78f63f143 /ubuntu/maverick/applications/kvpnc | |
parent | 1b75a8a69eb58af5ed985debdf5020df147d1df5 (diff) | |
parent | 26882ca86584e3ceecc0104ddfbf4f9d118c8e04 (diff) | |
download | tde-packaging-bd0ff7568ce64694ae7b1a180c1cc3654f4e60a9.tar.gz tde-packaging-bd0ff7568ce64694ae7b1a180c1cc3654f4e60a9.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/maverick/applications/kvpnc')
-rw-r--r-- | ubuntu/maverick/applications/kvpnc/debian/patches/13_add_kuser_issuperuser.diff | 12 | ||||
-rw-r--r-- | ubuntu/maverick/applications/kvpnc/debian/patches/series | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/ubuntu/maverick/applications/kvpnc/debian/patches/13_add_kuser_issuperuser.diff b/ubuntu/maverick/applications/kvpnc/debian/patches/13_add_kuser_issuperuser.diff index 826d4e236..0729793b7 100644 --- a/ubuntu/maverick/applications/kvpnc/debian/patches/13_add_kuser_issuperuser.diff +++ b/ubuntu/maverick/applications/kvpnc/debian/patches/13_add_kuser_issuperuser.diff @@ -14,16 +14,16 @@ index 7c45fcf..b933832 100644 } else { --// if (getenv("USER") != "root") +-// if (getenv("USER") != TQString("root")) -// { -// KMessageBox::error( 0, I18N_NOOP( "Kvpnc must be started as root!" ) ); -// exit(0); -// } -+ if (getenv("USER") != "root") -+ { -+ KMessageBox::error( 0, I18N_NOOP( "Kvpnc must be started as root!" ) ); -+ exit(0); -+ } ++ if (getenv("USER") != TQString("root")) ++ { ++ KMessageBox::error( 0, I18N_NOOP( "Kvpnc must be started as root!" ) ); ++ exit(0); ++ } TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); diff --git a/ubuntu/maverick/applications/kvpnc/debian/patches/series b/ubuntu/maverick/applications/kvpnc/debian/patches/series index 09040ada9..d29c3ca91 100644 --- a/ubuntu/maverick/applications/kvpnc/debian/patches/series +++ b/ubuntu/maverick/applications/kvpnc/debian/patches/series @@ -1,2 +1,2 @@ -10_su-to-root_usage.diff +# 10_su-to-root_usage.diff 13_add_kuser_issuperuser.diff |