wireshark: switch to INSTALL.msg.
This commit is contained in:
parent
d7f46ab18f
commit
4c50236bd7
|
@ -1,14 +1,6 @@
|
||||||
case "${ACTION}" in
|
case "${ACTION}" in
|
||||||
post)
|
post)
|
||||||
chgrp wireshark usr/bin/dumpcap
|
chgrp wireshark usr/bin/dumpcap
|
||||||
/usr/sbin/setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' usr/bin/dumpcap
|
setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' usr/bin/dumpcap
|
||||||
cat <<_EOF
|
|
||||||
=================================================================
|
|
||||||
|
|
||||||
You should also add your user to the 'wireshark' group to be able
|
|
||||||
to capture traffic
|
|
||||||
|
|
||||||
==================================================================
|
|
||||||
_EOF
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
2
srcpkgs/wireshark/INSTALL.msg
Normal file
2
srcpkgs/wireshark/INSTALL.msg
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
You should also add your user to the 'wireshark' group to be able
|
||||||
|
to capture traffic.
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'wireshark'
|
# Template file for 'wireshark'
|
||||||
pkgname=wireshark
|
pkgname=wireshark
|
||||||
version=1.12.0
|
version=1.12.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args=" --with-ssl \
|
configure_args=" --with-ssl \
|
||||||
--with-pcap \
|
--with-pcap \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user