This file is indexed.

config is in mrtg 2.17.3-2ubuntu1.

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
17
18
#!/bin/sh

set -e

# debconf

. /usr/share/debconf/confmodule || exit


db_input 'high' mrtg/conf_mods || true
db_go


#db_get mrtg/conf_mods 
#if [ "$RET" = "true" ]; then
#	chown root.root /etc/mrtg.cfg
#	chmod 600 /etc/mrtg.cfg
#fi