/etc/news/innshellvars.pl.local is in inn2 2.5.2+20110413-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ## $Id: innshellvars.pl.local 9110 2010-09-24 17:24:43Z iulius $
##
## Sample innshellvars.pl.local script.
##
## It permits to add or override variables defined by
## the INN::Config Perl module (or the legacy innshellvars.pl
## Perl script).
## This script has to be executable in order to be included
## during the run of INN::Config.
## Defining or redefining $variable will allow to use
## $INN::Config::variable with the corresponding value
## in a script calling INN::Config.
#$variable = 'test';
|