]> git.pld-linux.org Git - packages/rc-scripts.git/commitdiff
outdated
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 23 Aug 2005 17:38:21 +0000 (17:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rc-scripts-az-locale.patch -> 1.2
    rc-scripts-plusgsm_example.patch -> 1.2

rc-scripts-az-locale.patch [deleted file]
rc-scripts-plusgsm_example.patch [deleted file]

diff --git a/rc-scripts-az-locale.patch b/rc-scripts-az-locale.patch
deleted file mode 100644 (file)
index 3138bf4..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-make it work in locales where [a-z] DOES NOT DEFINE WHOLE ALPHABET, like et_EE locale
-
---- ./rc.d/init.d/network.america-rules        2005-07-07 19:28:21.000000000 +0300
-+++ ./rc.d/init.d/network      2005-07-07 19:27:25.000000000 +0300
-@@ -134,7 +134,7 @@
-               . /etc/rc.d/init.d/functions; \
-               cd /etc/sysconfig/interfaces && ls -1 ifcfg* | \
-               egrep -v '(ifcfg-lo|ifcfg-sit|ifcfg-atm|ifcfg-lec|ifcfg-nas|ifcfg-br|ifcfg-(.*)\.(.*))' | \
--              egrep 'ifcfg-[a-z0-9\.:]+$' | \
-+              LC_ALL=C egrep 'ifcfg-[a-z0-9\.:]+$' | \
-               for i in `cat`; do \
-                   ONBOOT=""; . /etc/sysconfig/interfaces/"$i"; is_yes "$ONBOOT" && echo "$i"; \
-               done | \
-@@ -143,7 +143,7 @@
-               . /etc/rc.d/init.d/functions; \
-               cd /etc/sysconfig/interfaces && ls -1 ifcfg* | \
-               egrep 'ifcfg-(.*)\.(.*)' | \
--              egrep 'ifcfg-[a-z0-9\.]+$' | \
-+              LC_ALL=C egrep 'ifcfg-[a-z0-9\.]+$' | \
-               for i in `cat`; do \
-                   ONBOOT=""; . /etc/sysconfig/interfaces/"$i"; is_yes "$ONBOOT" && echo "$i"; \
-               done | \
-@@ -151,7 +151,7 @@
-       interfaces_br_boot=$((
-               . /etc/rc.d/init.d/functions; \
-               cd /etc/sysconfig/interfaces && ls -1 ifcfg-br* | \
--              egrep 'ifcfg-[a-z0-9\.]+$' | \
-+              LC_ALL=C egrep 'ifcfg-[a-z0-9\.]+$' | \
-               for i in `cat`; do \
-                   ONBOOT=""; . /etc/sysconfig/interfaces/"$i"; is_yes "$ONBOOT" && echo "$i"; \
-               done | \
-@@ -159,7 +159,7 @@
-       interfaces_sit_boot=$((
-               . /etc/rc.d/init.d/functions; \
-               cd /etc/sysconfig/interfaces && ls -1 ifcfg-sit* | \
--              egrep 'ifcfg-[a-z0-9]+$' | \
-+              LC_ALL=C egrep 'ifcfg-[a-z0-9]+$' | \
-               for i in `cat`; do \
-                   ONBOOT=""; . /etc/sysconfig/interfaces/"$i"; is_yes "$ONBOOT" && echo "$i"; \
-               done | \
diff --git a/rc-scripts-plusgsm_example.patch b/rc-scripts-plusgsm_example.patch
deleted file mode 100644 (file)
index 21be588..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
---- ./sysconfig/interfaces/data/chat-ppp0.gprs-plusgsm.org     2005-06-27 11:27:55.299170088 +0200
-+++ ./sysconfig/interfaces/data/chat-ppp0.gprs-plusgsm 2005-06-27 11:28:58.937495592 +0200
-@@ -1,6 +1,9 @@
--ABORT BUSY
--ABORT ERROR
-+ABORT "BUSY"
-+ABORT "ERROR"
- ABORT "NO CARRIER"
-+ABORT "NO DIALTONE"
-+ABORT "NO ANSWER"
-+ABORT "Username/Password Incorrect"
- "" AT
--OK-AT-OK ATD"$PHONE"
-+OK-AT-OK ATDT"$PHONE"
- CONNECT
---- ./sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm.org 2005-06-27 11:27:06.924524152 +0200
-+++ ./sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm     2005-06-27 11:27:31.687759568 +0200
-@@ -16,8 +16,8 @@
- #ACTIVEFILTER=
- #IDLE=
- PHONE='*99***1#'
--USER=ppp
--PASSWORD=ppp
-+USER=plusgsm
-+PASSWORD=plusgsm
- #INITSTRING=ATe0s2=255
- DATAFORCHAT="USER PASSWORD INITSTRING PHONE"
This page took 0.068573 seconds and 4 git commands to generate.