From e1fb1bbc7c84b39444af6e20cfc8cf5b63b3a379 Mon Sep 17 00:00:00 2001 From: freesource Date: Mon, 10 Dec 2001 17:46:48 +0000 Subject: [PATCH] This removes the ubd0 mknod .. basically only root can do this, and devfs covers the bases anyways. --- pkg/dpkg/gbootroot.postinst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkg/dpkg/gbootroot.postinst b/pkg/dpkg/gbootroot.postinst index 29f8070..3b6bc39 100644 --- a/pkg/dpkg/gbootroot.postinst +++ b/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.