From 10b8d10f3c556cfe42dcee930cc77037b9420c5a Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Thu, 23 Oct 2014 15:36:50 -0700 Subject: [PATCH] Debian: Remove ltsp-build-client plugin pulseaudio-tweaks, as the customizations are no longer needed. Gbp-Pq: Topic upstream Gbp-Pq: Name 0004-Debian-Remove-ltsp-build-client-plugin-pulseaudio-tw.patch --- .../Debian/010-pulseaudio-tweaks | 20 ------------------- 1 file changed, 20 deletions(-) delete mode 100644 server/share/ltsp/plugins/ltsp-build-client/Debian/010-pulseaudio-tweaks diff --git a/server/share/ltsp/plugins/ltsp-build-client/Debian/010-pulseaudio-tweaks b/server/share/ltsp/plugins/ltsp-build-client/Debian/010-pulseaudio-tweaks deleted file mode 100644 index 65e7dca..0000000 --- a/server/share/ltsp/plugins/ltsp-build-client/Debian/010-pulseaudio-tweaks +++ /dev/null @@ -1,20 +0,0 @@ -# a number of hacks needed to resolve: http://bugs.debian.org/537526 -case "$MODE" in - finalization) - # some versions of pulseaudio need /var/lib/pulse to be present, but - # create it dynamically. create the directory so we can bind-mount it. - mkdir $ROOT/var/lib/pulse - - # workaround to get pulseaudio to start on thin-clients with only 64MB - # of ram. - if [ -f "$ROOT/etc/pulse/daemon.conf" ] && [ "$DIST" != "lenny" ]; then - echo 'shm-size-bytes = 65535' >> "$ROOT/etc/pulse/daemon.conf" - fi - - # move aside the system.pa, which tries to load hal-based modules, and - # dies badly. it works fine without it. - if [ -f "$ROOT/etc/pulse/system.pa" ]; then - mv "$ROOT/etc/pulse/system.pa" "$ROOT/etc/pulse/system.pa.ltsp" || true - fi - ;; -esac -- 2.30.2