chiark
/
gitweb
/
~mdw
/
userv-utils
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
www-cgi: Introduce `?DEFAULTS' pattern to match the default set.
[userv-utils]
/
misc
/
ndc-reload
1
#
2
if ( ( 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
)
6
& glob service-user root
7
)
8
reset
9
no-set-environment
10
suppress-args
11
no-disconnect-hup
12
execute ndc reload
13
fi