summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-08-27 23:12:37 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-08-27 23:12:37 +0000
commit0740d261c7b2952ddf874f2b6b97b5e34518095b (patch)
tree8616377e7d430a1e25778ec40c24daf67820d48c /usr.sbin
parent691277e9cb086a0100128550c929e4f2d8f4402c (diff)
change default user shell to ksh as well.
spotted by matthieu and miod sorry bill, but you stopped just hacking far too long ago..
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/user/user.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/user/user.c b/usr.sbin/user/user.c
index e934196302b..b740fdd24ce 100644
--- a/usr.sbin/user/user.c
+++ b/usr.sbin/user/user.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: user.c,v 1.64 2005/07/08 18:58:32 millert Exp $ */
+/* $OpenBSD: user.c,v 1.65 2005/08/27 23:12:36 deraadt Exp $ */
/* $NetBSD: user.c,v 1.69 2003/04/14 17:40:07 agc Exp $ */
/*
@@ -120,7 +120,7 @@ enum {
#endif
#ifndef DEF_SHELL
-#define DEF_SHELL _PATH_CSHELL
+#define DEF_SHELL _PATH_KSHELL
#endif
#ifndef DEF_COMMENT