checkpasswd: fix -other service file
[userv-utils] / misc / checkpasswd-other
CommitLineData
655e68e0
IJ
1#
2if ( grep calling-user /etc/userv/checkpasswd-service-users
3 & glob service-user root
4 )
5 reset
6 no-set-environment
7 disconnect-hup
abecf058 8 no-suppress-args
5e5500ed 9 execute checkpasswd-service /var/run/checkpasswd.synch 0.5 --
655e68e0 10fi