www-cgi/: Coding style fixes
[userv-utils] / dyndns / dyndns
1 if ( grep calling-user-shell /etc/shells
2 & grep service-user /etc/userv/dyndns-service-users
3 )
4 reset
5 no-set-environment
6 no-suppress-args
7 no-disconnect-hup
8 execute /usr/share/userv/dyndns/service
9 fi