chiark
/
gitweb
/
~mdw
/
userv-utils
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Add dependency on debhelper.
[userv-utils]
/
misc
/
checkpasswd-self
1
#
2
if ( grep service /etc/userv/default-services-enabled
3
& glob service-user root
4
)
5
reset
6
no-set-environment
7
disconnect-hup
8
suppress-args
9
execute checkpasswd-service /var/run/checkpasswd.synch 0.5 -- SELF
10
fi