On Oct 19, Luca Bruno <[EMAIL PROTECTED]> wrote:

> Note: running MAKEDEV to create ISDN devices in /dev...
> /var/lib/dpkg/info/ipppd.postinst: line 22: ./MAKEDEV: No such file or
> directory

Dependencies on makedeve are discouraged.
The package should depend on makedev only if the kernel and udev are
unable to automatically create the devices. Otherwise:

if [ -x /dev/MAKEDEV ]; then
  cd /dev/
  ./MAKEDEV whatever
fi

Are they? I am lucky enough to not have to use ISDN devices, can
somebody check the current situation of this subsystem?

-- 
ciao,
Marco

Attachment: signature.asc
Description: Digital signature

Reply via email to