File: postinst

package info (click to toggle)
xtell 1.91.2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 164 kB
  • ctags: 65
  • sloc: ansic: 962; makefile: 81; sh: 39
file content (9 lines) | stat: -rw-r--r-- 255 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh
# post install script for the Debian GNU/Linux xtell package

set -e

#update-inetd --file /etc/services --add 'xtell		4224/tcp			# xtell server'
#update-inetd --add 'xtell		stream	tcp	nowait	nobody	/usr/sbin/tcpd	/usr/sbin/xtelld'

#DEBHELPER#