diff options
author | joey <joey> | 1999-08-17 04:41:40 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 04:41:40 +0000 |
commit | e742573dc1696f78dacb1cf36827e9a04f6f3514 (patch) | |
tree | 0ecf4d789fedaa852608125eaa54f379e0e99e04 /dh_suidregister.1 | |
parent | 2dc6b1e7754c88976aadefb20a4d387e8cf8b4ce (diff) | |
download | debhelper-e742573dc1696f78dacb1cf36827e9a04f6f3514.tar.gz |
r44: Initial Import
Diffstat (limited to 'dh_suidregister.1')
-rw-r--r-- | dh_suidregister.1 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/dh_suidregister.1 b/dh_suidregister.1 index b66c2140..d374a4c1 100644 --- a/dh_suidregister.1 +++ b/dh_suidregister.1 @@ -11,8 +11,10 @@ with .BR suidregister (1) when it is installed. .P -Any files specified as parameters will be registered, if dh_suidregister is -acting on the first binary package listed in debian/control. +Any filenames specified as parameters will be registered in the first +package dh_installdocs is told to act on. By default, this is the first +binary package in debian/control, but if you use -p, -i, or -a flags, +it will be the first package specified by those flags. .P The files debian/suid (for the first binary package in debian/control) or debian/package.suid (for each additional package in debian/control) can @@ -43,8 +45,7 @@ Register files for the package named "package". Use "tmpdir" for package build directory. .TP .B file ... -Register these files in the first binary package listed in debian/control, -if we are acting on that package. +Register these files in the first package acted on. .SH NOTES The .B \-a |