diff options
author | Chmouel Boudjnah <chmouel@mandriva.org> | 1999-12-27 11:21:40 +0000 |
---|---|---|
committer | Chmouel Boudjnah <chmouel@mandriva.org> | 1999-12-27 11:21:40 +0000 |
commit | 490e8870c636de159d1d580308c97d2e704e5c83 (patch) | |
tree | 18dc40387d8edbcbb7160d19cc08ac040ec4aacd /bin | |
parent | 54c83a0fca852eaeef5e2aaf075cd4eb16afec7a (diff) | |
download | common-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-x | bin/linuxconf_kdesu | 6 |
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 |