]> err.no Git - dpkg/commit
* Fixed some compiler warnings
authorBen Collins <bcollins@debian.org>
Thu, 21 Oct 1999 10:38:38 +0000 (10:38 +0000)
committerBen Collins <bcollins@debian.org>
Thu, 21 Oct 1999 10:38:38 +0000 (10:38 +0000)
commit43d40df9621b9203a1b52af0d217dccfa475cff7
treebae50df3ecd1f4a7c67390f7be938b961c4d838e
parent7c995732b145b753060df5d172e3d70acb6e327b
  * Fixed some compiler warnings
  * Make start-stop-daemon exit(1) when we don't find one of the
    pid's we are trying to kill, in accordance with the man page.
  * When running --configure on an already installed package, just
    say it's installed, and not that it is in an unconfigurable
    state
  * Bah, add all the prefix/datadir... stuff back to the install
    target in debian/rules (po/ doesn't use it)
  * Add function to libdpkg that dpkg can call to make sure it's
    compiled version matches that of the library. If it fails,
    complain loudly, but allow to proceed
  * Make dpkg check for uid 0 requirement, before checking the path
    since not being root, is probably the reason that the PATH is
    borked in the first place
  * Make -p short for --print-avail, and -P short for --purge
  * Fix typo in md5sum(1) man page
  * start-stop-daemon: Add --background and --make-pidfile options
  * update-alternatives: make sure we remove "old" symlinks when they
    are no longer pertinent. Add /etc/alternatives/README that refers
    to the update-alternatives(8) man page.
  * dpkg-divert: Add check for being able to write to the old/new
    destination before doing a rename. We fail on this, without
    changing the diversion registry
  * Fix bad regex in update-rc.d
27 files changed:
ChangeLog
debian/changelog
debian/rules
dpkg-deb/build.c
dselect/pkgdepcon.cc
dselect/pkglist.cc
include/dpkg.h.in
lib/dump.c
lib/parse.c
lib/showcright.c
main/archives.c
main/configure.c
main/dpkg.8
main/enquiry.c
main/help.c
main/main.c
main/main.h
main/packages.c
md5sum/md5sum.1
md5sum/md5sum.c
scripts/Makefile.am
scripts/README.alternatives [new file with mode: 0644]
scripts/dpkg-divert.pl
scripts/update-alternatives.pl
scripts/update-rc.d.pl
utils/start-stop-daemon.8
utils/start-stop-daemon.c