]> git.donarmstrong.com Git - debhelper.git/commit
r407: * suidmanager is obsolete now, and so is dh_suidmanager. Instead,
authorjoey <joey>
Wed, 10 Jan 2001 22:21:55 +0000 (22:21 +0000)
committerjoey <joey>
Wed, 10 Jan 2001 22:21:55 +0000 (22:21 +0000)
commit0f67d07da233d81970617f552f5c83176b048fd2
tree8f3a718ef38cdabeef2c784fb90e5270eff62d71
parente4b1e959c35acf5b49f4c4950c33cdb71f4f8613
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.
13 files changed:
autoscripts/postinst-suid [deleted file]
autoscripts/postrm-suid [deleted file]
debian/changelog
debian/rules
dh_debstd
dh_suidregister
dh_suidregister.1
doc/TODO
doc/from-debstd
examples/rules
examples/rules.indep
examples/rules.multi
examples/rules.multi2