]> err.no Git - dpkg/log
dpkg
24 years agoMerge the potato branch:
Wichert Akkerman [Tue, 15 Feb 2000 19:05:38 +0000 (19:05 +0000)]
Merge the potato branch:
* main/dpkg.8: don't list all authors but refer to THANKS file
* debian/control: correct Build-Dependencies for ncurses
* debian/control: update extended description to not list dependencies
  for dpkg-dev
* Update lots of documentation
* main/enquiry.c: handle failed open of /dev/tty
* main/remove.c: revert earlier patch from Oct 11 1999 to remove
  conffiles before removing directories. Due to the changed execution
  order conffiles were no longer around when the postrm was run.
  which is not what we want.
* methods/Makefile.in: create $(admindir)/methods/mnt
* scripts/dpkg-gencontrol.pl: undo Source-Version changes
* scripts/dpkg-source.pl: remove sticky bits from directory when
  unpacking source
* scripts/install-info.pl: partially apply patch from Jammin Wheeler
  <jammin@life.eu.org> to clean up errors
* scripts/update-alternatives.pl: implement --verbose

24 years agoscripts/dpkg-buildpackage.sh: we know that dpkg-architecture is
Wichert Akkerman [Sun, 13 Feb 2000 00:12:39 +0000 (00:12 +0000)]
scripts/dpkg-buildpackage.sh: we know that dpkg-architecture is
installed since we provide it, so don't test for its existance
More updates from Marcus Brinkman:
+ archtable: Change first column format from CPU to CPU-OS.
  Add entry for i386-gnu. Update comment.
+ configure.in: Check Debian architecture revamped:
  More appropriate check title. Check for CPU-OS in arhctable (instead
  just CPU). Enclose result message in [...] (because of the comma
  character). After the test, $dpkg_archset can't be empty, so remove
  following test which is always true.
+ Remove internal use of --print-architecture:
  scripts/controllib.pl: Use always dpkg-architecture -qDEB_HOST_ARCH
  scripts/dpkg-buildpackage: Don't set $arch at command line parsing time,
    instead, always set it later with dpkg-architecture -qDEB_HOST_ARCH
  dpkg-name.pl: Fall back to dpkg --print-installation-architecture.

24 years agoconfigure.in: don't try to outguess what CFLAGS should be
Wichert Akkerman [Sat, 12 Feb 2000 20:34:53 +0000 (20:34 +0000)]
configure.in: don't try to outguess what CFLAGS should be
scripts/update-alternatives.8: fix typo
`Merge Marcus Brinkman patches day':
+ scripts/dpkg-architecture.pl: architecture -q should not imply -f
+ scripts/dpkg-shlibdeps.pl: build a list of packages instead of overwriting previous results.
+ utils/start-stop-daemon.c: update HURD specifics
+ configure.in: revamp HURD detection stuff
+ debian/rules: use dpkg-buildarchitecture to get proper info, set config_arg if we are crosscompiling
+ debian/rules: typo in clean target, scan start-stop-daemon for shlibdeps

24 years ago* clean up the conflicts/replaces, use an array of pkginfo pointers instead
Ben Collins [Wed, 9 Feb 2000 02:58:17 +0000 (02:58 +0000)]
* clean up the conflicts/replaces, use an array of pkginfo pointers instead
  of the obsolete conflict struct. saves memory, faster...what more could
  you want.

24 years agoupdate changed
Ben Collins [Wed, 9 Feb 2000 02:38:34 +0000 (02:38 +0000)]
update changed

24 years ago* fix problem with multiple conflicts/replaces (first one was not getting
Ben Collins [Wed, 9 Feb 2000 02:33:49 +0000 (02:33 +0000)]
* fix problem with multiple conflicts/replaces (first one was not getting
  processed right)

24 years agoscripts/controllib.pl: add comment with description of global variables
Wichert Akkerman [Wed, 19 Jan 2000 16:17:23 +0000 (16:17 +0000)]
scripts/controllib.pl: add comment with description of global variables
scripts/dpkg-genchanges.pl:
+ add comment with description of global variables
+ Change Format number to 1.7
+ `Maintainer' is now the actual maintainer as listed in control
+ add `Changed-By' field with maintainer as listed in changelog. Add -e
  flag to override this value
scripts/dpkg-buildpackage.sh: pass -e on to dpkg-genchanges
scripts/dpkg-source.1: document new -e option, update copyright

24 years agoAdd .gmo files
Wichert Akkerman [Mon, 17 Jan 2000 20:50:57 +0000 (20:50 +0000)]
Add .gmo files

24 years agoSwitch to using objdump in dpkg-shlibdeps
Wichert Akkerman [Mon, 17 Jan 2000 20:49:55 +0000 (20:49 +0000)]
Switch to using objdump in dpkg-shlibdeps

24 years agofix wrong test in dselect/Makefile.in
Wichert Akkerman [Mon, 17 Jan 2000 20:25:15 +0000 (20:25 +0000)]
fix wrong test in dselect/Makefile.in

24 years ago1.6.7 release
Wichert Akkerman [Sun, 16 Jan 2000 18:24:02 +0000 (18:24 +0000)]
1.6.7 release

24 years agoUpdate Japanese manpages
Wichert Akkerman [Sat, 15 Jan 2000 16:43:52 +0000 (16:43 +0000)]
Update Japanese manpages
scripts/dpkg-genchanges.pl: also upload full source if version is *-0.1

24 years agoBunch of changes to make dpkg compile on HP-UX
Wichert Akkerman [Tue, 11 Jan 2000 19:41:53 +0000 (19:41 +0000)]
Bunch of changes to make dpkg compile on HP-UX

24 years agoUpdate Russian translation
Wichert Akkerman [Tue, 11 Jan 2000 10:30:53 +0000 (10:30 +0000)]
Update Russian translation

24 years agoUpdate Swedish translation
Wichert Akkerman [Tue, 11 Jan 2000 09:24:44 +0000 (09:24 +0000)]
Update Swedish translation

24 years agodselect/baselist.cc: don't specify SA_INTERRUPT, since it's not portable and the...
Wichert Akkerman [Tue, 11 Jan 2000 01:11:12 +0000 (01:11 +0000)]
dselect/baselist.cc: don't specify SA_INTERRUPT, since it's not portable and the default behaviour
main/enquiry.c: include sys/termios.h (needed on Solaris)
lib/lock.c: use EACCESS instead of EWOULDBLOCK
dselect/main.cc: fix help for -D
dselect/main.cc: try to lock admindir instead of using readwrite
dselect/method.cc: switch to using fcntl for lock since that is more portable, and revamp lockingcode to reduce code duplication

24 years agovarious text and manpage updates
Wichert Akkerman [Sun, 9 Jan 2000 15:35:30 +0000 (15:35 +0000)]
various text and manpage updates
dselect/method.cc: don't abort if locking fails but give a warning
THANKS: fix various small errors

24 years agoscripts/cl-debian.pl: Allow space between `#' and the bugnumber in the changelog...
Wichert Akkerman [Sun, 9 Jan 2000 01:31:17 +0000 (01:31 +0000)]
scripts/cl-debian.pl: Allow space between `#' and the bugnumber in the changelog scripts
scripts/start-stop-daemon.c: test for __sparc__ instead
scripts/Makefile.in: add optlib to CFLAGS
utils/start-stop-daemon.c: add option to chroot first, patch from Marco d'Itri
utils/start-stop-daemon.8: document chroot option
dselect/pkgtop.cc: use waddnstr to print package description instead of waddch

24 years agoUpdate changelog
Wichert Akkerman [Sat, 8 Jan 2000 03:52:59 +0000 (03:52 +0000)]
Update changelog

24 years agodselect/method.cc: pass admindir to dpkg
Wichert Akkerman [Fri, 7 Jan 2000 18:48:52 +0000 (18:48 +0000)]
dselect/method.cc: pass admindir to dpkg
dselect/Makefile.in: fix rule to build helpmessages
dselect/curkeys.h: use curses.h instead of ncurses.h, since someone decided to play nasty and just remove that
scripts/: remove dpkg-safelist
dpkg-deb/build.c: remove dpkg-safelist calls
main/enquiry.c: redo formula to get fieldwidths for packages

24 years agoscripts/dpkg-buildpackage.sh: support debsign
Wichert Akkerman [Wed, 5 Jan 2000 23:20:31 +0000 (23:20 +0000)]
scripts/dpkg-buildpackage.sh: support debsign
scripts/update-alternatives.8: fix wrong order of parameters in ACTION section
Updated Polish translation

24 years agoUpdate copyright of swedish translation
Wichert Akkerman [Sun, 26 Dec 1999 00:47:46 +0000 (00:47 +0000)]
Update copyright of swedish translation

24 years agoUpdate changelog
Wichert Akkerman [Sat, 25 Dec 1999 03:53:36 +0000 (03:53 +0000)]
Update changelog

24 years agoinstall dpkg-safefilelist
Wichert Akkerman [Sat, 25 Dec 1999 03:46:25 +0000 (03:46 +0000)]
install dpkg-safefilelist

24 years agomain/enquire.c: always use a minimum width of 80 in list1package
Wichert Akkerman [Sat, 25 Dec 1999 03:33:37 +0000 (03:33 +0000)]
main/enquire.c: always use a minimum width of 80 in list1package

24 years agoupdate spanish translation
Wichert Akkerman [Sat, 25 Dec 1999 03:30:02 +0000 (03:30 +0000)]
update spanish translation

24 years agodselect/pkgtop.cc: use waddnstr instead of waddch so we don't strip the 8th bit of...
Wichert Akkerman [Sat, 25 Dec 1999 03:21:47 +0000 (03:21 +0000)]
dselect/pkgtop.cc: use waddnstr instead of waddch so we don't strip the 8th bit of characters
Replace `Debian Linux' with `Debian GNU/Linux' in some more places

24 years agohandle 8th bit properly in packagelist-displays
Wichert Akkerman [Sat, 25 Dec 1999 03:09:13 +0000 (03:09 +0000)]
handle 8th bit properly in packagelist-displays

24 years agoFix missing newline in dpkg-deb helpmessage
Wichert Akkerman [Sat, 25 Dec 1999 01:53:51 +0000 (01:53 +0000)]
Fix missing newline in dpkg-deb helpmessage
Update changelog for 1.6.5 release

24 years agoOops, forgot to add scripts/dpkg-safefilelist.{1,pl}
Wichert Akkerman [Sat, 25 Dec 1999 01:52:20 +0000 (01:52 +0000)]
Oops, forgot to add scripts/dpkg-safefilelist.{1,pl}
debian/control: remove double empty line

24 years agoadd email address for Scott Barker
Wichert Akkerman [Fri, 24 Dec 1999 22:01:35 +0000 (22:01 +0000)]
add email address for Scott Barker

24 years ago* version-nr: update to 1.6.5
Wichert Akkerman [Fri, 24 Dec 1999 21:55:36 +0000 (21:55 +0000)]
* version-nr: update to 1.6.5
* doc/Makefile.in: install THANKS
* TODO: remove items that have been done
* lib/showcright.c: exit(0) after showing the copyright since we don't exec cat anymore
* main/configure.c: add NULL to execlp() parameters; this fixes the random segfaults when showing the conffile-diff

24 years agoFrom the ChangeLog
Wichert Akkerman [Fri, 24 Dec 1999 16:28:10 +0000 (16:28 +0000)]
From the ChangeLog
  * debian/control: add Build-Depends
  * THANKS: new file which lists everyone who contributed to the code
  * Change `Debian Linux' to `Debian GNU/Linux' in a couple of manpages
  * main/enquiry.c: modify list1package to use the full width of the tty
  * Merge patches from Adam Heath:
    + lib/mlib.c: new function do_fd_copy to read a file into a fd
    + dpkg-deb/build.c: use do_fd_copy
    + dpkg-deb/build.c: use dpkg-deb-filelist to reorder files when
      building a package
    + dpkg-deb/info.c: use do_fd_copy
    + lib/showcright.c: use do_fd_copy to read license
    + scripts/dpkg-safelist.{1,pl}: new script to reorder a filelist to
      make sure symlinks are listed after their targets.
    + dpkg-deb/main.c: add -z option to set compression level
    + dpkg-deb/build.c: pass new -z options to gzip
  * dpkg-deb/dpkg-deb.1: document new -z option

24 years agodebian/dpkg-doc.postrm: Use doc-name instead of file-name
Wichert Akkerman [Wed, 22 Dec 1999 12:21:17 +0000 (12:21 +0000)]
debian/dpkg-doc.postrm: Use doc-name instead of file-name
dselect/pkgdisplay.cc: Replace empty string for eflags to a space so gettext doesn't use the translation-info
po/update.sh: Generate dselect/helpmsgs.{cc,h} so we can translate them.
po/POTFILES.in: add dselect/helpmsgs.cc
dselect/pkgtop.cc: use ACS_HLINE instead of `-'
dselect/baselist.cc: change colour of column headings
dselect: add a new --export mode which suppresses the display of the helpscreen

24 years agoscripts/dpkg-scansoures.pl: don't use \z since that is perl5.005-specific.
Wichert Akkerman [Tue, 21 Dec 1999 23:21:44 +0000 (23:21 +0000)]
scripts/dpkg-scansoures.pl: don't use \z since that is perl5.005-specific.
debian/rules: fix typo so cleanup-info.8 actually gets installed

24 years agoFix wrong formatting of dpkg-divert manpage
Wichert Akkerman [Sat, 18 Dec 1999 22:22:02 +0000 (22:22 +0000)]
Fix wrong formatting of dpkg-divert manpage

24 years agoFix typo in swedish translation
Wichert Akkerman [Fri, 17 Dec 1999 10:10:45 +0000 (10:10 +0000)]
Fix typo in swedish translation

24 years agoMakefile.conf.in: use @libdir@ and @admindir@
Wichert Akkerman [Thu, 16 Dec 1999 23:43:40 +0000 (23:43 +0000)]
Makefile.conf.in: use @libdir@ and @admindir@
configure.in: add --with-admindir option and change the default to $libdir/db
debian/rules: add --with-admindir=/var/lib/dpkg
scripts/debian-changelog-mode.el: update location of GPL
scripts/dpkg-name.sh: update location of GPL

24 years agoutils/start-stop-daemon.c: Fix OS-detection for sunos
Wichert Akkerman [Thu, 16 Dec 1999 23:38:39 +0000 (23:38 +0000)]
utils/start-stop-daemon.c: Fix OS-detection for sunos
utils/update-rc.d: Accept single-number values, since they are always in the [0,99] range

24 years agoAdd optlib
Wichert Akkerman [Wed, 15 Dec 1999 15:29:16 +0000 (15:29 +0000)]
Add optlib

24 years agoautogen.sh: copy gettextm4, lcmessage.m4 and progtest.m4 to automake/ systems without...
Wichert Akkerman [Wed, 15 Dec 1999 15:25:23 +0000 (15:25 +0000)]
autogen.sh: copy gettextm4, lcmessage.m4 and progtest.m4 to automake/ systems without gettext installed
Makefile.in: remove the gettext-macros in distclean
utils/Makefile.in: fix clean target, link md5sum and start-stop-daemon optlib
optlib/*: getopt implementation for systems without GNU getopt.

24 years agoFix typo
Wichert Akkerman [Wed, 15 Dec 1999 01:07:27 +0000 (01:07 +0000)]
Fix typo

24 years agoMore autoconf updates
Wichert Akkerman [Wed, 15 Dec 1999 01:03:19 +0000 (01:03 +0000)]
More autoconf updates

24 years agoadd ptrdiff_t to acconfig.h
Wichert Akkerman [Wed, 15 Dec 1999 00:54:45 +0000 (00:54 +0000)]
add ptrdiff_t to acconfig.h

24 years agoTest for ptrdiff_t
Wichert Akkerman [Wed, 15 Dec 1999 00:47:14 +0000 (00:47 +0000)]
Test for ptrdiff_t

24 years agoAdd config.guess and config.sub
Wichert Akkerman [Tue, 14 Dec 1999 23:58:29 +0000 (23:58 +0000)]
Add config.guess and config.sub

24 years agoMake it possible to not build dselect
Wichert Akkerman [Tue, 14 Dec 1999 23:44:20 +0000 (23:44 +0000)]
Make it possible to not build dselect

24 years agofix dpkg-buildpackage -nc option
Wichert Akkerman [Tue, 14 Dec 1999 19:27:49 +0000 (19:27 +0000)]
fix dpkg-buildpackage -nc option

24 years agoReally add automake/sysinfo.m4
Wichert Akkerman [Tue, 14 Dec 1999 19:22:38 +0000 (19:22 +0000)]
Really add automake/sysinfo.m4
Fix some minor things in depisok
Update swedish translation

24 years agodselect/main.cc: We need to printf programdesc as well
Wichert Akkerman [Sun, 12 Dec 1999 23:44:46 +0000 (23:44 +0000)]
dselect/main.cc: We need to printf programdesc as well
autogen.sh: Remove libtoolize call
automake/sysconf.m4: new autoconf-macros for sysconf
filesdb/main.c: also check MEMINFO_IN_SYSINFO
configure.in: remove ugly sysinfo-hacks to use new ac macros instead
utils/start-stop-daemon.c: modify to build on sunos

24 years agoRename cvsclean to distclean
Wichert Akkerman [Sun, 12 Dec 1999 20:25:17 +0000 (20:25 +0000)]
Rename cvsclean to distclean
Update Swedish translation (bork bork!)
Check exitnodo-flag in do_stop

24 years agoAdd Swedish translation
Wichert Akkerman [Sat, 11 Dec 1999 23:49:08 +0000 (23:49 +0000)]
Add Swedish translation

24 years agoUpdate Czech translation
Wichert Akkerman [Wed, 8 Dec 1999 00:28:41 +0000 (00:28 +0000)]
Update Czech translation

24 years agoDrop emacs byte-compiling support
Wichert Akkerman [Tue, 7 Dec 1999 16:44:57 +0000 (16:44 +0000)]
Drop emacs byte-compiling support

24 years agoFix typo in release.sh
Wichert Akkerman [Tue, 7 Dec 1999 16:20:13 +0000 (16:20 +0000)]
Fix typo in release.sh

24 years agoSet date in debian/changelog
Wichert Akkerman [Tue, 7 Dec 1999 16:06:21 +0000 (16:06 +0000)]
Set date in debian/changelog

24 years agoSmall fixups
Wichert Akkerman [Tue, 7 Dec 1999 16:04:06 +0000 (16:04 +0000)]
Small fixups

24 years agoComment new suggest/recommend behaviour in dselect - it's broken
Wichert Akkerman [Tue, 7 Dec 1999 00:13:32 +0000 (00:13 +0000)]
Comment new suggest/recommend behaviour in dselect - it's broken

24 years agoFix uid/gid changing in start-stop-daemon
Wichert Akkerman [Mon, 6 Dec 1999 00:26:20 +0000 (00:26 +0000)]
Fix uid/gid changing in start-stop-daemon

24 years agoHandle new manpages in debian/rules
Wichert Akkerman [Sun, 5 Dec 1999 18:52:18 +0000 (18:52 +0000)]
Handle new manpages in debian/rules

24 years agoFixup default lispdir
Wichert Akkerman [Sun, 5 Dec 1999 18:48:30 +0000 (18:48 +0000)]
Fixup default lispdir

24 years agoFix silly error in utils/Makefile.in
Wichert Akkerman [Sun, 5 Dec 1999 18:39:37 +0000 (18:39 +0000)]
Fix silly error in utils/Makefile.in

24 years agoAdd install-sh
Wichert Akkerman [Sun, 5 Dec 1999 18:27:25 +0000 (18:27 +0000)]
Add install-sh

24 years agoMake dselect build again
Wichert Akkerman [Sun, 5 Dec 1999 18:04:27 +0000 (18:04 +0000)]
Make dselect build again
Don't copy strings when reading fileslists

24 years agodpkg-divert manpage added
Wichert Akkerman [Sun, 5 Dec 1999 17:59:21 +0000 (17:59 +0000)]
dpkg-divert manpage added

24 years agoUpdate polish translation, add manpage for cleanup-info, update
Wichert Akkerman [Sun, 5 Dec 1999 17:49:03 +0000 (17:49 +0000)]
Update polish translation, add manpage for cleanup-info, update
dpkg-scansources to handle trailing blanks.

25 years agochange maintainer
Wichert Akkerman [Sat, 4 Dec 1999 14:48:42 +0000 (14:48 +0000)]
change maintainer

25 years agoUpdated polish translation
Wichert Akkerman [Sat, 4 Dec 1999 03:20:43 +0000 (03:20 +0000)]
Updated polish translation

25 years agoVarious updates; see ChangeLog
Wichert Akkerman [Sat, 4 Dec 1999 03:01:54 +0000 (03:01 +0000)]
Various updates; see ChangeLog

25 years agoNew polish translation
Wichert Akkerman [Thu, 2 Dec 1999 22:31:01 +0000 (22:31 +0000)]
New polish translation

25 years ago * utils/start-stop-daemon.c: call initgroups() prior to seteuid()
Ben Collins [Sat, 27 Nov 1999 14:49:13 +0000 (14:49 +0000)]
  * utils/start-stop-daemon.c: call initgroups() prior to seteuid()

25 years ago * dselect/main.cc: fixed three cases where gettext usage was not
Ben Collins [Fri, 26 Nov 1999 23:40:03 +0000 (23:40 +0000)]
  * dselect/main.cc: fixed three cases where gettext usage was not
    possible die to macros inlined in the strings

25 years ago * configure.in: generate utils/Makefile
Ben Collins [Fri, 26 Nov 1999 23:11:24 +0000 (23:11 +0000)]
  * configure.in: generate utils/Makefile
  * utils/configure.in: removed so top level configure will take over this
    subdir

25 years agoFix .so-entries for script manpages
Wichert Akkerman [Fri, 26 Nov 1999 01:16:11 +0000 (01:16 +0000)]
Fix .so-entries for script manpages

25 years agoCorrect name of source tarball in debian/rules
Wichert Akkerman [Thu, 25 Nov 1999 03:46:03 +0000 (03:46 +0000)]
Correct name of source tarball in debian/rules

25 years agoLast updates for 1.6 release
Wichert Akkerman [Thu, 25 Nov 1999 03:26:59 +0000 (03:26 +0000)]
Last updates for 1.6 release

25 years agoAdd missing semiclon in baselist::kd_search() (yes, again)
Wichert Akkerman [Thu, 25 Nov 1999 03:03:54 +0000 (03:03 +0000)]
Add missing semiclon in baselist::kd_search() (yes, again)

25 years agoAdd missing semiclon in baselist::kd_search()
Wichert Akkerman [Thu, 25 Nov 1999 03:01:24 +0000 (03:01 +0000)]
Add missing semiclon in baselist::kd_search()

25 years agoUpdate
Wichert Akkerman [Thu, 25 Nov 1999 02:55:34 +0000 (02:55 +0000)]
Update

25 years agoOops, removed a bit too much
Wichert Akkerman [Thu, 25 Nov 1999 02:53:09 +0000 (02:53 +0000)]
Oops, removed a bit too much

25 years agoUpdate changelogs
Wichert Akkerman [Thu, 25 Nov 1999 02:38:28 +0000 (02:38 +0000)]
Update changelogs

25 years agoMore updates - we should (almost) be there now
Wichert Akkerman [Thu, 25 Nov 1999 02:31:16 +0000 (02:31 +0000)]
More updates - we should (almost) be there now

25 years agoSome more updates.. we should (almost) be there now
Wichert Akkerman [Thu, 25 Nov 1999 02:29:25 +0000 (02:29 +0000)]
Some more updates.. we should (almost) be there now

25 years agoMore of the same
Wichert Akkerman [Thu, 25 Nov 1999 02:25:40 +0000 (02:25 +0000)]
More of the same

25 years agoMove the new buildsystem into the main branch
Wichert Akkerman [Thu, 25 Nov 1999 02:14:53 +0000 (02:14 +0000)]
Move the new buildsystem into the main branch

25 years agoAdd strdup to start-stop-daemon
Wichert Akkerman [Tue, 23 Nov 1999 20:48:25 +0000 (20:48 +0000)]
Add strdup to start-stop-daemon

25 years agoUseless change in uid-parsing
Wichert Akkerman [Sat, 20 Nov 1999 01:58:39 +0000 (01:58 +0000)]
Useless change in uid-parsing

25 years agoimprove searchkeys in dselect
Wichert Akkerman [Fri, 19 Nov 1999 14:07:56 +0000 (14:07 +0000)]
improve searchkeys in dselect

25 years agoChanged start-stop-daemon's --chuid user/group seperator to ':'
Ben Collins [Fri, 19 Nov 1999 00:42:05 +0000 (00:42 +0000)]
Changed start-stop-daemon's --chuid user/group seperator to ':'

25 years ago * utils/start-stop-daemon.c: Added ability for user.group arg to
Ben Collins [Thu, 18 Nov 1999 15:23:59 +0000 (15:23 +0000)]
  * utils/start-stop-daemon.c: Added ability for user.group arg to
    --chuid. Also, always call initgroups() when using --chuid.
  * utils/start-stop-daemon.8: Document above change, also add note to the
    --make-pidfile option concerning its problem with daemons that fork

25 years agoRemoved generated file
Wichert Akkerman [Sat, 13 Nov 1999 19:40:00 +0000 (19:40 +0000)]
Removed generated file

25 years agoRename Japanese translation
Wichert Akkerman [Fri, 12 Nov 1999 20:23:54 +0000 (20:23 +0000)]
Rename Japanese translation

25 years ago * lib/tarfn.c: add braces around if to fix compiler warning
Ben Collins [Fri, 12 Nov 1999 01:18:12 +0000 (01:18 +0000)]
  * lib/tarfn.c: add braces around if to fix compiler warning

25 years agoAlso fix dpkg-source.pl
Wichert Akkerman [Fri, 12 Nov 1999 01:10:33 +0000 (01:10 +0000)]
Also fix dpkg-source.pl

25 years agoCorrect names for build-depency names according to Bug# 49792
Wichert Akkerman [Fri, 12 Nov 1999 00:49:24 +0000 (00:49 +0000)]
Correct names for build-depency names according to Bug# 49792

25 years ago * Remove files that get generated by gettextize, and make sure autogen.sh
Ben Collins [Thu, 11 Nov 1999 15:05:57 +0000 (15:05 +0000)]
 * Remove files that get generated by gettextize, and make sure autogen.sh
   creates them

25 years agoFix silly typo
Wichert Akkerman [Tue, 9 Nov 1999 09:57:31 +0000 (09:57 +0000)]
Fix silly typo

25 years agoChangeLog update
Wichert Akkerman [Mon, 8 Nov 1999 16:46:59 +0000 (16:46 +0000)]
ChangeLog update

25 years agoMore enhances updates
Wichert Akkerman [Mon, 8 Nov 1999 16:42:43 +0000 (16:42 +0000)]
More enhances updates

25 years agoAdded Enhances to a few scripts
Wichert Akkerman [Mon, 8 Nov 1999 16:19:11 +0000 (16:19 +0000)]
Added Enhances to a few scripts