13 lines
366 B
Plaintext
13 lines
366 B
Plaintext
post_install() {
|
|
setcap cap_net_raw=ep usr/bin/ping 2>/dev/null || chmod +s usr/bin/ping
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install "$1"
|
|
echo "With 20211215 tftpd is removed from package:"
|
|
echo "tftpd from tftp-hpa project [1] is more featureful (man tftpd(8)."
|
|
echo "Also dnsmasq supports secure read-only TFTP server (man dnsmasq(8)."
|
|
}
|
|
|
|
# vim:set ts=2 sw=2 et:
|