chiark
/
gitweb
/
~mdw
/
userv-utils
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Works at least without crypto.
[userv-utils]
/
finger
/
finger-getprefs.in
1
#
2
if ( grep calling-user-shell /etc/shells
3
& glob service-user daemon
4
)
5
reset
6
no-set-environment
7
suppress-args
8
disconnect-hup
9
execute sh -c " \
10
if test -f @varfinger@/prefs; then \
11
grep '^$USERV_USER ' @varfinger/prefs || test $? = 1; fi \
12
"
13
fi