]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Noch die PPP-Peers hinzugefuegt.
authorms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Tue, 7 Aug 2007 20:42:12 +0000 (20:42 +0000)
committerms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Tue, 7 Aug 2007 20:42:12 +0000 (20:42 +0000)
Alpha 4!

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@745 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8

config/rootfiles/common/capi-4k-utils
config/rootfiles/common/rp-pppoe
make.sh
src/pakfire/pakfire.conf

index 635b6e6a5b9bb71d2a72d30560a843ce133cc35f..016f7e8547e2f305b9e68c627ca4ed0983d32257 100644 (file)
@@ -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
index 56736b182160c8a0ec4397d0f7268cb21b44851d..3a77732ffefa859564486ba05f8873a8a3e29b81 100644 (file)
@@ -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
diff --git a/make.sh b/make.sh
index da58ddbec39dd19b6a9608a4503db0143b44969a..3e81e841e7ead1181e770f1841e865c6cfffd673 100755 (executable)
--- a/make.sh
+++ b/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
index 679f48f4afbaba628c53db6ae479bca4189446a5..1920533c80c353eb44b54b0b6b8802897acd8ce9 100644 (file)
@@ -2,7 +2,7 @@
 
 package Conf;
 
-$version = "2.0testing4";
+$version = "2.0alpha4";
 
 $mainserver = "pakfire.ipfire.org";