mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Noch die PPP-Peers hinzugefuegt.
Alpha 4! git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@745 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
#etc/drdsl/adsl.conf
|
||||
#etc/ppp/peers
|
||||
#etc/ppp/peers/isdn
|
||||
#etc/ppp/peers/isdn/arcor
|
||||
#etc/ppp/peers/isdn/avm
|
||||
#etc/ppp/peers/isdn/avm-ml
|
||||
#etc/ppp/peers/isdn/leased
|
||||
#etc/ppp/peers/isdn/otelo
|
||||
#etc/ppp/peers/isdn/talkline
|
||||
etc/ppp/peers/isdn/arcor
|
||||
etc/ppp/peers/isdn/avm
|
||||
etc/ppp/peers/isdn/avm-ml
|
||||
etc/ppp/peers/isdn/leased
|
||||
etc/ppp/peers/isdn/otelo
|
||||
etc/ppp/peers/isdn/talkline
|
||||
#sbin/avmcapictrl
|
||||
sbin/capiinit
|
||||
usr/bin/capiinfo
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
etc/ppp/firewall-masq
|
||||
etc/ppp/firewall-standalone
|
||||
#etc/ppp/firewall-masq
|
||||
#etc/ppp/firewall-standalone
|
||||
#etc/ppp/plugins
|
||||
#etc/ppp/plugins/README
|
||||
etc/ppp/pppoe-server-options
|
||||
#etc/ppp/pppoe-server-options
|
||||
etc/ppp/pppoe.conf
|
||||
#usr/man/man5/pppoe.conf.5
|
||||
#usr/man/man8/pppoe-connect.8
|
||||
@@ -16,8 +16,8 @@ etc/ppp/pppoe.conf
|
||||
#usr/man/man8/pppoe.8
|
||||
usr/sbin/pppoe
|
||||
usr/sbin/pppoe-connect
|
||||
usr/sbin/pppoe-relay
|
||||
usr/sbin/pppoe-server
|
||||
#usr/sbin/pppoe-relay
|
||||
#usr/sbin/pppoe-server
|
||||
usr/sbin/pppoe-setup
|
||||
usr/sbin/pppoe-sniff
|
||||
usr/sbin/pppoe-start
|
||||
|
||||
2
make.sh
2
make.sh
@@ -24,7 +24,7 @@
|
||||
|
||||
NAME="IPFire" # Software name
|
||||
SNAME="ipfire" # Short name
|
||||
VERSION="2.0t4" # Version number
|
||||
VERSION="2.0a4" # Version number
|
||||
SLOGAN="www.ipfire.org" # Software slogan
|
||||
CONFIG_ROOT=/var/ipfire # Configuration rootdir
|
||||
NICE=10 # Nice level
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
package Conf;
|
||||
|
||||
$version = "2.0testing4";
|
||||
$version = "2.0alpha4";
|
||||
|
||||
$mainserver = "pakfire.ipfire.org";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user