File: postinst

package info (click to toggle)
p10cfgd 1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 96 kB
  • sloc: perl: 201; exp: 66; makefile: 39; sh: 2
file content (7 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#! /bin/bash -e

# add our entry to the /etc/inetd.conf file

update-inetd --group "HAM-RADIO" --add "rmtcfg  stream  tcp     nowait  root    /usr/sbin/p10cfgd  p10cfgd"

#DEBHELPER#