summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/sade/main.c')
-rw-r--r--usr.sbin/sade/main.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/sade/main.c b/usr.sbin/sade/main.c
index 7a89927..c5b85cd 100644
--- a/usr.sbin/sade/main.c
+++ b/usr.sbin/sade/main.c
@@ -4,7 +4,7 @@
* This is probably the last attempt in the `sysinstall' line, the next
* generation being slated for what's essentially a complete rewrite.
*
- * $Id: main.c,v 1.2 1995/05/04 03:51:17 jkh Exp $
+ * $Id: main.c,v 1.4 1995/05/05 23:47:42 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -60,6 +60,9 @@ main(int argc, char **argv)
/* Welcome user to FreeBSD */
systemWelcome();
+ /* Default to English */
+ /* lang_set_English(NULL); */
+
/* Begin user dialog at outer menu */
while (1) {
choice = scroll = curr = max = 0;
OpenPOWER on IntegriCloud