]> git.pld-linux.org Git - packages/wireshark.git/blob - wireshark.su-start-script
- ahh, what the hell: openssl 0.9.7c
[packages/wireshark.git] / wireshark.su-start-script
1 #!/bin/sh
2 ID=`which id`
3 echo $ID
4 IDN=`$ID -u`
5
6 if [ $IDN -ne 0 ] ; then
7         echo "podaj hasĀ³o roota" 
8         exec su -c ethereal
9         exit 1
10 else
11         ethereal
12 fi
This page took 0.021866 seconds and 3 git commands to generate.