summaryrefslogtreecommitdiffstats
path: root/abs/extra/oss/rm-init-scripts.patch
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2011-08-20 22:22:40 (GMT)
committerJames Meyer <james.meyer@operamail.com>2011-08-20 22:22:40 (GMT)
commitcafd0967739599f2d7527dd8fe6af6b3fa797c69 (patch)
tree926ac1f40b9e8ef3c548c65599e8beb83a47c7a6 /abs/extra/oss/rm-init-scripts.patch
parent632a366625bd2f3046cf26fdf50f16b166d9ab09 (diff)
downloadlinhes_pkgbuild-cafd0967739599f2d7527dd8fe6af6b3fa797c69.zip
linhes_pkgbuild-cafd0967739599f2d7527dd8fe6af6b3fa797c69.tar.gz
linhes_pkgbuild-cafd0967739599f2d7527dd8fe6af6b3fa797c69.tar.bz2
oss: update oss to 4.2
Diffstat (limited to 'abs/extra/oss/rm-init-scripts.patch')
-rw-r--r--abs/extra/oss/rm-init-scripts.patch52
1 files changed, 52 insertions, 0 deletions
diff --git a/abs/extra/oss/rm-init-scripts.patch b/abs/extra/oss/rm-init-scripts.patch
new file mode 100644
index 0000000..981ff60
--- /dev/null
+++ b/abs/extra/oss/rm-init-scripts.patch
@@ -0,0 +1,52 @@
+--- usr/lib/oss/build/install.sh.orig 2008-09-25 11:41:47.180167692 -0300
++++ usr/lib/oss/build/install.sh 2008-09-25 11:41:47.180167692 -0300
+@@ -290,38 +290,6 @@
+ echo
+ fi
+
+-if ! test -d /etc/init.d
+-then
+- mkdir /etc/init.d
+-fi
+-
+-rm -f /etc/init.d/oss /etc/rc.d/rc3.d/S89oss /etc/rc3.d/S89oss
+-cp -f $OSSLIBDIR/etc/S89oss /etc/init.d/oss
+-
+-chmod 744 /etc/init.d/oss
+-
+-if test -x /sbin/chkconfig
+-then
+- /sbin/chkconfig oss on > /dev/null 2>&1
+-else
+- if test -x /usr/sbin/update-rc.d
+- then
+- /usr/sbin/update-rc.d oss defaults > /dev/null 2>&1
+- else
+- if test -d etc/rc.d/rc3.d
+- then
+- rm -f /etc/rc.d/rc3.d/S89oss
+- ln -s /etc/init.d/oss /etc/rc.d/rc3.d/S89oss
+- else
+- if test -d /etc/rc3.d
+- then
+- rm -f /etc/rc3.d/S89oss
+- ln -s /etc/init.d/oss /etc/rc3.d/S89oss
+- fi
+- fi
+- fi
+-fi
+-
+ # Install ALSA interface module (Cuckoo)
+ #(cd $OSSLIBDIR/cuckoo && make clean) > /dev/null 2>&1
+ #if (cd $OSSLIBDIR/cuckoo && make install) > /var/log/cuckoo.log 2>&1
+--- usr/lib/oss/scripts/restore_drv.sh.orig 2008-09-25 11:41:47.210168487 -0300
++++ usr/lib/oss/scripts/restore_drv.sh 2008-09-25 11:41:47.210168487 -0300
+@@ -18,8 +18,6 @@
+ fi
+ fi
+
+-rm -f /etc/init.d/oss
+-
+ if ! test -d /lib/modules/`uname -r`/kernel/sound
+ then
+ if test -f /lib/modules/`uname -r`/sound-preoss.tar.bz2