1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Change the default kernel name assumed by this port from "/vmunix" to

"/kernel".

Reported by:	Marc Emmelmann <emmelmann@fokus.gmd.de>
This commit is contained in:
Joseph Koshy 2000-11-02 11:53:27 +00:00
parent f19802cc3b
commit 44981116e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34629

View File

@ -0,0 +1,11 @@
--- src/tcp_trace.c-- Thu Nov 2 23:00:13 2000
+++ src/tcp_trace.c Thu Nov 2 23:00:33 2000
@@ -307,7 +307,7 @@
#ifdef _PATH_UNIX
system = _PATH_UNIX;
#else
- system = "/vmunix";
+ system = "/kernel";
#endif
#endif