]> git.donarmstrong.com Git - debhelper.git/blob - dh_suidregister.1
r413: * dh_installdebconf: marge in templates with a .ll_LL extention,
[debhelper.git] / dh_suidregister.1
1 .TH DH_SUIDREGISTER 1 "" "Debhelper Commands" "Debhelper Commands"
2 .SH NAME
3 dh_suidregister \- obsolete suid registration program
4 .SH SYNOPSIS
5 Do not run
6 .SH "DESCRIPTION"
7 This program used to register suid and sgid files with 
8 .BR suidregister (1)
9 , but with the introduction of
10 .BR dpkg-statoverride (8)
11 , registration of files in this way is unnecessary, and even harmful, so 
12 this program no longer does anything, and you can remove it from any rules
13 file that uses it.
14 .P
15 If your package registered things with suidregister before, you need to
16 make sure that you add a versioned conflict, as follows:
17   Conflicts: suidmanager (<< 0.50)
18 .P
19 This is not done automatically. If your program did not previously use
20 suidregister, you do not have to add the conflict.
21 .SH "SEE ALSO"
22 .TP
23 .BR debhelper (1)
24 .TP
25 .BR suidregister (8)
26 .TP
27 .BR dpkg-statoverride (8)
28 .SH AUTHOR
29 Joey Hess <joeyh@debian.org>