OSSP CVS Repository

ossp - Check-in [3974]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 3974
Date: 2003-Jan-30 23:07:41 (local)
2003-Jan-30 22:07:41 (UTC)
User:ms
Branch:
Comment: The environment variables for username and homedir don't seem to be standardized, but use $USER and $HOME anyways.
Tickets:
Inspections:
Files:
ossp-pkg/as/as-gui/as_const.h      1.42 -> 1.43     2 inserted, 2 deleted

ossp-pkg/as/as-gui/as_const.h 1.42 -> 1.43

--- as_const.h   2003/01/30 22:02:41     1.42
+++ as_const.h   2003/01/30 22:07:41     1.43
@@ -135,8 +135,8 @@
 #define TITRAQ_DATAVERSIONMIN   5
 
 // Environment string constants
-#define TITRAQ_ENVUSERNAME      "LOGNAME"
-#define TITRAQ_ENVHOMEDIR       "HOMEDIR"
+#define TITRAQ_ENVUSERNAME      "USER"
+#define TITRAQ_ENVHOMEDIR       "HOME"
 
 // Other string constants
 #define TITRAQ_SEPARATORTOK     " "

CVSTrac 2.0.1