This file is indexed.

config is in rlinetd 0.9.1-1.

This file is a maintainer script. It is executed when installing (*inst) or removing (*rm) the package.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
#!/bin/sh
set -e 

[ -f /usr/share/debconf/confmodule ] || exit 0

. /usr/share/debconf/confmodule


if [ -e /etc/inetd.conf ] && 
	!  cat /etc/rlinetd.conf /etc/rlinetd.d/*  2>/dev/null | grep -q '^[ \t]*service'  ; then
	db_input medium rlinetd/convert_from_inetd || true
	db_go || true
else
	db_fset rlinetd/convert_from_inetd seen true
	db_set  rlinetd/convert_from_inetd false
fi