File: env

package info (click to toggle)
finit 4.14-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,216 kB
  • sloc: ansic: 17,060; sh: 6,281; makefile: 532
file content (9 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
# Some environments to be sourced by Finit services
# and their pre:- and post:scripts

foo=bar
baz=qux

xyzzy=$foo

FOO_ARGS="-i $foo -l $xyzzy endarg"