Репозиторий ALT Linux backports/2.4
Последнее обновление: 9 июля 2008 | Пакетов: 497 | Посещений: 1665427
 поиск   регистрация   авторизация 
 
Группа :: Система/Серверы
Пакет: qico.xe

 Главная   Изменения   Спек   Патчи   Загрузить   Bugs and FR 

Патч: qico.conf.diff


--- qico-0.57.1xe.orig/qico.conf.sample	2005-08-24 17:31:01 +0400
+++ qico-0.57.1xe/qico.conf.sample	2005-12-01 15:56:15 +0300
@@ -133,7 +133,7 @@
 # for easy change define some useful magic words to use the all over config
 $spool		/var/spool/ftn
 $logz		/var/log/ftn
-$conf		/etc/ftn
+$conf		/etc/ftn/qico.xe
 
 
 ###############################################################################
@@ -141,8 +141,8 @@
 ###############################################################################
 # your addresses, first will be used as primary and its zone and net will be
 # used as default (required).
-;address	1:2345/7845
-;address 	111:222/44@leftnet
+address	2:5059/37
+address 7:1470/37
 
 # default domain name
 domain		fidonet.org
@@ -219,7 +219,7 @@
 # path for nodelists and index file.
 #
 # (required)(nonif)
-nlpath		$(spool)/nl
+nlpath		/var/lib/ftn/nodelist
 
 # Node- and point lists. zone can be specified if omitted in list.
 # The lists order is important: specify most actual list first.
@@ -227,7 +227,7 @@
 # (required)(nonif)
 ;nodelist	$(spool)/files/NET5030.999 2
 ;nodelist	$(spool)/files/PNT5030.999
-nodelist	nodelist.999
+nodelist 	PNT5059.999
 
 # Check for `listed' all addresses of remote or only one (any).
 needalllisted	no
@@ -235,8 +235,8 @@
 # ASO and/or BSO outbound path
 #
 # (required)(nonif)
-;asooutbound	$(spool)/aso
-bsooutbound	$(spool)/outbound
+asooutbound 	$(spool)/out/aso
+bsooutbound 	$(spool)/out/zone
 
 # status outbound where .qst files reside.
 # default: the same as `bsooutbound' (if defined) or 'asooutbound'
@@ -247,11 +247,11 @@
 # unprotected inbound
 #
 # (required)
-inbound		$(spool)/inbound/unknown
+inbound		$(spool)/in
 
 # protected inbound (you can add also listed, personal and other inbounds)
 if protected | outbound
-    inbound	$(spool)/inbound
+    inbound	$(spool)/in/secure
 endif
 
 # if <nodial>.<portname> file exists we won't dial on this device
@@ -278,21 +278,21 @@
 # 1.2345.999.0.c	- longbox for 1:2345/999 with Crash flavour
 # 111.222.0.4		- longbox for 111:222/0.4 with `defboxflv' flavour
 #
-;longboxpath	$(spool)/lbox
+longboxpath	$(spool)/out/longbox
 
 
 # pid file (required)(nonif)
-pidfile		/var/run/qico.pid
+pidfile		/var/run/qico/qico.pid
 
 
 # lock directory path (required for modem)
-lockdir		/var/lock
+lockdir		/var/lock/serial
 
 # created directories permissions
-dirperm		0755
+dirperm		0750
 
 # created files permissions
-defperm		0644
+defperm		0640
 
 # use setproctitle()
 # default: yes
@@ -316,12 +316,12 @@
 ###############################################################################
 # modem ports (one at a line) in form <device>[:speed]
 # (default speed is 9600) (required for modem)
-port		ttyS1:115200
+port		ttyS1:57600
 ;port		ttyS2
 
 # delay between calls in seconds = dialdelay + (-dialdelta .. dialdelta)
 # it is not recommended to set dialdelta greater than dialdelay/2
-dialdelay	60
+dialdelay	90
 dialdelta	30
 
 # outbound rescan period (in seconds)
@@ -337,7 +337,7 @@
 phonetr		=	8W10-
 
 # when outbound calls are enabled
-cancall		CM
+cancall		never
 
 # Check that there is a DSR or a CTS signal coming from the modem and
 # if not we won't try to call out.
@@ -392,7 +392,7 @@
 ;modemreset 	ATM0L0|
 
 # dial strings
-dialprefix	ATM0DT
+dialprefix	ATMDT
 dialsuffix	|
 
 
@@ -412,11 +412,11 @@
 #
 # Call to node, if one of these presents in outbound for this node
 # Default is NDCI
-;callonflavors	NDCIR
+callonflavors	NDCIR
 
 # Don't check work time, if these flavors present in outbound for this node
 # Default is CI
-;immonflavors	I
+immonflavors	CI
 
 # Flavor for polls and attaches. Could be overwritten from command line.
 # Also, this flavor is used, when restore poll after disconnection
@@ -460,8 +460,7 @@
 worktime	0:00-7:00
 phone		7-095-y0U-kN0W
 speed		33600
-flags		qico team
-
+flags		ALT LINUX TEAM
 # freq time for EMSI only. default used `freqtime' (see below) or "Never".
 ;emsifreqtime	Always!
 
@@ -505,9 +504,9 @@
 protorder	HJDZ1C
 
 # it's better to use Janus on tcp/ip
-;if tcpip
-;   protorder	JDZ1C
-;endif
+if tcpip
+   protorder	JDZC
+endif
 
 # it's not recommended to use these extensions on lower speeds!
 ;if connect >= 14400
@@ -556,17 +555,17 @@
 ;chathallostr	| * Hi, %s, that's good?|
 
 # Send window for ZModem (in bytes). 0 -- streamed mode.
-;ztxwin          0
+ztxwin          0
 
 # Receive window for ZModem (in bytes). 0 -- streamed mode.
 # May be ignored by remote
-;zrxwin          0
+zrxwin          0
 
 # Send window for Hydra (in bytes). 0 -- streamed mode.
-;htxwin          0
+htxwin          0
 
 # Receive window for Hydra (in bytes). 0 -- streamed mode.
-;hrxwin          0
+hrxwin          0
 
 # By default Hydra uses CRC32. If you think that CRC16 is enough
 # on Hydra session set this to yes. This won't work if remote wants CRC32!
@@ -607,7 +606,7 @@
 
 # start checking minimum cps after this amount of seconds
 # from _each_ file transfer start (default is 10 seconds)
-mincpsdelay	20
+mincpsdelay	10
 
 # minimum cps on receive (don't check if 0)
 mincpsin	0
@@ -646,10 +645,10 @@
 ;killbadpkt	yes
 
 # Remove empty longfileboxes.
-;rmboxes	no
+rmboxes	no
 
 # show information about packets after receive. (from & to name values)
-;showpkt	no
+showpkt	yes
 
 ###############################################################################
 ### freq processor support ####################################################
@@ -665,7 +664,7 @@
 ;srifrp		/usr/local/bin/srifrp
 
 # freq time (NRQ if undefined)
-;freqtime	CM
+freqtime	CM
 ;freqtime	0:00-5:00
 
 # freq report "From:" line
@@ -714,13 +713,15 @@
 #   r - recode filenames in *.req files (freq's).
 
 # outgoing files names conversion
-mapout 	bScr
+#mapout 	bScr
+mapout 	bS
 
 # incoming files names conversion
+#mapin	lkr
 mapin	lkr
 
 # You could include subst file.
-include		$(conf)/qico.substs
+include		$(conf)/qico.subst
 
 ###############################################################################
 ### external processes ########################################################
 
design & coding: Vladimir Lettiev aka crux © 2004-2005