Bug#490273: PATH setting in hotplug.functions

2008-07-11 Thread Peter Eisentraut
Am Freitag, 11. Juli 2008 schrieb Marco d'Itri: > On Jul 11, Peter Eisentraut <[EMAIL PROTECTED]> wrote: > > #!/bin/sh > > > > set -e > > > > PATH=/sbin:/bin:/usr/sbin:/usr/bin > > > > if [ -r /lib/udev/hotplug.functions ]; then > > . /lib/udev/hotplug.functions > > wait_for_file /u

Bug#490273: PATH setting in hotplug.functions

2008-07-11 Thread Marco d'Itri
On Jul 11, Peter Eisentraut <[EMAIL PROTECTED]> wrote: > #!/bin/sh > > set -e > > PATH=/sbin:/bin:/usr/sbin:/usr/bin > > if [ -r /lib/udev/hotplug.functions ]; then > . /lib/udev/hotplug.functions > wait_for_file /usr/sbin/ntpdate-debian > fi Fixed, but where does this code com

Bug#490273: PATH setting in hotplug.functions

2008-07-10 Thread Peter Eisentraut
Package: udev Version: 0.124-2 Severity: normal Somewhere between udev 0.114-2 and 0.124-2, the PATH setting in hotplug.functions was changed from PATH='/sbin:/bin:/usr/sbin:/usr/bin' to PATH='/sbin:/bin' This causes problems for other packages using the functions in this file, e.g., ntpdate