chiark / gitweb /
ipif: "include" looks for the file in the directory where "include" appears
[userv-utils.git] / ipif / ipif
1 # See /usr/share/doc/userv-ipif/service.c.txt
2 #
3 if ( grep calling-user-shell /etc/shells
4    & glob service-user root
5    )
6         reset
7         no-set-environment
8         no-suppress-args
9         no-disconnect-hup
10         execute /usr/lib/userv/ipif-access /etc/userv/ipif-access /usr/lib/userv/ipif /etc/userv/ipif-networks --
11 fi