Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/sushi Fix some things that were missed when this pr...
details: https://anonhg.NetBSD.org/src/rev/ed39c5823561
branches: trunk
changeset: 501682:ed39c5823561
user: thorpej <thorpej%NetBSD.org@localhost>
date: Fri Jan 05 18:57:25 2001 +0000
description:
Fix some things that were missed when this program was renamed to
"sushi".
diffstat:
usr.sbin/sushi/functions.h | 8 ++++----
usr.sbin/sushi/handlers.h | 4 ++--
usr.sbin/sushi/sushi.h | 8 ++++----
usr.sbin/sushi/sushi.msg.en | 2 +-
4 files changed, 11 insertions(+), 11 deletions(-)
diffs (74 lines):
diff -r cec98d8e90af -r ed39c5823561 usr.sbin/sushi/functions.h
--- a/usr.sbin/sushi/functions.h Fri Jan 05 18:39:12 2001 +0000
+++ b/usr.sbin/sushi/functions.h Fri Jan 05 18:57:25 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: functions.h,v 1.1 2001/01/05 01:28:36 garbled Exp $ */
+/* $NetBSD: functions.h,v 1.2 2001/01/05 18:57:25 thorpej Exp $ */
/*
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -48,8 +48,8 @@
char **log_do(char *what);
char **ftp_pkglist(char *);
-#define LOGFILE_NAME "smit.log"
-#define SCRIPTFILE_NAME "smit.script"
-#define TMPFILE_NAME "/var/tmp/smit.XXXXXX"
+#define LOGFILE_NAME "sushi.log"
+#define SCRIPTFILE_NAME "sushi.script"
+#define TMPFILE_NAME "/var/tmp/sushi.XXXXXX"
#endif /* _FUNCTIONS_H_ */
diff -r cec98d8e90af -r ed39c5823561 usr.sbin/sushi/handlers.h
--- a/usr.sbin/sushi/handlers.h Fri Jan 05 18:39:12 2001 +0000
+++ b/usr.sbin/sushi/handlers.h Fri Jan 05 18:57:25 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: handlers.h,v 1.1 2001/01/05 01:28:36 garbled Exp $ */
+/* $NetBSD: handlers.h,v 1.2 2001/01/05 18:57:25 thorpej Exp $ */
/*
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -52,6 +52,6 @@
#define EXECFILE "exec"
#define SCRIPTFILE "script"
#define FUNCFILE "func"
-#define DUMPFILE "smit.image"
+#define DUMPFILE "sushi.image"
#endif /* _HANDLERS_H_ */
diff -r cec98d8e90af -r ed39c5823561 usr.sbin/sushi/sushi.h
--- a/usr.sbin/sushi/sushi.h Fri Jan 05 18:39:12 2001 +0000
+++ b/usr.sbin/sushi/sushi.h Fri Jan 05 18:57:25 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sushi.h,v 1.1 2001/01/05 01:28:40 garbled Exp $ */
+/* $NetBSD: sushi.h,v 1.2 2001/01/05 18:57:25 thorpej Exp $ */
/*
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -35,11 +35,11 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef _SMIT_H_
-#define _SMIT_H_
+#ifndef _SUSHI_H_
+#define _SUSHI_H_
#include <nl_types.h>
void bailout(const char *fmt, ...);
-#endif /* _SMIT_H_ */
+#endif /* _SUSHI_H_ */
diff -r cec98d8e90af -r ed39c5823561 usr.sbin/sushi/sushi.msg.en
--- a/usr.sbin/sushi/sushi.msg.en Fri Jan 05 18:39:12 2001 +0000
+++ b/usr.sbin/sushi/sushi.msg.en Fri Jan 05 18:57:25 2001 +0000
@@ -45,7 +45,7 @@
2 Generating form data, please wait
3 Log started at
4 Script started at
-5 <C></5>Smitty\n\n
+5 <C></5>Sushi\n\n
6 Enter the field data below, and hit enter to return to the form.
7 Data Entry
8 Form Page:
Home |
Main Index |
Thread Index |
Old Index