diff options
author | Andrew Gaffney <agaffney@gentoo.org> | 2007-12-24 02:30:05 +0000 |
---|---|---|
committer | Andrew Gaffney <agaffney@gentoo.org> | 2007-12-24 02:30:05 +0000 |
commit | 92b34343284e0cd742fa8f6e22a1ba7a20ad37b9 (patch) | |
tree | dda386f4a86300e506c404765d148b8d2180b1d0 /etc | |
parent | use a match and capture instead of split for parsing config file lines (diff) | |
download | scire-92b34343284e0cd742fa8f6e22a1ba7a20ad37b9.tar.gz scire-92b34343284e0cd742fa8f6e22a1ba7a20ad37b9.tar.bz2 scire-92b34343284e0cd742fa8f6e22a1ba7a20ad37b9.zip |
toss in a comment...just because
svn path=/branches/new-fu/; revision=258
Diffstat (limited to 'etc')
-rw-r--r-- | etc/scire.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/scire.conf b/etc/scire.conf index 578885f..5d01d27 100644 --- a/etc/scire.conf +++ b/etc/scire.conf @@ -2,4 +2,4 @@ HOST=localhost PORT=22 USER=scire SERVER_SCRIPT=../server/scireserver.pl -JOB_DIR=/tmp/scirejobs +JOB_DIR=/tmp/scirejobs # Comments at the end of the line are a-okay |