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
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
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
3 matches
Mail list logo