aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorChmouel Boudjnah <chmouel@mandriva.org>1999-12-27 11:21:40 +0000
committerChmouel Boudjnah <chmouel@mandriva.org>1999-12-27 11:21:40 +0000
commit490e8870c636de159d1d580308c97d2e704e5c83 (patch)
tree18dc40387d8edbcbb7160d19cc08ac040ec4aacd /bin
parent54c83a0fca852eaeef5e2aaf075cd4eb16afec7a (diff)
downloadcommon-data-490e8870c636de159d1d580308c97d2e704e5c83.tar
common-data-490e8870c636de159d1d580308c97d2e704e5c83.tar.gz
common-data-490e8870c636de159d1d580308c97d2e704e5c83.tar.bz2
common-data-490e8870c636de159d1d580308c97d2e704e5c83.tar.xz
common-data-490e8870c636de159d1d580308c97d2e704e5c83.zip
"Seethechangelog"
Diffstat (limited to 'bin')
-rwxr-xr-xbin/linuxconf_kdesu6
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/linuxconf_kdesu b/bin/linuxconf_kdesu
deleted file mode 100755
index 2b54d83..0000000
--- a/bin/linuxconf_kdesu
+++ /dev/null
@@ -1,6 +0,0 @@
-#! /bin/sh
-
-ARG=$1
-[ -f ~/.Xauthority ] && mv -f ~/.Xauthority ~/.Xauthority.$$
-ln -sf $ARG/.Xauthority /root/ && linuxconf
-[ -f ~/.Xauthority.$$ ] && mv -f ~/.Xauthority.$$ ~/.Xauthority