ipif: "include" looks for the file in the directory where "include" appears
[userv-utils] / misc / ndc-reload
CommitLineData
3b30c50e 1#
6362f12c 2if ( ( grep calling-user /etc/userv/dyndns-service-users
3 | glob calling-group add-groups-to-allow-to-reload-here
4 | glob calling-user add-users-to-allow-to-reload-here
5 )
3b30c50e 6 & glob service-user root
7 )
8 reset
9 no-set-environment
10 suppress-args
11 no-disconnect-hup
12 execute ndc reload
13fi