~ubuntu-branches/ubuntu/oneiric/alsa-utils/oneiric-proposed

« back to all changes in this revision

Viewing changes to debian/alsa-restore.upstart

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2011-03-02 00:43:01 UTC
  • Revision ID: james.westby@ubuntu.com-20110302004301-qwp1dj0kfdondrx5
Tags: 1.0.24.2-0ubuntu2
Remove '(mounted MOUNTPOINT=/usr) and (mounted MOUNTPOINT=/var)' from
/etc/init/alsa-restore.conf's 'start on' condition.  Not only is this
redundant, because runlevel [2345] already implies that /usr and /var
have been mounted, but it deadlocks mountall in the event of /usr and
/var both being separate filesystems (LP: #723482).

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
description     "restore sound card(s') mixer state(s)"
7
7
 
8
 
start on runlevel [2345] and (mounted MOUNTPOINT=/usr) and (mounted MOUNTPOINT=/var)
 
8
start on runlevel [2345]
9
9
 
10
10
task
11
11