Bug#704175: closed by Michael Gilbert (Re: [pkg-dhcp-devel] Bug#704175: isc-dhcp-server: init script removes dhcpd.pid)

2015-09-05 Thread Alan Sundell
em > Contact ow...@bugs.debian.org with problems > > > -- Forwarded message -- > From: Michael Gilbert > To: 704175-cl...@bugs.debian.org > Cc: > Date: Sat, 5 Sep 2015 19:27:21 -0400 > Subject: Re: [pkg-dhcp-devel] Bug#704175: isc-dhcp-server: init script &

Bug#704175: isc-dhcp-server: init script removes dhcpd.pid

2013-03-28 Thread Alan Sundell
Package: isc-dhcp-server Version: 4.2.4-5 Severity: important Dear Maintainer, In debian/isc-dhcp-server.init.d, there is the following code: stop) log_daemon_msg "Stopping $DESC" "$NAME" start-stop-daemon --stop --quiet --pidfile "$DHCPD_PID"

Bug#427306: bidentd: postinst hangs

2007-06-02 Thread Alan Sundell
Package: bidentd Version: 1.1.1-0.2 Severity: normal Tags: patch When installing bidentd on a fresh system with a preseeded value for bidentd/loglevel, the debconf frontend hangs in pipe_wait after bidentd's postinst script exits (the postinst script is ; the frontend hasn't noticed and reaped it

Bug#297225: savelog: breaks on files that start with hyphens when -p given

2005-02-27 Thread Alan Sundell
Package: debianutils Version: 2.13.0 Severity: normal File: /usr/bin/savelog Tags: patch The fix for 295850 broke hyphens with -p. # touch -- -a # chown -- mail.adm -a # /usr/bin/savelog -p -c 10 -- -a chown: invalid option -- a Try `chown --help' for more information. chmod: invalid option -- .

Bug#296212: Acknowledgement (/usr/sbin/update-ca-certificates: ca-certificates.crt generation umask-sensitive and racy)

2005-02-20 Thread Alan Sundell
Whoops! I bungled my reportbugs command line. The patch should be attached to this one. update-ca-certificates.patch Description: Binary data

Bug#296212: /usr/sbin/update-ca-certificates: ca-certificates.crt generation umask-sensitive and racy

2005-02-20 Thread Alan Sundell
Package: ca-certificates Version: 20040809 Severity: normal File: /usr/sbin/update-ca-certificates Tags: patch # umask 0077 # update-ca-certificates Updating certificates in /etc/ssl/certsdone. # ls -l /etc/ssl/certs/ca-certificates.crt -rw--- 1 root root 104385 Feb 20 17:26 /etc/ssl/cer

Bug#295163: savelog: breaks on filenames containing spaces

2005-02-13 Thread Alan Sundell
Package: debianutils Version: 2.11.2 Severity: normal File: /usr/bin/savelog Tags: patch Sorry, I noticed this one after the hyphen one. A filename like "foo bar" causes an error like: /usr/bin/savelog: line 177: [: foo: binary operator expected in all cases, and breaks the -n and -d options. P

Bug#295021: savelog: fails on files that start with hyphen

2005-02-12 Thread Alan Sundell
Package: debianutils Version: 2.11.2 Severity: normal File: /usr/bin/savelog Tags: patch savelog itself doesn't choke on the hyphen; it just fails to protect against the hyphen for the programs it calls, so you get: % echo foo > -c % ls -l -- -c* -rw--- 1 sundell users 4 Feb 12 16:46 -c %