diff options
author | obrien <obrien@FreeBSD.org> | 2003-12-07 12:31:49 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-12-07 12:31:49 +0800 |
commit | f668791479c1010960b643660cdd2ce86386478e (patch) | |
tree | f143d30b43649c84311f0a379dfd74e39ffcd397 /comms | |
parent | eca1d940a7b9cb29bbcc083642641f2c03c443d9 (diff) | |
download | freebsd-ports-gnome-f668791479c1010960b643660cdd2ce86386478e.tar.gz freebsd-ports-gnome-f668791479c1010960b643660cdd2ce86386478e.tar.zst freebsd-ports-gnome-f668791479c1010960b643660cdd2ce86386478e.zip |
Make the sample config file correct for FreeBSD.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/conserver-com/Makefile | 1 | ||||
-rw-r--r-- | comms/conserver-com/files/patch-conserver.cf | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/comms/conserver-com/Makefile b/comms/conserver-com/Makefile index 674f9e53fedf..dcf137aae1db 100644 --- a/comms/conserver-com/Makefile +++ b/comms/conserver-com/Makefile @@ -7,6 +7,7 @@ PORTNAME= conserver PORTVERSION= 8.0.8 +PORTREVISION?= 1 CATEGORIES= comms MASTER_SITES= ftp://ftp.conserver.com/conserver/ PKGNAMESUFFIX= -com diff --git a/comms/conserver-com/files/patch-conserver.cf b/comms/conserver-com/files/patch-conserver.cf new file mode 100644 index 000000000000..296b36096cd9 --- /dev/null +++ b/comms/conserver-com/files/patch-conserver.cf @@ -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 |