Imported Upstream version 1.0
[debian/p10cfgd] / debian / postinst
1 #!      /bin/bash
2
3 # add our entry to the /etc/inetd.conf file
4
5 update-inetd --group "HAM-RADIO" --add "rmtcfg  stream  tcp     nowait  root    /usr/bin/p10cfgd  p10cfgd"
6
7