Imported Debian patch 1.0-11
[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/sbin/p10cfgd  p10cfgd"
6
7 #DEBHELPER#