File: innshellvars.pl.local

package info (click to toggle)
inn2 2.6.3-1%2Bdeb10u2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 13,304 kB
  • sloc: ansic: 96,539; sh: 15,562; perl: 13,281; makefile: 3,700; yacc: 842; python: 309; lex: 262
file content (14 lines) | stat: -rwxr-xr-x 517 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
##  $Id: innshellvars.pl.local 10283 2018-05-14 12:43:05Z iulius $
##
##  Sample innshellvars.pl.local script.
##
##  It permits adding or overriding 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 using
##  $INN::Config::variable with the corresponding value
##  in a script calling INN::Config.
#$variable = 'test';