~ubuntu-branches/ubuntu/feisty/dvd+rw-tools/feisty

« back to all changes in this revision

Viewing changes to debian/patches/06-beeping.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2006-12-14 22:43:00 UTC
  • Revision ID: james.westby@ubuntu.com-20061214224300-47gb3mf626gdt5ni
Tags: 7.0-6
Replaces any cdrtools related information with cdrkit (Closes: #403338).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh /usr/share/dpatch/dpatch-run
 
2
## 06-beeping.dpatch by Matt Zimmerman <mdz@canonical.com>
 
3
##
 
4
## DP: Disable obnoxious beeping.
 
5
 
 
6
@DPATCH@
 
7
 
 
8
diff -Naur dvd+rw-tools-7.0.orig/growisofs.c dvd+rw-tools-7.0/growisofs.c
 
9
--- dvd+rw-tools-7.0.orig/growisofs.c   2006-12-16 13:08:08.000000000 +0000
 
10
+++ dvd+rw-tools-7.0/growisofs.c        2006-12-16 13:07:35.000000000 +0000
 
11
@@ -3206,14 +3206,14 @@
 
12
     printf ("'\n");
 
13
     fflush (stdout);
 
14
 
 
15
-    if ((warn_for_isofs&2) && !dry_run && !no_tty_check)
 
16
+/*    if ((warn_for_isofs&2) && !dry_run && !no_tty_check)
 
17
     {  fprintf (stderr,"Sleeping for 5 sec...\a"),     poll (NULL,0,1000);
 
18
        fprintf (stderr,"\b\b\b\b\b\b\b\b4 sec...\a"),  poll (NULL,0,1000);
 
19
        fprintf (stderr,"\b\b\b\b\b\b\b\b3 sec...\a"),  poll (NULL,0,1000);
 
20
        fprintf (stderr,"\b\b\b\b\b\b\b\b2 sec...\a"),  poll (NULL,0,1000);
 
21
        fprintf (stderr,"\b\b\b\b\b\b\b\b1 sec...\a"),  poll (NULL,0,1000);
 
22
        fprintf (stderr,"\b\b\b\b\b\b\b\b0 sec...\r");
 
23
-    }
 
24
+    } */
 
25
 
 
26
 #if defined(__unix) || defined(__unix__)
 
27