Kleiner Fix fuer die pppsetup.cgi

und noch n paar andere kleine Sachen...


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@579 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-05-25 17:06:38 +00:00
parent 6041214709
commit a29b2d7bbe
5 changed files with 944 additions and 507 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -121,7 +121,6 @@
* iptables-1.3.5
* iptstate-2.1
* iputils-ss020927
* isapnptools-1.26
* java-1.5.0_06-for-ipfire
* jpegsrc.v6b
* kbd-1.12
@@ -211,7 +210,6 @@
* rp-pppoe-3.8
* rrdtool-1.2.15
* rsync-2.6.8
* samba-3.0.24
* samba-3.0.25
* screen-4.0.2
* sed-4.1.5
@@ -223,7 +221,6 @@
* sox-12.18.1
* spandsp-0.0.3pre24
* squashfs3.2-r2
* squid-2.6.STABLE12
* squid-2.6.STABLE13
* squid-graph-3.2
* squidGuard-1.2.0

View File

@@ -569,10 +569,10 @@ END
<option value='ttyS2' $selected{'COMPORT'}{'ttyS2'}>$Lang::tr{'modem on com3'}</option>
<option value='ttyS3' $selected{'COMPORT'}{'ttyS3'}>$Lang::tr{'modem on com4'}</option>
<option value='ttyS4' $selected{'COMPORT'}{'ttyS4'}>$Lang::tr{'modem on com5'}</option>
<option value='usb/ttyACM0' $selected{'COMPORT'}{'usb/ttyACM0'}>$Lang::tr{'usb modem on acm0'}</option>
<option value='usb/ttyACM1' $selected{'COMPORT'}{'usb/ttyACM1'}>$Lang::tr{'usb modem on acm1'}</option>
<option value='usb/ttyACM2' $selected{'COMPORT'}{'usb/ttyACM2'}>$Lang::tr{'usb modem on acm2'}</option>
<option value='usb/ttyACM3' $selected{'COMPORT'}{'usb/ttyACM3'}>$Lang::tr{'usb modem on acm3'}</option>
<option value='ttyACM0' $selected{'COMPORT'}{'ttyACM0'}>$Lang::tr{'usb modem on acm0'}</option>
<option value='ttyACM1' $selected{'COMPORT'}{'ttyACM1'}>$Lang::tr{'usb modem on acm1'}</option>
<option value='ttyACM2' $selected{'COMPORT'}{'ttyACM2'}>$Lang::tr{'usb modem on acm2'}</option>
<option value='ttyACM3' $selected{'COMPORT'}{'ttyACM3'}>$Lang::tr{'usb modem on acm3'}</option>
</select></td>
END
;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB