Browse Source

This removes the ubd0 mknod .. basically only root can do this, and devfs

covers the bases anyways.
master
freesource 23 years ago
parent
commit
e1fb1bbc7c
  1. 5
      pkg/dpkg/gbootroot.postinst

5
pkg/dpkg/gbootroot.postinst

@ -1,10 +1,5 @@
#!/bin/sh
if [ ! -e /usr/share/gbootroot/yard/Replacements/dev/ubd0 ]; then
mknod /usr/share/gbootroot/yard/Replacements/dev/ubd0 b 98 0
fi
#DEBHELPER#
# Make uml_net setuid, but respects Sysadm's choices.

Loading…
Cancel
Save