mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Make the sample config file correct for FreeBSD.
This commit is contained in:
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
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= conserver
|
||||
PORTVERSION= 8.0.8
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES= comms
|
||||
MASTER_SITES= ftp://ftp.conserver.com/conserver/
|
||||
PKGNAMESUFFIX= -com
|
||||
|
|
16
comms/conserver-com/files/patch-conserver.cf
Normal file
16
comms/conserver-com/files/patch-conserver.cf
Normal 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
|
Loading…
Add table
Reference in a new issue