makedev 2.3.1-93ubuntu2~ubuntu16.04.1 source package in Ubuntu

Changelog

makedev (2.3.1-93ubuntu2~ubuntu16.04.1) xenial; urgency=medium

  * Don't attempt to create /dev devices when inside a container.
    (LP: #1675163)

 -- Stéphane Graber <email address hidden>  Wed, 22 Mar 2017 16:38:22 -0400

Upload details

Uploaded by:
Stéphane Graber
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial updates main admin

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
makedev_2.3.1.orig.tar.gz 9.7 KiB 8599712f2b2b3778eea344f59e1512cea284e802560317fac436585885a41dfa
makedev_2.3.1-93ubuntu2~ubuntu16.04.1.diff.gz 49.2 KiB caf4da6a9b3903b03536c93a54aea44bf3cf74af7444e79038de12eecc73841b
makedev_2.3.1-93ubuntu2~ubuntu16.04.1.dsc 1.8 KiB eb4f5db89cafe3d55b12f3c59041c6b0691936a0a69433e69f47fc55e09811a1

View changes file

Binary packages built by this source

makedev: creates device files in /dev

 The MAKEDEV executable is used to create device files, often in /dev.
 .
 Device files are special files through which applications can interact
 with hardware.
 .
 This package is not necessary for most modern Linux systems, where the udev
 subsystem provides a more dynamic mechanism for device file management.