1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-24 09:23:23 -05:00

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

covers the bases anyways.
This commit is contained in:
freesource 2001-12-10 17:46:48 +00:00
parent 01214d20bf
commit e1fb1bbc7c

View File

@ -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.