chiark
/
gitweb
/
~mdw
/
userv-utils
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
e73d793b39b9662836badf07242ff52b657dc2ad
[userv-utils]
/
dyndns
/
dyndns
1
if ( grep calling-user-shell /etc/shells
2
& glob service-user dyndns
3
)
4
reset
5
no-set-environment
6
no-suppress-args
7
no-disconnect-hup
8
execute /usr/local/lib/userv/dyndns/service
9
fi