# | Line 20 | Line 20 | fmhost="raptor.ukc.ac.uk" | |
---|---|---|
20 | fmport="4567" | |
21 | ||
22 | # CHANGE this to point to the PID file | |
23 | < | piddir=${HOME:-/var/tmp} |
23 | > | #piddir=${HOME:-/var/tmp} |
24 | > | piddir="/var/tmp" |
25 | pidfile="$piddir/.ihost.pid" | |
26 | ||
27 | ###### You probably don't need to change anything below here ###### |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |