]> git.pld-linux.org Git - packages/wireshark.git/commitdiff
- use .desktop file magic to run root
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 9 Dec 2009 08:29:01 +0000 (08:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wireshark.su-start-script -> 1.6

wireshark.su-start-script [deleted file]

diff --git a/wireshark.su-start-script b/wireshark.su-start-script
deleted file mode 100644 (file)
index 40e8f2b..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-ID=`which id`
-echo $ID
-IDN=`$ID -u`
-
-if [ $IDN -ne 0 ] ; then
-       echo "Wireshark needs administrator capabilities"
-       echo "Give root password (you have to be in wheel group):" 
-       exec su -c wireshark
-       exit 1
-else
-       wireshark
-fi
This page took 0.039706 seconds and 4 git commands to generate.