summarylogtreecommitdiffstats
path: root/tftpd.install
blob: db6fa13a96d2857530ad44914bbd0cdb82ff68b1 (plain)
1
2
3
4
5
6
post_upgrade() {
  if [ -f /etc/systemd/system/tftpd.service ]; then
    echo ">>> TFTP server configuration has been moved to /etc/conf.d/tftpd."
    echo "    Please update /etc/conf.d/tftpd and remove /etc/systemd/system/tftpd.service"
  fi
}