]> git.pld-linux.org Git - packages/wireshark.git/blame - ethereal.su-start-script
This commit was manufactured by cvs2git to create branch 'RA-branch'.
[packages/wireshark.git] / ethereal.su-start-script
CommitLineData
c98a19f4 1#!/bin/sh
2ID=`which id`
3echo $ID
4IDN=`$ID -u`
5
6if [ $IDN -ne 0 ] ; then
7 echo "Ethereal needs administrator capabilities"
8 echo "Give root password (you have to be in wheel group):"
9 exec su -c ethereal
10 exit 1
11else
12 ethereal
13fi
This page took 0.026961 seconds and 4 git commands to generate.