Make the sample config file correct for FreeBSD.

This commit is contained in:
David E. O'Brien 2003-12-07 04:31:49 +00:00
parent 5f9ace2d20
commit fe553a55e1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95242
2 changed files with 17 additions and 0 deletions

View file

@ -7,6 +7,7 @@
PORTNAME= conserver
PORTVERSION= 8.0.8
PORTREVISION?= 1
CATEGORIES= comms
MASTER_SITES= ftp://ftp.conserver.com/conserver/
PKGNAMESUFFIX= -com

View file

@ -0,0 +1,16 @@
--- conserver.cf/conserver.cf.orig Sun Nov 9 08:45:41 2003
+++ conserver.cf/conserver.cf Wed Dec 3 17:51:49 2003
@@ -50,10 +50,10 @@
motd "just a simple ssh to localhost";
}
-# connect to /dev/ttya
-console ttya {
+# connect to /dev/cuaa0
+console cuaa0 {
type device;
- device /dev/ttya; parity none; baud 9600;
+ device /dev/cuaa0; parity none; baud 9600;
idlestring "#";
idletimeout 5m; # send a '#' every 5 minutes of idle
timestamp ""; # no timestamps on this console