summaryrefslogtreecommitdiff
path: root/dyndns/dyndns
blob: 95d33943b87d22a0b55a330bff0c08d4e85d480d (plain)
1
2
3
4
5
6
7
8
9
if ( grep calling-user-shell /etc/shells
   & grep service-user /etc/userv/dyndns-service-users
   )
	reset
	no-set-environment
	no-suppress-args
	no-disconnect-hup
	execute /usr/share/userv/dyndns/service
fi