diff options
author | joey <joey> | 2001-01-10 22:21:55 +0000 |
---|---|---|
committer | joey <joey> | 2001-01-10 22:21:55 +0000 |
commit | 0f67d07da233d81970617f552f5c83176b048fd2 (patch) | |
tree | 8f3a718ef38cdabeef2c784fb90e5270eff62d71 /autoscripts/postrm-suid | |
parent | e4b1e959c35acf5b49f4c4950c33cdb71f4f8613 (diff) | |
download | debhelper-0f67d07da233d81970617f552f5c83176b048fd2.tar.gz |
r407: * suidmanager is obsolete now, and so is dh_suidmanager. Instead,
packages that contain suid binaries should include the binaries suid in
the .deb, and dpkg-statoverride can override this. If this is done
to a program that previously used suidmanager, though, you need to
conflict with suidmanager (<< 0.50).
* Made dh_suidmanager check to see if it would have done anything before.
If so, it states that it is obsolete, and refer users to the man
page, which now explains the situation, and then aborts the build.
If it would have done nothing before, it just outputs a warning that
it is an obsolete program.
Diffstat (limited to 'autoscripts/postrm-suid')
-rw-r--r-- | autoscripts/postrm-suid | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/autoscripts/postrm-suid b/autoscripts/postrm-suid deleted file mode 100644 index 340736af..00000000 --- a/autoscripts/postrm-suid +++ /dev/null @@ -1,4 +0,0 @@ -if [ "$1" = remove -a -e /etc/suid.conf ] && \ - command -v suidunregister >/dev/null 2>&1; then - suidunregister -s #PACKAGE# /#FILE# -fi |