]> git.pld-linux.org Git - packages/rc-scripts.git/commitdiff
- add for builder auto/ac/rc-scripts-0_4_0_27-3
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 12 Sep 2006 18:44:41 +0000 (18:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rc-scripts-bug-5795.patch -> 1.1

rc-scripts-bug-5795.patch [new file with mode: 0644]

diff --git a/rc-scripts-bug-5795.patch b/rc-scripts-bug-5795.patch
new file mode 100644 (file)
index 0000000..e55d97e
--- /dev/null
@@ -0,0 +1,11 @@
+--- /etc/rc.d/init.d/network~  2006-09-08 22:31:20.000000000 +0300
++++ /etc/rc.d/init.d/network   2006-09-08 22:31:22.259621688 +0300
+@@ -198,7 +198,7 @@
+ tunnels=`
+       for i in $(network_interface_configs 'tnlcfg-*'); do
+               ONBOOT=""; . "$i" 2>/dev/null
+-              is_yes "$ONBOOT" && echo "${i##*/}"
++              is_yes "$ONBOOT" && echo "${i##*/tnlcfg-}"
+       done
+ `
This page took 0.049405 seconds and 4 git commands to generate.