diff options
author | Fritz Elfert <felfert@to.com> | 1999-07-04 11:59:42 +0000 |
---|---|---|
committer | Fritz Elfert <felfert@to.com> | 1999-07-04 11:59:42 +0000 |
commit | f2d9bc87bc87b4ef3cdee081c65ad1c248804edd (patch) | |
tree | febc5b563533b56b9768d1d176fc8c8325d6ab8d /include/defs.h.in | |
parent | 7c656c8b37fd4733ff6a389de95e3ab7110f586b (diff) | |
download | plptools-f2d9bc87bc87b4ef3cdee081c65ad1c248804edd.tar.gz plptools-f2d9bc87bc87b4ef3cdee081c65ad1c248804edd.tar.bz2 plptools-f2d9bc87bc87b4ef3cdee081c65ad1c248804edd.zip |
logging via syslog, more error-handling.
Diffstat (limited to 'include/defs.h.in')
-rw-r--r-- | include/defs.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/defs.h.in b/include/defs.h.in index 221f142..3c6fbce 100644 --- a/include/defs.h.in +++ b/include/defs.h.in @@ -18,7 +18,7 @@ #define DUSER "root" #ifndef DDIR -# define DDIR "/psion.stand/mnt" +# define DDIR "/mnt/psion" #endif #ifndef PSIONHOSTNAME |