[bugs] [Bug 1038] Changed - initializing vacation database
bugs@bugs.horde.org
bugs@bugs.horde.org
Tue, 3 Sep 2002 12:49:39 -0300
http://bugs.horde.org/show_bug.cgi?id=1038
*** shadow/1038 Tue Sep 3 09:28:49 2002
--- shadow/1038.tmp.6101 Tue Sep 3 12:49:39 2002
***************
*** 3,9 ****
Version: 2.1 Unstable
Platform: PHP Code
OS/Version: Linux
! Status: NEW
Resolution:
Severity: critical
Priority: P2
--- 3,9 ----
Version: 2.1 Unstable
Platform: PHP Code
OS/Version: Linux
! Status: ASSIGNED
Resolution:
Severity: critical
Priority: P2
***************
*** 25,27 ****
--- 25,38 ----
.vacation.db is created and all work fine.
Best regards
+
+ ------- Additional Comments From eric.rostetter@physics.utexas.edu 09/03/02 12:49 -------
+ This is a problem with a few versions of vacation on a few operating systems.
+ The problem is being addressed in the CVS HEAD branch by copying an actual
+ database file of the appropriate type into place rather than just copying an
+ empty file into place, based on a configuration option (the default still being
+ an empty file I believe). At this time, the solutions are to upgrade to the CVS
+ HEAD version, or to modify the code yourself. To modify it yourself, create a
+ valid database file via "vacation -i" and copy it somewhere on your system
+ accessible by the web server user. Then modify the vacation source code and
+ replace any the references to /dev/null to point to the above file.