author | Michael Krelin <hacker@klever.net> | 2009-03-08 20:09:21 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2009-03-08 20:09:21 (UTC) |
commit | aadaa8b5d7eda23e72dbded9d6437b40358353f3 (patch) (unidiff) | |
tree | 0bff6fdde1e2b9be02b48aaf7d03f095604718e1 /doc/000000000000.conf | |
download | iii-0.0.zip iii-0.0.tar.gz iii-0.0.tar.bz2 |
Inital commit to public repository0.0
-rw-r--r-- | doc/000000000000.conf | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/000000000000.conf b/doc/000000000000.conf new file mode 100644 index 0000000..d7b365f --- a/dev/null +++ b/doc/000000000000.conf | |||
@@ -0,0 +1,17 @@ | |||
1 | # target directory for uploaded files, if the name contains %s, it is replaced | ||
2 | # with eyefi card mac address. | ||
3 | targetdir = "/var/lib/eyekindo/%s/" | ||
4 | # the upload key as seen in Mac and (perhaps) windows Settings.xml file | ||
5 | uploadkey = "e3e2c4a305cee6bce0ebb38a3259ac08" | ||
6 | |||
7 | # commands to be executed at certain events, the commands also receive certain | ||
8 | # values of interested passed via environment. | ||
9 | # for on-start-session: EYEFI_MACADDRESS, EYEFI_TRANSFER_MODE, EYEFI_TRANSFERMODETIMESTAMP | ||
10 | on-start-session = "bash /usr/local/lib/iii/on-start-session.bash" | ||
11 | # for on-upload-photo: EYEFI_MACADDRESS, EYEFI_UPLOADED (uploaded file name) | ||
12 | on-upload-photo = "bash /usr/local/lib/iii/on-upload-photo.bash" | ||
13 | # for on-mark-last-photo-in-roll: EYEFI_MACADDRESS, EYEFI_MERGEDELTA | ||
14 | on-mark-last-photo-in-roll = "bash /usr/local/lib/iii/on-mark-last-photo-in-roll.bash" | ||
15 | |||
16 | # file mode creation mask | ||
17 | umask = 002 | ||