]> git.pld-linux.org Git - packages/rc-scripts.git/commitdiff
- obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 26 Mar 2005 18:01:20 +0000 (18:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rc-scripts-functions.patch -> 1.2
    rc-scripts-modules.patch -> 1.3

rc-scripts-functions.patch [deleted file]
rc-scripts-modules.patch [deleted file]

diff --git a/rc-scripts-functions.patch b/rc-scripts-functions.patch
deleted file mode 100644 (file)
index 66b624e..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- rc-scripts-0.4.0.17/rc.d/init.d/functions.orig     2005-02-23 15:45:25.250809800 +0100
-+++ rc-scripts-0.4.0.17/rc.d/init.d/functions  2005-02-23 15:43:54.477609424 +0100
-@@ -307,7 +307,7 @@
-                       termput op
-               fi
-               echo -n "$text"
--              awk "BEGIN { for (j=length(\"$text\"); j<$INIT_COL; j++) printf \".\" }"
-+              awk "BEGIN { for (j=length(\"$CHARS$text\"); j<$INIT_COL; j++) printf \".\" }"
-       fi
- }
diff --git a/rc-scripts-modules.patch b/rc-scripts-modules.patch
deleted file mode 100644 (file)
index 44cc1cc..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-diff -ur rc-scripts-0.4.0.17.orig/rc.d/rc.sysinit rc-scripts-0.4.0.17/rc.d/rc.sysinit
---- rc-scripts-0.4.0.17.orig/rc.d/rc.sysinit   2004-11-13 13:54:33.000000000 +0100
-+++ rc-scripts-0.4.0.17/rc.d/rc.sysinit        2005-01-06 23:01:08.734661784 +0100
-@@ -32,6 +32,14 @@
-     mount -n -o gid=17 -t selinuxfs selinuxfs /selinux
- fi
-+if [ $(kernelverser) = "002006" ]; then
-+      MODULES_CONF=/etc/modprobe.conf
-+elif [ -r /etc/modules.conf ]; then
-+      MODULES_CONF=/etc/modules.conf
-+else
-+      MODULES_CONF=/etc/conf.modules
-+fi
-+
- # PLD LiveCD support
- if [ -x /etc/rc.d/rc.live ]; then
-       /etc/rc.d/rc.live
-@@ -459,7 +467,7 @@
- fi    
-     
- # Load sound modules if they need persistent DMA buffers
--if grep -q "options sound dmabuf=1" /etc/modules.conf 2>/dev/null ; then
-+if grep -q "^options sound dmabuf=1" "$MODULES_CONF" 2>/dev/null ; then
-       RETURN=0
-       alias=$(/sbin/modprobe -c | egrep -s "^alias[[:space:]]+sound[[:space:]]+" | awk '{ print $3 }')
-       if [ -n "$alias" -a "$alias" != "off" ] ; then
-Only in rc-scripts-0.4.0.17/rc.d: rc.sysinit.orig
This page took 0.037868 seconds and 4 git commands to generate.