blob: dbd2e29c440c7962ea794af250660b0b1c244017 (
plain)
1
2
3
4
5
6
7
8
9
|
post_install() {
cat <<End-of-message
xping will be installed set-uid because most platforms requires
superuser privileges to open RAW sockets. xping drops the privileges
when it has opened the sockets.
End-of-message
}
|