~ubuntu-branches/ubuntu/hoary/cdrtools/hoary

« back to all changes in this revision

Viewing changes to debian/cdrecord.templates

  • Committer: Bazaar Package Importer
  • Author(s): Eduard Bloch
  • Date: 2002-04-09 10:03:06 UTC
  • Revision ID: james.westby@ubuntu.com-20020409100306-0mibp3jcbifarjue
Tags: 4:1.10-7
* The seventh-time-lucky release. This should go into Woody.
* Simplified the old crap^h^h^h^hdebconf interaction part, moved makedev
  calls to cdrecord.postinst, since makedev != essential. Closes: #141905

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Template: cdrecord/SUID_bit
 
2
Type: boolean
 
3
Default: false
 
4
Description: Do you want /usr/bin/cdrecord to be installed SUID root?
 
5
 You have the option of installing cdrecord with the SUID bit set.
 
6
 .
 
7
 If you make cdrecord SUID, you can allow users in the "cdrom" group to
 
8
 burn CD-ROMs without needing any additional privileges.  This could,
 
9
 however, potentially allow cdrecord to be used during a security attack on
 
10
 your computer.  If in doubt, I suggest you install it without SUID. If you
 
11
 later change your mind, you can run: dpkg-reconfigure cdrecord.
 
12
 
 
13
Template: cdrecord/MAKEDEV
 
14
Type: boolean
 
15
Default: true
 
16
Description: Do you want to create missing device files needed by cdrecord?
 
17
 You have the option of installing the device special files needed by
 
18
 cdrecord.  It appears that these files are missing from your system. May I
 
19
 install the needed device special files now?
 
20
 
 
21
Template: cdrecord/MAKEDEVNEW
 
22
Type: boolean
 
23
Default: true
 
24
Description: Do you want to recreate device files needed by cdrecord?
 
25
 You have the option of installing the device special files needed by
 
26
 cdrecord. It seems that some of existing files have wrong major numbers,
 
27
 probably created for obsolete kernel versions.
 
28
 
 
29
Template: cdrecord/do_it_yourself
 
30
Type: note
 
31
Description: You will need to create the missing device files yourself.
 
32
 You have decided to _not_ installing the device special files needed by
 
33
 cdrecord.  It appears that these files are missing from your system. 
 
34
 Before cdrecord will operate correctly, you will need to install the the
 
35
 needed /dev/sg0 and /dev/scd0 device special files. If you later change
 
36
 your mind and want me to create them for you, you can run:
 
37
 dpkg-reconfigure cdrecord.