c5c73de58e
Use INSTALL/DEINSTALL. Fake.
21 lines
490 B
Plaintext
21 lines
490 B
Plaintext
# $OpenBSD: patch-config-h,v 1.1 2000/05/18 04:41:32 form Exp $
|
|
|
|
--- config.h.orig Wed May 17 13:10:48 2000
|
|
+++ config.h Wed May 17 13:15:10 2000
|
|
@@ -63,6 +63,15 @@
|
|
# define CALLIN ""
|
|
#endif
|
|
|
|
+#ifdef __OpenBSD__
|
|
+# define DFL_PORT "/dev/tty00"
|
|
+# define DEF_BAUD "57600"
|
|
+# define CALLOUT ""
|
|
+# define CALLIN ""
|
|
+# undef UUCPLOCK
|
|
+# define UUCPLOCK "/var/spool/lock"
|
|
+#endif
|
|
+
|
|
/* Some reasonable defaults if not defined */
|
|
#ifndef DFL_PORT
|
|
# define DFL_PORT "/dev/tty8"
|