[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdeadmin/kuser
From:       Szombathelyi György <gyurco () freemail ! hu>
Date:       2004-10-17 18:55:19
Message-ID: 20041017185519.51E0016C98 () office ! kde ! org
[Download RAW message or body]

CVS commit by gyurco: 

Correct crontab dir (on Linux, at least).
Remove AIX prototypes, they are not used anymore.


  M +2 -5      globals.h   1.27


--- kdeadmin/kuser/globals.h  #1.26:1.27
@@ -50,4 +50,5 @@
   #define SKELDIR "/usr/share/skel"
   #define SKEL_FILE_PREFIX "dot"
+  #define CRONTAB_DIR "/var/cron/tabs"
 #else
   #define PASSWORD_FILE "/etc/passwd"
@@ -57,4 +58,5 @@
   #define SKELDIR "/etc/skel"
   #define SKEL_FILE_PREFIX ""
+  #define CRONTAB_DIR "/var/spool/cron"
 #endif
 
@@ -62,8 +64,3 @@
 #define GROUP_FILE_MASK S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH
 
-#ifdef AIX
-extern "C" int getuid(void);
-extern "C" int unlink(const char *);
-#endif
-
 #endif // _KU_GLOBALS_H_


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic