Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/faithd fix default daemon pathname.
details: https://anonhg.NetBSD.org/src/rev/7161f9a7ecb5
branches: trunk
changeset: 479740:7161f9a7ecb5
user: itojun <itojun%NetBSD.org@localhost>
date: Mon Dec 20 16:23:44 1999 +0000
description:
fix default daemon pathname.
diffstat:
usr.sbin/faithd/faithd.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 218b3cca9496 -r 7161f9a7ecb5 usr.sbin/faithd/faithd.h
--- a/usr.sbin/faithd/faithd.h Mon Dec 20 16:22:41 1999 +0000
+++ b/usr.sbin/faithd/faithd.h Mon Dec 20 16:23:44 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: faithd.h,v 1.1 1999/07/13 22:16:49 itojun Exp $ */
+/* $NetBSD: faithd.h,v 1.2 1999/12/20 16:23:44 itojun Exp $ */
/*
* Copyright (C) 1997 and 1998 WIDE Project.
@@ -43,7 +43,7 @@
extern void exit_failure __P((const char *fmt, ...));
#define DEFAULT_PORT_NAME "telnet"
-#define DEFAULT_PATH "/usr/local/v6/libexec/telnetd"
+#define DEFAULT_PATH "/usr/libexec/telnetd"
#define DEFAULT_NAME "telnetd"
#define FTP_PORT 21
Home |
Main Index |
Thread Index |
Old Index