]> andersk Git - moira.git/blobdiff - clients/addusr/addusr.c
tcsh is dead. Long live bash.
[moira.git] / clients / addusr / addusr.c
index 8ee440e7cf698659c4cb1344605d86ed925f49f4..e31d6aa2fdd07f5d90eb67bf47eacd17d4926dd9 100644 (file)
@@ -33,9 +33,9 @@ struct owner_type {
 #define M_NONE         4
 
 #ifdef ATHENA
-#define DEFAULT_SHELL "/bin/athena/tcsh"
+#define DEFAULT_SHELL "/bin/athena/bash"
 #else
-#define DEFAULT_SHELL "/bin/csh"
+#define DEFAULT_SHELL "/bin/bash"
 #endif
 
 #define DEFAULT_WINCONSOLESHELL "cmd"
This page took 0.033348 seconds and 4 git commands to generate.