Merge branch 'master' of ssh://arne_f@git.ipfire.org/pub/git/ipfire-2.x

This commit is contained in:
root
2009-01-05 19:30:39 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,7 @@
* coreutils-5.96
* cpio-2.6
* cpufrequtils-004
* cryptsetup-1.0.5
* cryptsetup-1.0.6
* cups-1.3.9
* curl-7.15.3
* cyrus-imapd-2.2.12

View File

@@ -488,7 +488,7 @@ chomp ($atmdev);
if ($atmdev ne '') {
print <<END
<option value='pppoeatm' $selected{'TYPE'}{'pppoeatm'}>PPPoE over ATM-BRIDGE</option>
<option value='pptpatm' $selected{'TYPE'}{'pppoeatm'}>PPTP over ATM-BRIDGE</option>
<option value='pptpatm' $selected{'TYPE'}{'pptpatm'}>PPTP over ATM-BRIDGE</option>
END
;
}