]> andersk Git - moira.git/commitdiff
Thus endeth the lie of /bin/csh
authorjweiss <jweiss>
Tue, 21 Nov 1995 14:10:17 +0000 (14:10 +0000)
committerjweiss <jweiss>
Tue, 21 Nov 1995 14:10:17 +0000 (14:10 +0000)
clients/moira/user.c

index da9514d9e9ef65cd8515e48ad70ba8a30fee5045..e116804a2e1c43a58f1b26dc03337c391baf9a33 100644 (file)
 #define CLASS 3
 #define ID 4
 
+#ifdef ATHENA
+#define DEFAULT_SHELL "/bin/athena/tcsh"
+#else
 #define DEFAULT_SHELL "/bin/csh"
+#endif
 #define DEFAULT_CLASS "?"
 
 
This page took 0.041715 seconds and 5 git commands to generate.