author | Michael Krelin <hacker@klever.net> | 2011-03-19 17:25:00 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2011-03-19 17:52:04 (UTC) |
commit | 5ca0d6a85c438ea75dc2795aca5176e3b31e89f0 (patch) (side-by-side diff) | |
tree | f35c09c1d07c2150d4d0a58a517b878a44591cc8 /doc | |
parent | c295320edf2d733a12a622c5a721c8431800a68a (diff) | |
download | iii-5ca0d6a85c438ea75dc2795aca5176e3b31e89f0.zip iii-5ca0d6a85c438ea75dc2795aca5176e3b31e89f0.tar.gz iii-5ca0d6a85c438ea75dc2795aca5176e3b31e89f0.tar.bz2 |
linting debian stuff
Signed-off-by: Michael Krelin <hacker@klever.net>
-rw-r--r-- | doc/000000000000.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/000000000000.conf b/doc/000000000000.conf index d7b365f..01f8fae 100644 --- a/doc/000000000000.conf +++ b/doc/000000000000.conf @@ -1,17 +1,17 @@ # target directory for uploaded files, if the name contains %s, it is replaced # with eyefi card mac address. -targetdir = "/var/lib/eyekindo/%s/" +targetdir = "/var/lib/iii/%s/" # the upload key as seen in Mac and (perhaps) windows Settings.xml file uploadkey = "e3e2c4a305cee6bce0ebb38a3259ac08" # commands to be executed at certain events, the commands also receive certain # values of interested passed via environment. # for on-start-session: EYEFI_MACADDRESS, EYEFI_TRANSFER_MODE, EYEFI_TRANSFERMODETIMESTAMP on-start-session = "bash /usr/local/lib/iii/on-start-session.bash" # for on-upload-photo: EYEFI_MACADDRESS, EYEFI_UPLOADED (uploaded file name) on-upload-photo = "bash /usr/local/lib/iii/on-upload-photo.bash" # for on-mark-last-photo-in-roll: EYEFI_MACADDRESS, EYEFI_MERGEDELTA on-mark-last-photo-in-roll = "bash /usr/local/lib/iii/on-mark-last-photo-in-roll.bash" # file mode creation mask umask = 002 |