File: tem.patch

package info (click to toggle)
linesrv 2.1.21-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 644 kB
  • ctags: 10
  • sloc: sh: 3,203; makefile: 86
file content (97 lines) | stat: -rw-r--r-- 3,868 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
--- linesrv-mysql.templates	2005-09-05 20:23:29.000000000 -0400
+++ linesrv.templates	2005-09-11 00:47:22.000000000 -0400
@@ -12,7 +12,7 @@
 _description: Should I use Debconf?
  Linesrv use a configuration file named /etc/linesrv/linesrv.conf, in which
  are stored information about the various connection you use to make your
- Internet Connection. If you answer YES here, and you have an analog modem
+ Internet Connection. If you answer "Yes" here, and you have an analog modem
  to connect to the Internet, the installation program will try to detect
  the connections already setted up on your box. Support for isdn and adsl
  will come soon. This could be useful: if you want to add, modify or delete
@@ -28,15 +28,15 @@
 Template: linesrv/remember_to_create_file
 Type: note
 _description: Remember!
- Linesrv will not run without a config file. An example copy of
- linesrv.conf it is installed in /usr/share/doc/linesrv. Remeber to set up
+ Linesrv will not run without a config file!! An example copy of
+ linesrv.conf is installed in /usr/share/doc/linesrv. Remeber to set up
  it after the installation. See linesrv.conf(5) or /usr/share/doc/linesrv/
- for further informations.
+ for further information.
 
 Template: linesrv/no_tool
 Type: note
 _description: Warning!
- Installation program was not able to find valid configuration for ${tool},
+ The installation program was not able to find valid configuration for ${tool},
  so there is no line-section in /etc/linesrv/linesrv.conf
  .
  Add at least one manually.
@@ -44,57 +44,25 @@
 Template: linesrv/no_line_section
 Type: note
 _description: Warning!
- You choose not to create any line section. Be sure to put at least one in
+ You have chosen not to create any line section. Be sure to put at least one in
  /etc/linesrv/linesrv.local
 
 Template: linesrv/address
 Type: string
 _description: Address
- You have to specify on which address linesrv as to listen to clients.
+ You have to specify on which address linesrv has to listen to clients.
  .
- Ex: 192.168.0.1
+ e.g.: 192.168.0.1
  .
- By default, linesrv listen on port 16007. Change it in
- /etc/linesrv/linesrv.conf if you need. For further acces restriction, see
+ By default, linesrv listens on port 16007. Change it in
+ /etc/linesrv/linesrv.conf if you need. For further information, see
  man linesrv.conf (5)
 
 Template: linesrv/which_tool
 Type: select
 _choices: ${tool}, wvdial, none
 _description: Which tool do you use of the ones shown above?
- Choose between these configuration tool, the one I have to guess
- configuration from. If you use a tool not listed above, pls contact me at
- <mpresi@lugroma.org>, or send a bug-report so I can consider to include
- your configuration tool in the list.
+ Which configuration tool will set options for this program?. 
+ If you use a tool not listed above, please send a 
+ bug-report so I can consider to include your configuration tool in the list.
 Default: pppconfig
-
-Template: linesrv/mysql_host
-Type: string
-_description: Mysql Host
- Pls, write hostname (or his ip number) on which the mysql logging database
- is stored:
-
-Template: linesrv/mysql_user
-Type: string
-_description: Mysql User
- Pls, write here a username to access to the Database
-
-Template: linesrv/mysql_db
-Type: string
-_description: Mysql Database Name
- Pls, write here the database name.
-
-Template: linesrv/mysql_passwd
-Type: password
-_description: Database Password
- Pls, write here the password used by linesrv to access the database
-
-Template: linesrv/mysql
-Type: note
-_description: Warning Database
- This version of linecontrol need a Mysql database. Whitout it, Linesrv
- cannot work. You should create the database on your box or specify an host
- on which the database can be found.
- .
- You can find a skelton dump of the database in
- /usr/share/doc/linesrv-mysql.