]> git.pld-linux.org Git - packages/wireshark.git/blame - wireshark.su-start-script
- ahh, what the hell: openssl 0.9.7c
[packages/wireshark.git] / wireshark.su-start-script
CommitLineData
b705e8b8 1#!/bin/sh
9a30c2f5
PG
2ID=`which id`
3echo $ID
4IDN=`$ID -u`
5
6if [ $IDN -ne 0 ] ; then
7