wrapper.fhtml: Add `license' relationship to the AGPL link.
[chopwood] / sshsvc.conf
1 ### -*-sh-*-
2
3 cmd="./chpwd"
4
5 make_key_line () {
6 user=$1
7 case $user in
8 chpwd@*) var=CHPWD_SSH_MASTER user=${user#*@} ;;
9 *) var=CHPWD_SSH_USER ;;
10 esac
11 echo "environment=\"$var=$user\""
12 }